freecodecamp.orgHow to Use Developer Tools to Debug JavaScript in the BrowserThe console object is the number one go-to for developers when working with buggy JavaScript code. But if you still rely heavily on the console object alone to debug your JavaScript, then you're missing out on some amazing browser developer tools fea...Oct 30, 2024·7 min read
freecodecamp.orgHow to Build a Callout Component for your Astro BlogEarlier this year, I became really interested in learning about Astro, so I completely rebuilt my blog using it. The results have been amazing since then: I can easily handle automatic sitemap generation and SEO, and integrating other tools became a ...Oct 22, 2024·6 min read
freecodecamp.orgPHP Arrays in Practice: How to Rebuild the Football Team Cards Project with PHP and MongoDBThis is the second part of my PHP array handbook. You can find the first part here, where I cover array basics. In the first part, you learned about arrays, how to create arrays, array functions, and how to loop through arrays. This second part will ...Jun 18, 2024·19 min read
freecodecamp.orgPHP Array Handbook – How to Create, Work with, and Loop Through ArraysIn every programming language, arrays provide a flexible option to store more than one data type in a single variable. They are one of the most versatile data structures in the programming world, which is one reason a lot of external data and many AP...May 8, 2024·27 min read
freecodecamp.orgJavaScript Tips to Help You Build Better Web Development ProjectsJavaScript is a widely used web programming language. If you're getting into software engineering or coding in particular and you want to focus on web development, learning JavaScript is probably the best thing to do. Learning JavaScript empowers you...Aug 15, 2023·23 min read