_about-me

// personal-info

From frontend to backend, I've immersed myself in the world of code for the past 3 years. Starting with HTML, vanilla JS, and CSS, I honed my skills by replicating existing sites and web apps. As I grew more proficient, I delved into frameworks and explored the vast frontend ecosystem. But my journey didn't stop there. When a project demanded it, I eagerly embraced backend development, diving into the realms of composer, php, and beyond. I've embarked on a journey of continuous growth and skill expansion, let me join you so we both can build robust and elegant web applications that push boundaries and exceed expectations.

// Code snippet showcase:
diego
@El-Nasty

5 months ago:

Laravel
class Cache extends Facade
{
/**
* Get the registered name of the component.
*/
protected static function getFacadeAccessor(): string
{
return 'cache';
}
}