© 2023 Hashnode
#thw-web-apps
🎉 The time has come to announce the winners of The Epic Hashnode Writeathon hosted last month. Hashnode is on the mission to empower tech writers worldwide to share knowledge freely without much ha…
I know there are more optimization techniques, but I think by just avoiding unnecessary re-renders, we can achieve a big improvement in a React app's performance. In this article, I'll be talking abou…
Introduction TL;DR: Made a chatting app hosted at Chatly because I wanted to learn WebSockets. Hello! I recently had some free time and did something I haven't done in a while... built a personal pro…
Learning your first programming language or adding a new language to your tech toolbox might feel daunting. Each programming language has specific terminology and a variety of progressively complex co…
Contents Introduction Backstory Contents Game Screen Loading Screen Mouse Inputs Keyboard Inputs Main Loop Audio Manager Texture Manager Scripting Flow Render Engine Data Storage with SharedObjects F…
JavaScript Forms A form is a document that contains spaces (also known as fields or placeholders) for writing or selecting information for a series of documents with similar contents. Except for a ser…
When it comes to UI/UX design, there are principles that form the base of your design. Interacting with UI/UX principles is very tantamount in becoming a good designer and even web developer. Design…
Introduction If there is one CSS framework I love to use frequently, it is Tailwind CSS. This tutorial is aimed at helping you get started with Tailwind CSS, the fun of using it and lastly hoping you …
The Galactic Federation 👮🏽♀️👽🧝🏾♀️🤖 - Fourth Act Despair and frustration will not shake our belief that resistance is the only way to liberation. - Emile Lahoud. In the first part of the seri…
Heya Everyone! Are you new to JavaScript? Don't worry, you've got everything covered! JavaScript is widely used in today's software development environment. It is the cornerstone of frontend web development and is used in frameworks such a…