Creating your own carousels from scratch may take longer time, and to make things easier I like to share some of the libraries that you can use to create your own cool Carousels. ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Objects are often used to store data as properties and values. This is not all. There are also tools to make these properties more flexible and powerful. Among them are Object property flags and descriptors. ...Read more
Introduction I wanted to create a visually appealing and easy to navigate website that reflected my personality. I used the layout and theme of ...Read more
Steps to build a portfolio website using Next.js and Tailwind with Dark Mode Support. You can build a portfolio like mine after reading ...Read more
In the rapidly evolving landscape of web development, Next.js has emerged as a beacon for developers seeking to build highly dynamic, scalable, and efficient web applications. One of Next.js's most powerful features is its middleware ...Read more
react javascript tips and tricks Ignore those words they are for S.E.O. I want to write some tips and tricks to use when coding a react app. Read more
The confusion with platforms As a new developer, I think the most confusing thing about platforms is when to use which one. There are so many different platforms and each of them have different ...Read more
Prototype The prototype is an object that is associated with every functions and objects by default in JavaScript. Whenever we create a function , object ...Read more
I want to create a component but with minimal nodes added to the dom. How do I do that plus what's the effect of extra/unnecessary nodes getting added to the dom? Hello my dear reader, welcome ...Read more
Cloning objects is one of the most commonly used operations in the JavaScript universe. In this article, we will dive into different types of cloning that exist in JavaScript (Node.js and Browser environment). We will ...Read more