1.6K followers
James is a JS Developer, Keynote Speaker, and Content Creator whose passion for teaching and empowering developers has impacted hundreds of thousands of developers.
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...
VS Code is amazing, but it's pretty boring looking by default. The good news is that it only takes a few minutes to start to customize it and make it...
Did you know you can test your API endpoints right inside of VS Code? I recently discovered a BRAND NEW VS Code extension for for doing just that from...