I'm a developer with 10+ years of hands-on IT experience. Started with raw PHP back in 2011 and worked my way through:
PHP β WordPress β Laravel β Vue.js β React.js
At every step I didn't just learn the tool β I built my own versions from scratch to understand what's really going on under the hood. Today I have a deep, first-principles understanding of Laravel, Vue and React β because I've written their equivalents myself.
"The best way to truly understand a tool is to build one yourself."
|
|
|
|
|
|
|
Click to expand
Build a real project first. Extract the reusable parts, make them generic. Assemble those parts into a library β then distill the library into a framework.
That's the only way to truly encounter the real-world problems, the edge cases, the potential exploits, and the genuine constraints that every modern library and framework is designed to solve. That's the path I walked. As a result, I understand how Laravel, React and Vue work from the inside out.
The tool serves the developer β not the other way around.
At the application level there should be full freedom within reasonable limits. A framework is a servant, not a master. It should free your hands, not tie them.
When you write your own version of an existing tool, you don't just learn it β you claim it.
This is a symbolic act that matters deeply for a developer's mindset. Every future project built on a tool you truly understand stays transparent and motivating β you know every bolt, every layer of abstraction. There are no black boxes left.
Click to expand
I lean toward libertarianism and anarchism as philosophical positions. Ideologically β liberalism and democracy: free markets kept honest by antitrust law and independent regulators.
Skeptical of Marxism. Fond of the idea of a federation of libertarian states, modelled loosely on the United States.
I see the long-term future in The Venus Project by Jacque Fresco β a resource-based economy grounded in science, technology and cooperation rather than coercion.
Libertarianism + Liberalism + Free Market + Antitrust
β
Federation of independent states
β
The Venus Project β a science-driven society
Click to expand
| Technology | Level | Progress |
|---|---|---|
| HTML | Expert | ββββββββββββββββββββ 100% |
| CSS | Advanced | ββββββββββββββββββββ 90% |
| JavaScript | Expert | ββββββββββββββββββββ 100% |
| jQuery | Expert | ββββββββββββββββββββ 100% |
| Bootstrap | Expert | ββββββββββββββββββββ 100% |
| Tailwind CSS | Beginner | ββββββββββββββββββββ 30% |
| Vue.js | Intermediate | ββββββββββββββββββββ 60% |
| React.js | Intermediate | ββββββββββββββββββββ 70% |
| Svelte | β | ββββββββββββββββββββ 0% |
| Angular | β | ββββββββββββββββββββ 0% |
| Technology | Level | Progress |
|---|---|---|
| PHP | Expert | ββββββββββββββββββββ 100% |
| Laravel | Expert | ββββββββββββββββββββ 100% |
| WordPress | Advanced | ββββββββββββββββββββ 70% |
| Symfony | Beginner | ββββββββββββββββββββ 10% |
2011 ββββ PHP (raw, no frameworks)
2013 ββββ WordPress (themes, plugins, custom solutions)
2016 ββββ Laravel (full-scale backend development)
2019 ββββ Vue.js (SPA, reactive interfaces)
2021 ββββ React.js (component model, hooks)
2022 ββββ NEO Framework (own PHP framework)
2023 ββββ WEX + WEX-CSS (own JS and CSS frameworks)
2024 ββββ Full stack understanding, inside out π₯
While building my own reactive JS framework, I first arrived at a Vue-style template engine β then realized templates don't scale and moved toward class-based components with embedded HTML, essentially my own take on JSX. Once I discovered the full power of JSX in React, I knew exactly where I wanted to bring these ideas.
The result is a widely scalable architecture built on Clean Architecture (Robert C. Martin) and DDD principles, with a natural evolution path all the way to microfrontends baked in from day one. A "no-server" principle sits at its core β the frontend knows nothing about the server β which let me ditch Next/Nuxt entirely and implement routing and SSR in just a couple of files, cleanly and without ceremony.
The structure will look familiar to any Laravel developer β and that's intentional. Backend-style thinking is exactly what modern frontend architecture is missing. React has long outgrown simple UI hooks and local state. It's time to grow up and scale. The frontend is ready.



