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.
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...
Top 5 Utility Apps to Boost Your Developer Efficiency Utility apps and shortcuts are what make me a 10x developer. Well, maybe not a 10x developer,...
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...