<K/>
HomeAboutProjectsBlogContact
<K/>

Software developer specializing in building robust software systems with focus on clean architecture and maintainable code.

Navigation

  • Home
  • About
  • Projects
  • Blog
  • Contact

Explore

  • Open Source
  • Playground

Connect

  • LinkedIn
  • Twitter
  • Email

© 2026 Kapil Singh Thakuri. All rights reserved.

Blog

Thoughts, tutorials, and insights on web development, Laravel, React, and building scalable applications.

Dev.to
8 min read
September 15, 2024

Building Scalable RBAC in Laravel with Spatie

Learn how to implement role-based access control in Laravel applications using Spatie permissions package.

Laravel
RBAC
Security
Read Article
Medium
12 min read
August 20, 2024

React State Management: Choosing the Right Tool

A comparison of Redux, Jotai, Zustand, and TanStack Query for managing state in React applications.

React
State Management
TypeScript
Read Article
Hashnode
10 min read
July 10, 2024

Docker Development Workflow for Applications

Set up a consistent development environment using Docker for Laravel and React applications.

Docker
Laravel
DevOps
Read Article
Dev.to
15 min read
June 5, 2024

Building Multi-Step Forms with React Hook Form and Zod

Create complex, validated multi-step form wizards in React with proper state management.

React
Forms
TypeScript
Read Article