Being a developer gives you the unfair advantage of building not just websites and web applications,...
If you want to grow fast as a developer, the best approach to take is by building projects. Thanks to...
Introduction I am currently upskilling myself in TypeScript as part of the skills I need...
Hi, welcome back to my blog, today I would like to compare two front end technologies developers use...
Hey there fellow devs, I will like to use this post to share my journey so far as a developer. It's...
Hey there, and welcome to another article in my React hook series, you can check articles I have...
The sort() method in Javascript is used to sort elements in an array. Normally, sort() orders...
Welcome to my React hooks series where I go over what I am learning about React hooks. In this...
Hey there fellow developers, just a quick disclaimer i would like to put out there. I originally...
React is a very cool library to use and build web apps with, and I am looking to better understand...
Web performance is an important aspect to consider when building web applications, as it is of...
Introduction Problem solving is a skill you need to have as a developer if you want to...
SQL injection attacks are very common in web applications. When they are not properly guarded...
Creating a web form that sends an email to someone is a very common task for developers, but from...
Intro Composer is a popular tool used when building web applications and websites with...
Some of you may be saying, it is quite obvious that using a PHP framework is better than using core...
There are times you would want to work with dates in your application and finding the difference...
Database storage engines are one of the most important concepts to know when developing a relational...
Have you ever wondered how to upgrade or downgrade your PHP version in XAMPP without having to...
Output buffering is a concept some developers find hard to understand. In this article, I would...