Tech Blog
Articles about Laravel, Vue.js, and web development
Deploying PHP Projects on Shared Hosting (cPanel & Hostinger)
Lessons learned deploying Laravel and October CMS projects on shared hosting environments like Hostinger's hPanel.
Read More →Designing APIs That Don't Become a Headache Later
A few practical principles I follow when designing REST APIs to keep them predictable and easy to extend over time.
Read More →PHP in 2026: Why It's Still My Backend Language of Choice
PHP has changed a lot since the old days — here's why it remains a solid, productive choice for backend development.
Read More →JavaScript Fundamentals I Never Skip, Even With Frameworks
Why a solid grip on vanilla JavaScript still matters, even when working daily with Vue or other frameworks.
Read More →Writing Semantic HTML5 That Actually Matters
Why using the right HTML5 tags improves accessibility, SEO, and code clarity — not just visual structure.
Read More →Modern CSS3 Techniques I Use in Every Project
A rundown of the CSS3 features I rely on daily — from Flexbox and Grid to custom properties — to build responsive, maintainable interfaces.
Read More →Managing Shared State in Vue Without Vuex
For small and medium Vue apps, a simple composable often replaces Vuex or Pinia entirely — here's the pattern I use.
Read More →Why I Choose OctoberCMS for Client Admin Panels
How October CMS's plugin architecture lets me ship custom, client-friendly admin panels far faster than building one from scratch.
Read More →Building RESTful APIs with Laravel and Vue.js
A practical breakdown of how I structure a Laravel API backend paired with a Vue.js frontend for real production apps.
Read More →