#javascript
Read more stories on Hashnode
Articles with this tag
Have you ever wondered how to set a hotkey to focus an input field in your React application? Follow along to learn how. We'll even handle showing...
As a software engineer, choosing and understanding your text editor is important part of your work, as it impacts your productivity and workflow...
Let's Build our own real-time page view tracker using Next.js as the frontend framework and a Postgres database hosted by Supabase. One of the best...
One of the best ways to drive traffic to your website is to have strong Search Engine Optimization (SEO). You can provide search engines with all the...
When you want to improve your website's performance or search engine optimization (SEO), prerendering your application is a must. Next.js is the...
On my Next.js project, I wanted to add some authentication. I decided to use Firebase for my user management and data store. What I needed: OAuth...