WR
Home
Blog
About
Contact
Toggle theme
Loading posts...
Blog
Welcome to my blog, where I share news, ideas and stories.
Reset
Filters
▾
Order by:
Latest First
Latest
Oldest First
Oldest
Show:
All
Featured Only
Published:
All
Today
Last
7d
Last
30d
Custom
Categories:
All
tech
tutorial
travel
portfolio
CI/CD in Practice: GitHub, Vercel, and Render for a Personal Website
2026-03-24 · 10 min read
★ Featured
After covering what CI/CD is and why it matters. Now, the actual setup: how GitHub, Vercel, and Render work together to take a commit from your laptop to a live deployment automatically.
What is CI/CD and Why Even a Side Project Needs It
2026-03-17 · 7 min read
★ Featured
Every time you manually deploy your app, you're introducing risk. CI/CD removes that risk by automating the journey from code to production. Here's what it means, why it matters, and why it's not just for big teams.
Interpreting Logs and Setting Up Uptime Alerting with BetterStack
2026-03-10 · 13 min read
★ Featured
You've implemented your Next.js frontend and Wagtail backend with structured logging. Now learn how to read what you collected, write queries that surface real problems, and set up uptime monitors and log-based alerts so BetterStack tells you when something goes wrong. Before your users do.
Logging Strategies for Wagtail Applications: Structured Production Logging
2026-03-03 · 9 min read
★ Featured
You've added BetterStack logging to your Next.js frontend. Now extend the same visibility to your Wagtail backend without blocking your request thread or losing logs on deploy.
Logging Strategies for Next.js Applications: Why Server and Client Need Different Approaches
2026-02-24 · 12 min read
★ Featured
Before scaling your Next.js application, you need reliable logging. Learn why unified logging libraries fail in serverless environments and how to build a production-ready logging system with BetterStack that handles both server and client contexts correctly.
Deployment Strategies for Decoupled Applications: Why Cloud Region Matters
2026-02-17 · 10 min read
★ Featured
Before scaling your headless architecture, you need to deploy it correctly. Learn why co-locating your Wagtail backend and Next.js frontend in the same cloud region can reduce latency by 100-300ms and how to choose the right deployment approach for your decoupled stack.
Optimizing Next.js Bundle Size for Fast and Scalable Websites
2026-02-12 · 16 min read
★ Featured
Bundle size directly impacts user experience. Learn practical strategies for keeping your Next.js bundles lean and fast, from dynamic imports to tree-shaking techniques that scale from small projects to production websites.
Explore Strategies for Scalable Content Delivery in Headless Architectures
2026-02-06 · 11 min read
★ Featured
The final piece of the headless architecture puzzle: keeping your content delivery fast and responsive as your site grows. Learn how ISR, SSR, and CDN layers work together to scale naturally from 10 articles to 1,000 without architectural rewrites.
Previous
Page 1 / 3
Next