With over 3+ years of hands-on experience in various technological fields, I have developed a deep passion for software development and programming. My journey has been fueled by a desire to become a successful tech entrepreneur. Over the past years, I have specialized in creating innovative mobile applications and web solutions.
Currently, I support multiple brands and companies, delivering tailored and impactful solutions. My dedication ensures client success and satisfaction.
Specializing in web-based software and mobile applications, I transitioned from a freelance developer to a full-time web developer. I am eager to bring my skills and collaborate with your team to drive innovation and success.
HTML
Wordpress
Firebase
JavaScript
Tailwind CSS
Nuxt
CSS
Bootstrap
SQL
Dart
Git
REST
Explore JavaScript's handling of leading zeros in numbers, including why they're interpreted as octal, parseInt behavior, and best practices for clean code.
Introduction NestJS, a framework built on top of Node.js, offers a robust and structured architecture for building scalable and maintainable applications.
Guards and Custom Decorators are powerful features in NestJS that enable developers to implement authentication, authorization, and custom behavior with ease.
Apex Charts tries to access the window object without checking it is available first, so it does not work in server contexts.The workaround is to ensure the library is only used in a browser context.