Corey O'Donnell
Code By Corey

Code By Corey

Follow
Follow
homeAboutbadgesnewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Real-time Page Views with Next.js and Supabase

Dec 31, 20209 min read417 views

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...

Real-time Page Views with Next.js and Supabase

Create a Dynamic Sitemap with Next.js

Dec 18, 20207 min read412 views

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...

Create a Dynamic Sitemap with Next.js

Prerender React using Next js

Nov 5, 20207 min read456 views

When you want to improve your website's performance or search engine optimization (SEO), prerendering your application is a must. Next.js is the...

Prerender React using Next js

Authentication for Next.js using Firebase

Oct 13, 202010 min read594 views

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...

Authentication for Next.js using Firebase

Dark Mode Toggle Using Tailwind CSS

Oct 3, 20203 min read808 views

Tailwind recently released an experimental setting that enables dark mode styles. It allows you to add a prefix to specific classes to only enable the...

Dark Mode Toggle Using Tailwind CSS

Fathom Analytics: Privacy-Focused Website Analytics

Sep 23, 20205 min read176 views

The Rise of Privacy Stop stealing your visitors' personal information. Recently, there has been a growing trend of people starting to take their...

Fathom Analytics: Privacy-Focused Website Analytics