Engineering Blog
Technical insights on Optimizely CMS, Commerce, and the modern .NET ecosystem.
Integrating OpenAI with .NET 8 for Optimizely Solutions
The integration of Generative AI (GenAI) is rapidly moving from a niche experiment to a core business necessity. For developers working with robust platforms like Optimizely CMS 12 and Commerce 14,...
Deep Dive into Timesheet Submission Architecture in ASP.NET Core
Introduction Building a reliable timesheet submission system for enterprise applications involves much more than saving hours to a database. It requires careful orchestration of data persistence, m...
Securing Optimizely in 2025: .NET 8 and Zero Trust
As the complexity of modern DXP solutions increases—integrating Optimizely CMS, Episerver Commerce, microservices, and decoupled frontends (like our Vite implementation)—the perimeter defense model...
Automating Optimizely Content Metadata with AI
In large-scale CMS projects like CmsIv, content auditing is a continuous challenge. As editorial teams evolve, older blog posts often lack standardized SEO metadata, such as categorized topics and ...
Building Event-Driven Email Notifications with Kafka in a Timesheet System
Introduction Modern timesheet applications require reliable email notifications for approvals, submissions, and status updates. Traditional synchronous email sending can slow down your application ...
AI Integration in Optimizely CMS 12: Boosting Developer Productivity
The pace of modern IT software development demands continuous optimization of our internal processes. For projects like CmsIv, which relies heavily on high-volume content delivery via Optimizely CM...
Optimizely CMS 12 & Gemini: Automated Blog Post Generation
Scaling high-quality, technically accurate content is one of the most significant challenges facing platform teams. Maintaining consistency, ensuring SEO compliance, and keeping the content pipelin...
How to Fix WSL2 BSOD and Continue Using WSL2 Safely on Windows
Introduction Experiencing a Blue Screen of Death (BSOD) after enabling the Windows Subsystem for Linux (WSL2) is a frustrating experience for developers. Many assume that a system crash means WSL2 ...
Modernizing Optimizely CMS: From Razor Templates to Headless Next.js
Introduction For years, Optimizely CMS (formerly Episerver) developers have relied on Razor templates and server-side rendering (SSR) to deliver web content. While robust, the modern web demands th...
Cloudflare Workers: High-Performance Serverless at the Edge
What are Cloudflare Workers? Imagine building a website for a global audience. If your server is located in Vietnam, users in Europe or the US might experience significant delays as requests travel...