Corey O'Donnell
Code By Corey

Code By Corey

Follow
Follow
homeAboutbadgesnewsletter
Tag

TypeScript

#typescript

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

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

Building a VSCode Extension: Part Four

Sep 14, 20205 min read328 views

One of the of most important things to make this extension function is to figure out the best way to have the React.js app communicate with the...

Building a VSCode Extension: Part Four

Building a VSCode Extension: Part Three

Sep 1, 202012 min read165 views

Now that I have a blank VS Code extension set up and working, I want to start building on it. Adding some Code formatting configs The Yeoman template...

Building a VSCode Extension: Part Three

Building a VSCode Extension: Part Two

Aug 28, 20204 min read203 views

Now that I have an idea of what I am going to build, It's time to set up the repository. VSCode has a straightforward method for bootstrapping a new...

Building a VSCode Extension: Part Two