Back to Home

Blog

Technical blog posts about web development, AI integration, and modern frontend technologies.

Topics

Timeline

DDD

Revisiting Domain-Driven Design (DDD)

A practical, structured walkthrough of strategic and tactical Domain-Driven Design, from ubiquitous language and bounded contexts to aggregates, repositories, and layered architecture. It also covers how DDD can coexist with CRUD applications, frontend code, and mobile apps in real projects.

Sloth255
Sloth255
20 min read
Read more
iOS

How to Create an Apple Distribution Certificate

A step-by-step guide to creating an Apple Distribution certificate from scratch—covering CSR generation, certificate issuance on the Apple Developer portal, and integration into Xcode for App Store distribution.

Sloth255
Sloth255
7 min read
Read more
AWS

How to Use a Domain Registered with Amazon Route 53 on CloudFront

This article explains how to configure a domain registered with Amazon Route 53 as a custom domain for CloudFront. It covers issuing an ACM certificate, creating A/AAAA alias records in Route 53, and assigning the apex domain and a subdomain to separate distributions.

Sloth255
Sloth255
8 min read
Read more
GitHub Copilot

Customizing GitHub Copilot in VS Code

GitHub Copilot customization in VS Code: Custom Instructions, Prompt Files, Custom Agents, Agent Skills, and MCP Server integration with practical code examples.

Sloth255
Sloth255
5 min read
Read more