ARTICLES AND TUTORIALS

Practical insights for modern developers

Learn through interactive tutorials, real-world examples, and deep dives into web development

Mastering the URL Pattern API: The Future of Smarter, Simpler Web Routing
Sourabh
November 16, 2025
8 min read

Mastering the URL Pattern API: The Future of Smarter, Simpler Web Routing

Learn how the URL Pattern API brings simplicity, power, and standardization to URL matching on the web, replacing fragile regex-based patterns with an easy-to-understand syntax.

Debug local log files with Grafana and Loki
Sourabh
June 9, 2021
5 min read

Debug local log files with Grafana and Loki

Loki with Grafana's UI is very useful in grepping and debugging big log files. Specially when you have multiple instances of a micro-service running, each generating their own log files.

Removing permanent redirects from next config
Sourabh
February 24, 2021
3 min read

Removing permanent redirects from next config

If you have been working with multiple Next.js web apps, and even if one of them has a permanent redirect set in next.config.js then your browser will cache it forever.

Interview Question: Are two strings anagrams?
Sourabh
July 15, 2020
4 min read

Interview Question: Are two strings anagrams?

A common programming interview question about checking if two strings are anagrams of each other. Let's explore different approaches to solve this problem.

Android Studio 2.0 crashes on Windows
Sourabh
April 11, 2016
3 min read

Android Studio 2.0 crashes on Windows

Google recently launched Android Studio 2.0 with exciting new features, but we encountered crashes on startup. Here's how to fix the JDK_HOME environment variable issue.

10 opensource iOS libraries for Android-like UI
Sourabh
June 28, 2015
7 min read

10 opensource iOS libraries for Android-like UI

Collection of open source iOS libraries that help you create Android Material Design-like UI components and interactions in your iOS apps.

Loading sidebar...
    CodeSmith - Helping you carve beautiful software