by Kristofer Selbekk React revolutionized front end development as most people knew it when it was first released. This new approach to writing code triggered incredible innovation in how to handle ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Recently, one of the comments on my previous article about sharing a state between windows asked me how can one ...Read more
The world of web development seems to be advancing to a great extent! However, one should never forget their roots and javascript frameworks are and have always been the core roots of the web development ...Read more
Are you looking to add some excitement to your next coding project? Look no further! We've curated a list of 6 fascinating APIs that can breathe life into your applications. From crypto data to superhero ...Read more
When it comes to scaling and optimizing Node.js applications, NGINX plays a vital role in handling high traffic, efficiently serving static files, and acting as a load balancer. NGINX, a high-performance web server, can also ...Read more
Personal chat app built using React and Firebase!. Live Website Source Code note: this is an old post (22 June 2021) from my website, posting for archiving purposes ...Read more
I was using SvelteKit version 1.0.0-next.483 when I wrote this. Things might change due to Svelte being young. The problem So I'm used to throwing ...Read more
Most of us are familiar with Amazon Web Services (AWS) and have probably used their cloud computing services at some point in our careers. AWS is a go-to solution for many developers when it comes ...Read more
In this article, we’re going to look at another fun way to build with Strapi. We’ll be building a music player app! We’ll be using Strapi as our backend, where our music files would be ...Read more
Node allows us to run JavaScript on the server side or directly on computers locally. A computer cannot directly understand JavaScript but it could be understood by the V8 engine in a browser. Node JS ...Read more