Kartik Nair
Occasionally writes about programming stuff.
Sun Apr 30 2023
An Intro to Compilers in JavaScript
Guide to building out a compiler phase-by-phase in JavaScript.
Thu Aug 12 2021
Using JSX without React
JSX gives us a great way to handle HTML-based templating in JavaScript. Let's see how we can use it without react
Thu Aug 12 2021
SPA-like instant navigation in static sites
Improve the user experience on your static sites with a tiny bit of JavaScript
Thu Aug 12 2021
Improve your web typography with a few solid tips
A few solid & easily implementable tips to step up your website's type game
Thu Aug 12 2021
Generating accessible color combinations for the web
Creating a unique, yet accessible, experience for every visitor with generative design
Thu Aug 12 2021
Learn how to build a fast & responsive markdown editor with React, Firebase, & SWR
A guide to building a sleek and user-friendly markdown editor.
Sat Aug 07 2021
Building a simple static site generator in node.js
The process of building a simple static site generator powered by markdown using only node.js