My Journey into Tech
— : 🌻After graduating from college, I really had no idea what I wanted to do. I graduated with a degree in Zoology and had been working in a…
After graduating from college, I really had no idea what I wanted to do. I graduated with a degree in Zoology and had been working in a…
To supplement my job search and keep my skills fresh I'm creating this calendar journal side project ! Hopefully, this changelog will help…
Job searching really stinks, especially when you enjoyed your job. A ton of companies are going through layoffs and unfortunately I was…
A lot of newer developers see experienced developers and ask them to be their mentors Or think they need a dedicated mentor to make…
I learned a lot about digital gardens from Joel Hooks and decided to build my own after watching this panel . The main reason I decided…
During a technical interview, I realized I was unsure of the difference between named and default exports and imports. It's not that this…
Caveats The first thing I want to address is that this post is based on my personal experience and opinion. I don't want this to be another…
During my job search, I had to build small apps during technical interviews. When I was building them I realized I didn't know the most…
Why I created this project? There can be a lot of pressure when putting out content on the internet. Because I was learning about technical…
Side projects are something that we're encouraged to do in our free time as developers. It can be hard to find time for side projects or…
I had previously done one hackathon and during my Flatiron bootcamp I decided to do another one with my classmates. Myself and 3 other…
Interviewing is always very stressful for me, but one thing that's helped me is framing it as a mutual interview. You're interviewing the…
I've had my first developer job for a little over 3 months now and I've already learned so much. It's still a struggle but I feel like my…
Design has alwaya been a hard skill for me to grasp. All my time on the internet has given me the ability to spot good design but recreating…
My notes on Josh Comeau's book Building an Effective Dev Portfolio Developer portfolios can be an important factor in finding your first…
Writing tests for my new job has been a big struggle for me recently. It feels like when I first got started programming, I knew what I…
Before joining Flatiron school I always wanted to do a Hackathon but I was always too nervous to join. I wasn't sure if I would be able to…
After graduating from boot camp and starting my job search everyone kept saying I needed to have a personal portfolio to market myself and…
A digital garden is a different way of writing and creating content. I first learned about digital gardens from Joel Hooks , swyx , and…
GraphQL is a query language for APIs invented and open-sourced by Facebook. It can be used as an alternative to REST and boasts a lot of…
Since I was younger I've always loved reading. I was able to explore new places and learn so many new things without having to experience…
If you're not familiar with Redux or hooks feel free to check out my other articles explaining the topics and then come back! When I was…
Redux is a library used to contain the state of your application in one single location. Redux is language-agnostic and can be used with…
React hooks were added to React in February 2019. One of their main features is they give us a way to use state without having to define a…
The language of JavaScript is constantly being updated. Any new ideas or features that want to be added to the language are brought to the…
Why Do We Test? In its simplest definition, a software test is code that returns an error when the actual value does not equal the expected…
React is a JavaScript library created by Facebook and open-sourced in 2013. React was created to help build simple and reusable interfaces…
So you’re looking to write your first blog post? Blogging is great practice for both new and experienced developers. I encourage everyone to…