Skip to Content
Sign in
Writings

Writings

A collection of in-depth articles exploring frontend development, testing strategies, and Git workflows, providing insights and practical tips for developers.

Tech Picks #3

Tech Picks #3

Explore a curated collection of the best tech articles, videos, and tools discovered this week. Stay informed and inspired in the world of technology.

Tech Picks #2

Tech Picks #2

Explore a curated collection of the best tech articles, videos, and tools discovered this week. Stay informed and inspired in the world of technology.

Tech Picks #1

Tech Picks #1

Explore a curated collection of the best tech articles, videos, and tools discovered this week. Stay informed and inspired in the world of technology.

Design pattern | Adapter

Design pattern | Adapter

Learn how the Adapter Pattern enables seamless integration between incompatible interfaces. Explore both class-based and functional implementations for scalable and maintainable solutions.

A Practical Guide to Snapshot Testing

A Practical Guide to Snapshot Testing

Master snapshot testing with Jest to ensure consistent UI and data outputs. This guide covers implementation examples, inline snapshots, best practices, and common pitfalls.

Selective Staging in Git: How and When to Use It for Clean Commits

Selective Staging in Git: How and When to Use It for Clean Commits

Explore the power of selective staging with (git add -p) to maintain clean commit histories and improve collaboration in your Git workflow.

Efficient Bug Hunting with git bisect: A Step-by-Step Guide

Efficient Bug Hunting with git bisect: A Step-by-Step Guide

Explore the power of selective staging with (git add -p) to maintain clean commit histories and improve collaboration in your Git workflow.

Code Smell | Generic Exceptions

Code Smell | Generic Exceptions

Understanding why using generic exceptions is a code smell and how it can make error handling difficult.

Load More You've reached the end of the list