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
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
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
With the video game market estimated to reach 533 billion U.S. by 2027, it would certainly appear that this industry is a goldmine of opportunities, especially the majority of those with a high ROI. For ...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
Client-Side Rendering (CSR) Components are rendered on the client, unlike traditional React, which has a blank HTML root. CSR relies heavily on JavaScript for hydration and user interactivity (states, hooks). Uses 'use client' directive to indicate client-rendered ...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