Having dark mode in your website is essential nowadays. In this blog post I will show you how to implement dark mode in your react + tailwind app. This involves 3 simple steps. ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
In this article I will tell you how I made and you can also make a URL shortener Website. Check out the result of what we are gonna make: here. ...Read more
If you're a Flutter developer looking to make your apps smarter by incorporating user location and device type without diving deep into native code, VisitorAPI is a straightforward solution. This service gives you access to ...Read more
For many developers, arrays are the one data structure to rule them all. Arrays provide an intuitive way to organize ordered information and access it efficiently. But to truly unlock the power of arrays, you ...Read more
We remember that there was a browser storage called IndexedDB like web storage and cookie. IndexedDB is a large-scale, NoSQL storage system. It lets you store just about anything in the user’s browser. In addition to ...Read more
JavaScript was originally invented to “bring web pages to life”. In nowadays JS feels comfortable on a server and continues to explore new areas. I was interested in existing non-trivial uses of JavaScript. I have researched ...Read more
Deep Dive: Building Stateful Logic with Custom Hooks Custom hooks in React are the secret sauce to reusing logic across your components without the ...Read more