36 followers
Senior Web Developer with experience using React, TypeScript, and Python.
I hope to provide you with the inspiration and knowledge to help you with your web development journey.
Subscribe to my newsletter and never miss my upcoming articles
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 ways to understand how your blog posts are performing is by tracking page views. You can begin to unde...
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 URLs for your website using a Sitemap. This allows for easier indexing and more efficient crawling b...
When you want to improve your website's performance or search engine optimization (SEO), prerendering your application is a must. Next.js is the perfect framework to add server-side rendering (SSR) or static site generation (SSG) for your React web a...
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 using Twitter client-side authentication Protected pages server-side authentication Assumptions: You ...
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 styles when dark mode is enabled. It's currently labeled experimental and future versions might hav...
It may not feel like typography is that important, but it can have a major effect on your reader's experience. Typography is essentially the art and techniques for displaying your written words. Typography can have positive and negative effects on yo...