Hi there! I'm Luiz Gustavo.
I'm a software engineer based in Rio and I've been building websites using PHP for over 17 years.
I'm the founder of Nota do Game — a gaming review platform where people rate and share their thoughts on titles they played.
My expertise extends to Laravel, framework that I'm officially certified.
Feel free to contact me at lgustavoms@gmail.comCopied!.
Projects that I've created.
-
Nota do Game
A platform that allows gamers to rate and review their favorite titles, as well as create personal game collections.
View Project → -
Jauntyslider
A lightweight and dependency-free JavaScript package that turns any HTML list into a fully functional carousel.
View Project → -
PIPA
A CMS similar to WordPress that provided a content management environment for websites.
(Discontinued)
Articles that I've written.
Why I'm Using Pico.css and Flexbox Grid instead of Tailwind or Bootstrap
14/03/2023
If you're looking for a lightweight, fast-loading CSS framework, then Pico.css is an excellent choice. Its small file size and minimalistic approach make it an attractive option for developers who want to create clean, simple websites.
Difference between docker run and docker exec commands
04/03/2023
Docker has become an indispensable tool. It allows for easy containerization of applications providing a reliable way to run and manage them. There is often confusion between two commonly used commands: docker run and docker exec. Many people believe that these two commands do the same thing, but in reality, they have different functions and purposes.