Jul 26 TOC Design Sample Article This is a sample article to test the Table of Contents design with headings from H1 through H4. Introduction This article demonstrates the Table of …
Jul 26 Strict Vertical Curvy Corners Navigation — TOC Design This post demonstrates a strict vertical Table of Contents design with smooth cubic Bézier S-curves connecting heading levels. The vertical lines stay …
Jul 26 NGINX in Front of Traefik: Enterprise Frappe Deployments on RHEL In restricted enterprise environments (VPN-only, SELinux enforcing, firewalld enabled), applications are often exposed on non-standard ports like …
Jul 26 My Company Only Has an Android VPN App — Here's How I Made It Work on Linux Many organizations only provide VPN access through an Android application like MotionPro. If you develop on Linux, you’re stuck — the laptop …
Jul 26 How to Version-Control Everything You Built in Frappe's UI In Frappe projects, most things are created via the UI: DocTypes, Custom Fields, Client Scripts, Server Scripts, Workflows, Roles, Dashboards, and …
Jul 26 How to Set Up CI/CD for Frappe When Your Server Has No Internet Frappe Bench applications require schema migrations, Docker images, and database backups. When the production server has no internet access, you need …
Jul 26 How to Set Up *.test Domains Locally Without Breaking Your DNS Local development environments often need custom domains like myapp.test, api.test, or backend.internal.test. But wildcard resolution (*.test → …
Jun 23 How to Set Up Multiple Frappe Benches on One Machine Run two (or more) Frappe benches side-by-side — each with its own web server, Redis instances, and site — without port conflicts. Why Isolate …
Jun 16 How to Use FizzBee for Formal Verification of Distributed Systems FizzBee is a formal specification language and model checker for designing and verifying distributed systems. It uses a Python-like syntax (Starlark) …
Jun 13 How LLMs Actually Work — From Data to Intelligence A complete guide · From raw text to intelligence How LLMs Actually Work From Data to Intelligence We start with a pile of internet text and …