Home About Skills Products Work
Projects Services Experience
Learn
Tutorials Courses Blogs Resources
Contact
Blog

Writing & Insights

Articles on web development, tools, and lessons learned.

51 articles · browse by category or tag below

How to Build an Ecommerce Website Step by Step

From scoping the actual requirements to inventory, checkout, and order states — the realistic build order for a real store.

Read Article

Popular Articles

Recent Articles

JavaScript Fundamentals Every Beginner Should Master

JavaScript Fundamentals Every Beginner Should Master

Variables, functions, arrays, objects, and the DOM — the plain JavaScript every framework is built on top of.

Async/Await and Promises in JavaScript: A Practical Guide

How Promises actually work, why async/await is just readable syntax on top of them, and the parallel-fetching mistake almost everyone makes.

Modern JavaScript (ES6+) Features You Should Be Using

Modern JavaScript (ES6+) Features You Should Be Using

Template literals, destructuring, optional chaining, and modules — the JavaScript you actually see in every modern codebase.

Getting Started with NestJS: Your First API in TypeScript

Getting Started with NestJS: Your First API in TypeScript

Installing Nest, generating a CRUD resource, and understanding controllers, services, and DTO validation.

NestJS Modules, Providers, and Dependency Injection Explained

The three concepts that make NestJS feel structured — and why dependency injection makes your code dramatically easier to test.

Building Your First REST API with ASP.NET Core

Building Your First REST API with ASP.NET Core

Minimal APIs, Entity Framework Core, and FluentValidation — a real, working ASP.NET Core API without controller-class ceremony.

ASP.NET Core Web API Authentication with JWT

ASP.NET Core Web API Authentication with JWT

A complete JWT authentication setup for ASP.NET Core — issuing tokens, protecting endpoints, and role-based authorization.

How to Register a Custom Post Type in WordPress (Step-by-Step)

The complete register_post_type() walkthrough, including the rewrite-rules gotcha that causes a confusing 404 every time.

Getting Started with Advanced Custom Fields (ACF) in WordPress

Getting Started with Advanced Custom Fields (ACF) in WordPress

Field groups, repeaters, displaying ACF data in templates, and registering fields in code so they ship with your theme.

Showing 10 to 18 of 51 results
Esc