TJTaylor Jintaytechj.hashnode.dev·Oct 15, 2023 · 1 min readDay 28: Hacktober FestThere is not too much to mention today, however, I've officially made four qualifying pull requests for my 1st Hackathon! It takes about six days to review to see if the projects I contributed to are also qualified. Some of my contributions included...00
TJTaylor Jintaytechj.hashnode.dev·Oct 12, 2023 · 2 min readDay 27: Big 'O' NotationBefore diving into the other common time complexities, I'm so happy I made my first contribution to open-source! I decided to take part in this year's Hacktoberfest and frankly, I was a bit nervous in the beginning. I won't say my first code was lif...00
TJTaylor Jintaytechj.hashnode.dev·Oct 10, 2023 · 2 min readDay 26: The Big 'O'Technical interviews are very important when it comes to landing a job as a software engineer or developer. With the tough market we're facing, it's important to be on top of your skills in DSA. Over the next few blog posts, I will be discussing topi...00
TJTaylor Jintaytechj.hashnode.dev·Oct 9, 2023 · 3 min readDay 25As I'm making my way through more of my React fundamental lessons, I've gathered some questions that helped me get a better understanding. Today's topic is about React Routes. How do you implement client-side routing in a React application? Client-si...00
TJTaylor Jintaytechj.hashnode.dev·Oct 8, 2023 · 3 min readDay 24: Understanding useState and useEffectDescribe the difference between 'useState' and 'useEffect' hooks in React Both of these hooks are fundamental to building functional components with state and effect in React. With the 'useState' hook, the purpose is used to manage and update the sta...00