How I Used Webflow MCP in VS Code to Fix CMS Locale Mismatches at ScaleManaging large Webflow CMS datasets across multiple locales can quietly introduce data inconsistencies that are hard to detect and even harder to fix manually. This became very real for me while working with a Doctors CMS collection containing over 2...Jan 2, 2026·4 min read
Reverse Proxying Webflow & WordPress Using NGINX on EC2 (or Any VPS)Serve Webflow landing pages + blog, and route all other paths to WordPress — under a single domain Many teams transition their marketing pages to Webflow while retaining an existing WordPress backend for products, dashboards, or custom pages. NGINX ...Nov 17, 2025·4 min read
Reverse Proxying Webflow & WordPress Using Cloudflare WorkersRoute Webflow pages (e.g., landing & blog) while sending all other paths to WordPressNov 17, 2025·6 min read
Keep Your Code Clean and Merge-Ready: Local Checks + GitHub ActionsMaintaining a clean, consistent, and reliable codebase is essential for any development team. With multiple contributors, it’s easy for style issues, broken builds, or failing tests to creep in. Luckily, by combining local checks, Prettier with GitHu...Nov 12, 2025·4 min read
How to Create Webflow Code Components Using React, Vite & TypeScript (with pnpm)Build and publish your own configurable Webflow components — starting with ElectricBorder. Webflow recently introduced Code Components, which let you build custom UI components using frameworks like React, then drag, drop, and configure them directly...Oct 28, 2025·6 min read
Building a Complete Video Streaming Platform: From React Frontend to Node.js Backend with HLS TranscodingIntroduction In today's digital landscape, video streaming has become a cornerstone of online content delivery. Whether you're building a live streaming platform, an educational course system, or a video-on-demand service, implementing proper video t...Jul 11, 2025·12 min read
Using MediaConvert Job Templates for HLS Transcoding in AWSUnderstanding HLS Streaming and the Power of AWS MediaConvert. Explore how HLS (HTTP Live Streaming) is crucial for adaptive bitrate video streamingApr 27, 2025·15 min read