After 15 years in IT, I compressed everything into 3 things that actually matter:
1.Keep It Simple, Smart β not dumb-simple. Intentionally simple.
2.Separate concerns
3.Single source of truth.
When architecture is blurry, AI amplifies the blur.
Full article π
lshnpt.dev/journal/what...
Posts by Petro Lashyn
Taylor Otwell on stage, founder of Laravel. One of those people who quietly shaped years of my professional life.
And itβs clear that we are entering into Agentic Age of software development. The shift is huge and quite drastic.
#laravel #laraconeu #laracon2026 #webdev #agenticai
just written some reflections about the approaches and patterns which still matters for me the most in building apps with Laravel. Nothing new, but found it extremely relevant for myself.
What does matter to you? (At the edge of AI π)
#laravel #software #ai
Iβve concluded my thoughts about TRIZ. Thatβs interesting problem solving approach (from engineering context). Happy to share it!
#triz #engineering #web #software
Want to share my fresh article about Letβs Encrypt certificates and how it turns the process of handling SSL into something effortless and painless π.
#web #ssl #nginx #letsencrypt #https #ubuntu
labrodev.substack.com/p/lets-encry...
IΚΌm a big fun of making public composer packages to re-use them in my own projects and to share with others.
I cover up the practical aspect of how to bring tiny #PHP package to the world in article.
As example there my recent package postal-formatter (which format postals depends on EU country).
π Just released a lightweight PHP utility to calculate distances between two geo-coordinates using the Haversine formula.
π§ Could be useful for travel, mapping, or logistics apps.
π¦ Composer-ready and tested
Check it out π github.com/labrodev/hav...
#PHP #opensource #geolocation #composer
I agree, right now using DaisyUI for my new app and it looks so good
New on my Substack: Add tiny Python endpoints to your Laravel app in under 10 minutes with FastAPI + Docker.
#laravel #python #skeleton #tutorial #webdevelopment #php #docker
Common sense π
Tired of endless brute-force hits and bots probing for your .env & .git? Fail2Ban is the bouncer you need! In 5 mins on Ubuntu 24, ban the riff-raff and breathe easy. Check the guide. βοΈ
#web #ssh #ubuntu #fail2ban #laravel #vps
Query class. Like ProductQuery or CategoryQuery
Amazing π
Why creativity is everywhere β if we choose to see it. In art, in programming code in our everyday actions. Here are some thoughts about creativity as the fundamental aspect of human beings.
#creativity #art #culture #vienna #inspiration #web #laravel #php #bruegel #humans #painters #kunst #laradev
In this article, Iβve described how to implement UUID generation for Eloquent models in Laravel by reusable trait.
#laravel #uuid #eloquent #php #webdev #traits #laradev #substack #programming #coding #oop #eloquentmodels
In Laravel development, traits are incredibly powerful tools that allow you to add reusable functionality to Eloquent models.
In this article on my Substack, I want to explore how to keep traits clean and usable in Laravel.
#laravel #php #traits #eloquent #webdevelopment #webdev #models
Answering the question after his presentation, Sebastian Bergmann has said: <Iβm not only the name on your console, Iβm human being>. Which is valid statement, for sure π. But name will still be seeing in a console. PHPUnit π€.
#phpunit #php #laravel #webdevelopment #laraconeu #phptests #webdev
So many excited things up to come on 24th of February for Laravel community - Laravel Cloud, new starter kits and Laravel 12 π. Thanks @taylorotwell.bsky.social and whole Laravel team for new tools and opportunities.
#laraconeu #laravel #php #webdev #laravelcloud
So #LaraconEU 25 has started. All the topics so far is interesting and actual. For me, Especially presentation related to embedding words and Pipeline use cases. And yes, static analysis is the must-have tool for solid projects πͺ.
Greeting sunset in Amsterdam and feeling excited before attending #laraconeu 25 tomorrow!
#laravel #laraconeu #php #webdevelopment
Just want to share here step by step guide how to use PHPStan in Laravel application. Static analysis is very useful for any Laravel project and add a solid quality to codebase.
#phpstan #laravel #php #staticanalysis #webdevelopment