My Writings

Dive into my writings — a collection of reflections, insights, and lessons from my journey as a developer. Each piece captures what I’ve learned, explored, or found worth sharing.

Leaflet + OpenStreetMap: A Free and Open-Source Alternative to Google Maps

Leaflet is a modern, open-source JavaScript library for building mobile-friendly interactive maps. OpenStreetMap (OSM) is a collaborative project to create a free, editable map of the world, built entirely by a community of contributors. Think of it as the Wikipedia of maps.

Add Code Blocks to Your React Blog Using React Syntax Highlighter

If you're building a developer-focused blog, documentation site, or portfolio using React, chances are you'll need to display code snippets in a readable and stylish way. This is where syntax highlighting comes in—and one of the best libraries for the job is react-syntax-highlighter.

Writing Clean, Consistent Content with Tailwind Typography

Tailwind Typography, formerly known as the @tailwindcss/typography plugin, is an official Tailwind CSS plugin that provides a set of pre-defined prose classes. These classes are optimized to style HTML elements commonly used in long-form content: headings, paragraphs, images, code blocks, blockquotes, lists, and more.

Improve Map UX Instantly with leaflet-gesture-handling

leaflet-gesture-handling is a plugin for Leaflet.js that adds simple but effective gesture control behavior. It prevents unexpected zooming and dragging caused by scroll or touch gestures and displays helpful tooltips to guide users.

The Ultimate Git Cheatsheet - Every Command You'll Ever Need

This cheatsheet provides a categorized, ready-to-use reference of all the most useful Git commands. From setting up a repository to resolving complex merge conflicts — this is your go-to guide.

Loading...