fb
BLOG

Reflecting on Bootcamp: Meet Hackbright Alumna Parul Baweja

parul bawejaParul Baweja is a policy analyst turned software engineer: she started learning to code to streamline and automate processes in her policy work. She completed Hackbright’s Full-Time Software Engineering Program in March 2018. Now, she’s looking to learn and apply her knowledge to eliminate operational inefficiencies and improve infrastructure. She shared her thoughts on Hackbright, work-(study)-life balance, and her programming and project development.


I finished my bootcamp, Hackbright, at the end of March. With some time to reflect, I wanted to share thoughts about my experience, pro-tips, and next steps. Enjoy!

Why I chose Hackbright

For its emphasis on balance and community — Hackbright 100 percent lived up to the expectations I had in these two areas.

Balance

In terms of my personal work habits, I knew I needed structure, which Hackbright provided during the day. Basically, I needed someone to point me in the right direction day-to-day and teach me about practical tools. In the evening, I felt free to Google away about whatever sparked my curiosity, like concurrency or playing a CLI game.

Community

Hackbright is a bootcamp for gender equality and has a mission to #changetheratio in tech. Hackbright impressed me with its ability to cultivate and sustain a supportive community. Now that I’ve completed the program, I know it’s true from firsthand experience: post-bootcamp, I’ve seen or chatted with a fellow Hackbrighter almost every day. The sense of community doesn’t stop there — I feel incredibly lucky to have friends, colleagues, and fellow SWEs that will share resources, teach me a new concept, and empathize with me.

How I self-studied

Hackbright’s curriculum covers getting comfortable with Python, web development tools, computer science fundamentals, and algorithms. As I mentioned, though, I spent my evenings with Google. So, what was I searching for?

Systems

I informally took CMU’s Systems course and learned a lot. Learning about low-level concepts and web dev tools concurrently offered a good mix of activities to keep me entertained. Later when I implemented WikiRacer, I had an idea about how Python makes system calls for new threads or coroutines and how my program might actually get broken down into assembly language.

Data structures

Implement every data structure. Seriously. If you implement a basic linked list or tree or heap, you’ll be able to understand more complicated problems that involve them.

I would recommend white-boarding/writing and coding these implementations so you feel confident in both mediums .

Algorithms

I filtered HackerRank and LeetCode by ‘Algorithm,’ started with easy, and made my way up. It helped me get comfortable with these popular coding challenge interfaces and learn new concepts along the way.

Playground

Don’t Google this — just make a playground directory for yourself. This is where you can write up random scripts or programs to check things out. The more you tinker, the more confident you get.

How I Approached My Project

At most bootcamps, students learn a bunch of tools and then their learning culminates in the form of a project! Projects are fun — it’s your chance to have full ownership of your tasks and schedule.

Think in terms of MVPs

Focus your attention on one particular problem at a time. My project was to build a job search management web app — instead of using Google sheets, I could use this tool. Take a look at my MVPs:

  1. Learn to use React. I spent 3–4 days trying out tutorials to get comfortable
  2. Build a form that allows users to submit information about a job application and view a table with all relevant information
  3. Use Material UI (a React component library) to enhance my current MVP
  4. Flesh out in-line editing feature
  5. Use the NewsAPI to curate articles for companies
  6. Refactor to abstract away common code and reuse a component
  7. Learn about passing URL parameters with React Router to reuse previous component for an archive page
  8. Create a Comparison tool so users can compare options
  9. Create an Analytics page with a charting library
  10. (Use a different charting library)

I could probably add more sub-MVPs, but you get the idea. Each time you add a new feature or apply a new technology/concept, make that a new MVP. The process of finishing each MVP was rewarding and I could follow my own workflow trajectory easily. If something went wrong, I could backtrace and still be ok.

Using a new technology

By new, I mean new relative to the curriculum — something that might require a steep learning curve when you are pressed for time.

  • Understand their concern: instructors want you to succeed, so don’t take their warning as negative feedback. Instead, consider what all it takes to use ‘x’ technology and determine whether you have the bandwidth to learn and apply it.
  • Give it a trial run: before using React on my project, I spent the week prior learning from online courses, reading the React docs, and asking my mentor for guidance. Provide yourself with as many data points as necessary to make an informed decision.
  • Ask for help: ask anyone — your mentor, your friend, your friend’s friend.
  • Be ok with putting the idea on the back-burner: sometimes, we just can’t do it all. That’s ok. It may not feel like it, but there is plenty of time to learn something new.

My Next Steps

I am so happy and grateful for the experience I had — for the community I now have. As I job search, I’m taking this time to continue learning and sharing my experience. Here are my next steps:

  • Continue interview prep with Cracking the Coding Interview, HackerRank, LeetCode, etc.
  • Get a job, hopefully.
  • Try out Cryptopals — Based on the website, it’s a good way to learn a language. There are also clear instructions and sets of problems, so I can focus on the learning and problem-solving. I was thinking of doing it in Python, so I can feel really comfortable (almost an expert) in the language. Plus, I’ll learn something about cryptography and security.
  • Discrete Math.
  • Keep writing.

This article was originally posted by Parul Baweja on Medium. It has been edited for length and clarity here. For the full article and more of Parul’s writing, follow her on Medium.


Interested in learning to code? Check out our upcoming Prep Course and our immersive 12-week full-time or 24-week part-time Software Engineering Programs

[easy-social-share buttons="facebook,twitter,mail" counters=1 counter_pos="inside" total_counter_pos="hidden" fixedwidth_px="70" fixedwidth_align="left" total_counter_pos="right" style="button" template="copy-retina" point_type="simple"]
RELATED POSTS
RECENT POSTS
November 09, 2023
The Shift Toward Cloud Computing and the Role of Cloud Engineers
October 31, 2023
Data Everywhere: The Future of Data Science and Business Intelligence
June 05, 2023
Version Control Systems: Subversion vs Git
June 05, 2023
Open-Source Programming and How to Contribute to Projects
CATEGORIES