Articles
Page 2 of 3
AI-Assisted Code Reviews: What to Use and What to Avoid
How to use AI during code reviews without lowering technical quality: workflow, guardrails, and limits.
RAG with TypeScript from Scratch: Minimal Architecture that Works
Practical guide to build a lean RAG pipeline in TypeScript with ingestion, embeddings, retrieval, and evaluation.
Prompt Engineering for Developers: Practical Production Guide
A practical prompt engineering framework for software teams: context, constraints, evaluation, and versioning.
How We Built an Automated Post Sync System for Dev.to and Medium
Step-by-step guide to implementing a clean-architecture post synchronization engine with rate-limit control, persistent state, and queue-based GitHub Actions migration.
Best OBS Settings for Recording Code Tutorials: Sharp Text, Small Files
Learn the optimal OBS Studio settings to record crystal-clear code tutorials with sharp text and small file sizes using CQP/CRF rate control, proper resolution, and color settings.
PRD + RULES + SKILLS + MCP: Shared Context that Makes AI Actually Useful
Practical strategy for LLM-enabled teams: shared PRDs, versioned rules, role-based skills, and MCP integration.
Mastering Email Retry Strategies: Resilience with Exponential Backoff and Jitter
Learn how to build a robust email delivery system using Exponential Backoff, Jitter, and Queue architectures to ensure high deliverability and system stability in 2026.
Custom Terminal Setup - Kitty + Ranger on Ubuntu 24.04
Learn how to create a fast and aesthetic terminal using Kitty, Ranger and image previews with JetBrains Mono font and Tokyo Night theme on Ubuntu 24.04
How to Create Command Aliases in Linux and macOS
Learn how to create aliases in Linux and macOS to run multiple commands with a single shortcut.
Complete Guide to Install Cursor AI IDE on Ubuntu 24.04
Learn how to install and configure Cursor AI IDE on Linux - Ubuntu 24.04, an AI-powered first code editor, to improve your development productivity.
Understanding Story Points AGILE Estimation
Discover the detailed method of effort-based estimation using Story Points in Agile, with practical examples to facilitate understanding.
How to Configure Razer Devices on Ubuntu 22.04
Learn how to easily configure and manage Razer devices on Ubuntu 2024 using OpenRazer and Polychromatic.
Solution to Ethernet Speed Limitation in Ubuntu 22.04
Learn how to resolve the issue of your Ethernet connection being limited to 100 Mb/s instead of 1 Gb/s in Ubuntu.
Setting Default Audio Device at Session Start in Ubuntu 22.04
Ensure your preferred audio device is selected automatically each time you start a session in Ubuntu.
Optimizing Disk Space on Linux and program to run ONE TIME a MONTH
Automate monthly disk cleanup on Linux with Docker environment using cron jobs and system maintenance scripts
Limiting Google Maps Autocomplete API Results to a Specific Area
How to limit Google Maps Autocomplete API results to a specific geographic area with JavaScript
Syncing and signing commits for different REMOTES and different GIT accounts using HOOKS from a single local repository
Advanced guide to sync and GPG-sign commits across multiple Git remotes and accounts using hooks from a single repository
How to add MULTIPLE GIT remotes repositories to my CODE
Step-by-step guide to add and manage multiple Git remote repositories for syncing code across platforms
How to setup multiple GIT accounts with SSH
Complete guide to configure and manage multiple Git accounts with SSH keys on a single machine
How to integrate Chat GPT API with Laravel
Step-by-step guide to integrate OpenAI ChatGPT API into a Laravel application with practical examples