#programming
Read more stories on Hashnode
Articles with this tag
A few years ago, I created my most popular YouTube video of all time about moving away from Postman instead of an extension in VS Code. I wanted to...
Video courses have been an absolute game changer for my career as a web developer. In fact, I wouldn't even be doing web development today if it...
Attention developers 👀 Don't make these mistakes when choosing your next role! In this article, we'll discuss common regrets you might encounter in...
In this tutorial, we’re going to build a PokeMatch game with vanilla HTML, CSS, and JavaScript. The Pokemon API is free and fun to work with, so let’s...
Let’s build a link shortener app like bit.ly using SvelteKit, TypeScript, and Directus.io as our Headless CMS. This article is a shortened form of...
Callbacks are an essential part of understanding JavaScript especially when dealing with asynchronous code. Let's cover the basics of callbacks in...