janes.hu logo

Janes Zsolt

Janes Zsolt

Janes Zsolt

I am a Hungarian Laravel developer with over 10 years of experience, primarily focused on developing modern web applications. On a daily basis, I work with Laravel, Vue.js, various cloud and DevOps tools, as well as AI-powered solutions (OpenAI API). I have contributed to the development of everything from simple websites to complex systems, including e-commerce platforms and admin interfaces. Currently, I am continuously expanding my skills in AI, Python, and vector databases.

Published Posts: 3

I am a senior full-stack web developer with over 10 years of experience, primarily focused on building modern web applications. As a Hungarian Laravel developer, I work daily with Laravel, Livewire, Inertia, Vue.js, MySQL, PostgreSQL, Linux, Git, GitHub, as well as cloud and DevOps tools such as DigitalOcean, Laravel Forge, and Ploi.io.

I actively use tools from the Laravel ecosystem, including Laravel Nova, Forge, Cloud, Dusk, Horizon, Scout, Pint, Sail, Sanctum, Socialite, Telescope, Pulse, Reverb, Echo, Nightwatch, FilamentPHP, and Statamic CMS.

I have worked on everything from simple websites to complex systems, e-commerce platforms, administrative interfaces, and applications with AI integrations using the OpenAI API. Clean, maintainable code, continuous learning, and solving real-world problems efficiently are especially important to me.

I’m continuously expanding my expertise, particularly in AI, machine learning (ML), Python, and vector databases.

Author's Posts

All published articles

Deploy Laravel 13 to Shared Hosting Using public_html

Laravel

Deploy Laravel 13 to Shared Hosting Using public_html

Learn how to deploy Laravel 13 on shared hosting using the public_html directory instead of Laravel’s default public folder. This guide covers Vite configuration, public path overrides, storage setup, and production-ready deployment tips for modern Laravel applications.

2026-05-10

How to Deploy Statamic CMS to Shared Hosting Using GitHub Actions

Laravel

How to Deploy Statamic CMS to Shared Hosting Using GitHub Actions

Learn how to automate Statamic CMS deployments to shared hosting using GitHub Actions and FTP, even without SSH access. This guide covers GitHub Secrets, automated builds, Composer installation, environment configuration, and FTP synchronization for production deployments.

2026-05-01

Laravel Manager Pattern for Multiple Drivers

Laravel

Laravel Manager Pattern for Multiple Drivers

Laravel’s Manager pattern is a clean and scalable solution for handling multiple providers behind a unified API. This article demonstrates how to build a configurable invoice driver system in Laravel using Billingo and PDF drivers. The implementation includes configuration files, interfaces, drivers, a manager class, service provider registration, and facade usage. The pattern provides easy extensibility, centralized configuration, and a consistent API across multiple providers.

2026-04-21