My Thoughts

Tech Blog

Articles about Laravel, Vue.js, and web development

DevOps Jul 5, 2026

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 →
API Jul 5, 2026

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 Jul 5, 2026

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 Jul 5, 2026

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 →
HTML5 Jul 5, 2026

Writing Semantic HTML5 That Actually Matters

Why using the right HTML5 tags improves accessibility, SEO, and code clarity — not just visual structure.

Read More →
CSS3 Jul 5, 2026

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 →
Vue.js Jul 5, 2026

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 →
OctoberCMS Jul 5, 2026

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 →
Laravel Jul 5, 2026

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 →