JavaScript
JavaScript (JS) is a scripting language that adds interactivity to web pages and mobile apps.
Create a Floating Navbar with Tailwind CSS and Next.js
This tutorial will teach us how to create a floating navbar in Tailwind CSS and Next.js. A floating navbar is a navigation bar that stays fixed at the top of the screen as the user scrolls down the page.
3 min read
Reflections on Completing a 200-Hour Yoga Teacher Training
Yoga is a recent practice in my life. Back in 2021, it started as a means to be physically healthy. What I didn't realize was that physical health leads to mental health. And mental health leads to spiritual health.
9 min read
Monorepos for Scalable and Resilient Codebases
Monorepos offers an effective way to manage code for multiple projects within a single repository. Learn the trade offs of using a monorepo.
4 min read
Syntax Highlighting in React Server Components Using Bright
While exploring Next.js 14 and React Server Components, I noticed no syntax highlighting the library supporting React Server components. After a quick search, I found Bright, which was exactly what I was looking for!
3 min read