Date:11/04/2022 Day:Monday Today, I started with at about 10:30 pm as I was done with cloning the game and do certain changes with it to understand the basic concepts of Dom data object model so, ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
I was always bad at talking and express my feelings and I thought what if I could express my feelings through songs, unfortunately I have a bad voice 🙂 Read more
When I read Tom Greenfords execellent book Sustainable Web Design, there was one fact that stuck with me in particular: Running Google Maps in night mode reduced screen power draw by 63 ...Read more
Hello Everyone, today we are going to discuss reusable tabs in React. We will create a Tab component with some props and use Tailwind to style the component. Let's get started… ...Read more
This new tutorial shows how to build a Contacts app that runs on Web and Desktop using only Doodle. See the full ...Read more
The problem: Lifting page props from getStaticProps to your <Layout/> component, rendered in _app.tsx is a hassle. In fact, Next.js provides no existing solution to that problem and we have to come up with one ...Read more
Tigris is an open source, ACID-transaction serverless document store that brings a modern Ops-free developer experience for database users. Here is a fork of MongoDB's mean-stack-example that uses Tigris instead of MongoDB: Read more
A term I always hear from rookies while trying to learn JavaScript is ” JavaScript is hard!!” it makes learning JavaScript sound impossible, honestly after attempting JavaScript for the first time I said the same ...Read more
Node.js is celebrated for its non-blocking, asynchronous architecture, and at the heart of this magic is the Event Loop. In this blog, we'll explore how the Event Loop works and why it's integral to Node.js's ...Read more
TypeScript is a great addition to your toolkit if you’re a budding full-stack developer. It is popular amongst programmers today because it enhances JavaScript code making it more productive and less error-prone. One ...Read more