All Articles
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.
Null Coalescing Operator in PHP
17/04/2018
PHP has been bringing several new features to the language. One of them is the Null Coalescing Operator which allows the return of a default value when the first one is not defined or empty.
Porque WordPress é uma plataforma ruim para desenvolvimento
01/02/2018
Não existe padrão de projeto no WordPress. O que existe são milhares de funções e algumas classes distribuídas em centenas de arquivos e uma boa esperança que tudo isso de alguma forma funcione.
Poupe tempo com gulp-changed
09/11/2017
Ao utilizarmos um automatizador de tarefas front-end em projetos que dispõe de muitos assets, lidamos com o excessivo tempo que a operação leva a ser concluída.
Manipulando contextos com o método Bind
03/10/2017
Ao construirmos uma aplicação em JavaScript, quase sempre nos deparamos com a seguinte situação...
Agrupando uso de Namespaces no PHP
02/10/2017
Namespace é um delimitador para evitar conflitos entre nomes. Agora podemos agrupar seu uso quando compartilham do mesmo caminho.