Engineering Playbooks

Engineering notes, architectural deep-dives, and practical playbooks from the Devforth team.

Latest

How to install OS X into Hyper V (For Windows)
Engineering Playbooks

How to install OS X into Hyper V (For Windows)

How to install OS X on Windows Hyper V, real working guide
SQL Query Optimization: Understanding Key Principle
Engineering Playbooks

SQL Query Optimization: Understanding Key Principle

A full detailed guide to understanding how to access your database in a fast way without glitches, throttling, and other catastrophes with non-responding features.
Create native Android App from Web site/PWA
Engineering Playbooks

Create native Android App from Web site/PWA

Native app from web. Generate APK file from web site.
Chrome remote debugging setup
Engineering Playbooks

Chrome remote debugging setup

Learn how to access a headless Chrome browser running on a remote machine from your local machine in a very short and easy way.
Archlinux fast minimal Installation Guide [UEFI]
Engineering Playbooks

Archlinux fast minimal Installation Guide [UEFI]

The simple and modern way to quickly install Arch linux for modern laptops with UEFI mode.
Dookerized deploy setup using Woodpecker CI and Harbor registry
Engineering Playbooks

Dookerized deploy setup using Woodpecker CI and Harbor registry

Learn how to quickly setup Docker builds with great build performance, security and code isolation
Installing WoodpeckerCI on your VPS server
Engineering Playbooks

Installing WoodpeckerCI on your VPS server

Woodpecker CI installation guide: Docker deployment on a VPS, GitHub integration, Cloudflare security, and Slack build notifications.
Dookerized deploy setup using Woodpecker CI and with building images on application server
Engineering Playbooks

Dookerized deploy setup using Woodpecker CI and with building images on application server

Secure and automate Docker-based deployments with Woodpecker CI over TLS. This step-by-step guide shows how to configure a VPS, set up a custom Certificate Authority, enable secure remote Docker access, and deploy web, desktop, or mobile apps via docker-compose — with optional direct local deployment for debugging or emergencies.
How to generate an Icon webfont [automated setup]
Engineering Playbooks

How to generate an Icon webfont [automated setup]

Stop relying on heavy icon libraries — generate your own custom SVG webfont (TTF, WOFF, EOT) in minutes and ship lighter, faster apps. Follow this step-by-step npm guide and start optimizing your icons today.