WORDPRESSJune 24, 2026·8 min readWordPress Performance: A Core Web Vitals GuideA practical walkthrough of the optimizations I use on every WordPress build, from image formats and caching to eliminating render-blocking scripts.READ MORE
SHOPIFYJune 10, 2026·7 min readBuilding Custom Shopify Sections with LiquidA deep dive into Liquid templating and how to build flexible, schema-driven sections that give clients full control without touching code.READ MORE
AUTOMATIONJune 17, 2026·5 min readGoHighLevel Automation: Streamlining CRM WorkflowsHow I use GHL's workflow builder to automate follow-ups, appointment reminders, and lead nurturing sequences that save clients hours of manual work each week.READ MORE
SEOJune 3, 2026·9 min readSEO for Developers: The Technical Checklist I UseThe exact checklist I run through on every site launch, covering crawlability, structured data, page speed, and the issues that quietly tank rankings.READ MORE
CAREERMay 27, 2026·10 min read6 Years Freelancing as a Remote Developer from the PhilippinesLessons from working with clients across Australia, Belgium, the US, and the UK on finding work, managing timezone gaps, and building long-term client relationships.READ MORE
REACTJuly 10, 2026·8 min readReact Server Components vs Client Components: When to Use EachA practical breakdown of the RSC boundary, what runs on the server, what runs in the browser, and the mistakes that silently break your Next.js app.READ MORE
WORDPRESSJuly 8, 2026·9 min readWordPress Custom Post Types Without a Plugin: Full Developer GuideHow to register CPTs, custom taxonomies, and meta boxes in pure PHP with no bloat, no plugin dependency, and full control over the data your theme reads.READ MORE
SHOPIFYJuly 12, 2026·7 min readThe Real Shopify Performance Guide: LCP, TBT, and What Actually MattersMost slow Shopify stores share the same fixable problems: oversized hero images, too many app scripts, and JavaScript loaded at the wrong time. Here is the process I run on every Shopify performance project.READ MORE
WORDPRESSJuly 11, 2026·8 min readWooCommerce Setup: A Developer's Guide to Building an Online StoreEverything I do when setting up a WooCommerce store from scratch: hosting requirements, PHP configuration, performance tuning, and the developer patterns that save hours on every build.READ MORE
CAREERJuly 13, 2026·6 min readWhy I Replaced VSCode with WebStorm (And Haven't Looked Back)After 4 years on VSCode I made the switch to WebStorm. Here is what pushed me over the edge, what I gained, what I miss, and whether it is worth the subscription for a fullstack developer.READ MORE
SHOPIFYJuly 14, 2026·7 min readWhy Custom Liquid Code Beats Every Shopify Page BuilderPage builders like Pagefly and Gempages look convenient until you check your PageSpeed score. Here is why I write custom Liquid for every Shopify build and what the performance data actually shows.READ MORE
SEOJuly 15, 2026·5 min readWhy You Shouldn't Rely Too Much on PageSpeed InsightsA 95 on PageSpeed Insights does not mean your site is fast for real users, and a 60 does not mean it is slow. Here is why the score is only part of the picture and what to use instead.READ MORE
SHOPIFYJuly 16, 2026·6 min readShopify vs WooCommerce in 2026: Which Platform Should You Build On?I have built stores on both. Here is the honest breakdown of when Shopify makes sense, when WooCommerce wins, and how to make the right call for your client.READ MORE
REACTJuly 16, 2026·5 min readHow I Structure Every Next.js Project From Day OneThe folder structure you start with tends to be the one you live with for the whole project. Here is the exact setup I use with the App Router and why each decision makes sense.READ MORE