@KingstonK
Talks about development tools, dev frameworks, emergent AI tools, and Web technologies.
Confidence is a technology enthusiast with an unyielding passion for knowledge acquisition and dissemination. When he's neither hacking tech stacks nor exploring the latest dev frameworks, he enjoys sharing educative pieces and playing the piano.
Nothing here yet.
Feb 17, 2025 · 10 min read · Version control is probably the most crucial aspect of web and software development today, and a project's commit history is its story, written one change at a time. Precise commits facilitate effective collaboration. They also help developers refere...
Join discussion
Nov 19, 2024 · 22 min read · Not sure how we got here? Refer to the starter section of the series and follow through to the previous part where we created Modules for the game, discussed the Window storage property, explained Ter
Join discussion
Nov 6, 2024 · 7 min read · This is a continuation of the Build Your First Typing Game with JavaScript series. In the first part of the tutorial, we laid out the game's functional requirements and structured the webpage to display a portion of its interactive content. You'll fi...
Join discussion
Nov 6, 2024 · 9 min read · This is a step-by-step beginner's guide to building a minimalist typing game with JavaScript. You'll learn how to set up an intuitive interface and manipulate the Document Object Model (DOM) with key concepts like modules, event listeners, event hand...
Join discussion