A nice little topic
July 6, 2018 · 1 minute read
Thoughts & insights on Web Development with a focus on Magento, Laravel, Front-end Tools and Best-Practices.
Currently working on Mods a framework with focus on modularity.
$languages = new Languages(['javascript', 'php']);
$frameworks = new Frameworks([
'laravel', 'magento', 'symfony',
'vuejs', 'nodejs', 'reactjs',
'angular'
]);
$tools = new Tools(['gulp', 'webpack', 'rollup', 'composer']);
$skillset = (new Sunel($languages))
->implements($frameworks)
->pipe($tools)
->build();
View my code on GitHub, connect with me on LinkedIn, follow me on Twitter, and check out my work below.
A Framework with focus on simplicity, modularity, powerful features and performance.
(AOP) Intercept and change the behavior of a public method before, after, or around that function call.