The Monday standup starts like they all do. Cameras on. Microphones half muted. Someone is chewing...
TL;DR: We’re no longer limited to using generic productivity tools. With the rise of AI-assisted...
Do you want to learn Python or improve your skills in this popular programming language? If so, you...
Python for Everybody Capstone Project In my recently completed Python for Everybody...
Mutability Mutability refers to the ability of a value or data structure to be changed...
Let me introduce you to Ron, an ordinary person like you and me, except that he was born into a world...
In this post, I’m going to cover the concepts described in the book Ultralearning, and describe the...
Are you thinking of learning how to code? I think there’s still something you need to know...
Introduction Are you thinking of learning how to code? 🤔 I think there’s something you...
Introduction Since I started working as a software developer, I find myself spending the...
I have been facing some tough code monsters at work lately. I guess I'm out of shape and my sword...
It's been a while since a posted anything because, you know, life gets in the way, I got married, and...
Continuing with the topic of helping new web development enthusiasts to track their progress, I would...
Was information too scattered all around Internet? You didn’t find good quality resources? A lack of...
Overview of My Submission Web Development Glossary Search is a web application that I...
The learning journey in the web development world can be chaotic at times. If you think about the...
I guess Santa came a bit early this Christmas! 🎅 In one of my last posts, Using Notion to organise...
In this blog post, I'll be discussing why you shouldn't trust on new year's resolutions, how...
I would love to know what are the challenges aspiring developers are facing.
When I first started diving into the web development world I felt overwhelmed by the amount of...
When I first started working with React, I mostly used function components, especially because I read...
In the previous part of this tutorial, we learned how Harry and Hermione decided to build a SaaS app...
Yesterday evening I went to my first software development Meetup. I was hesitating in going because...
In this tutorial, you will learn how to work in a team with a central repository on GitHub. You will...
Becoming a web developer (or growing into that position) can trigger some extreme anxiety attacks and...
GitHub Copilot has surprised me beyond what I could have ever expected. I guess artificial...
Using my portfolio as an interview hook After spending months studying front end...
Whenever we need to make use of side effects in our application, useEffect is the way to go. This...
useReducer is a Hook that allows us to manage multiple states more efficiently, create complex state...
useState is a Hook that needs to be called inside a function component to add some local state to it....