Fala pessoal! Neste artigo vamos falar sobre Testing Library dando continuidade ao artigo anterior. Se quiser pode baixar o repositório […]
Author: admin
Don’t Update WordPress Plugins …
… unless you know what you are doing! Don’t get me wrong: please do update your plugins! Keep your system […]
Integration test with GitHub Actions
Integration tests can run for hours, they cover edge cases and complex flows which the regular unit test suit doesn’t […]
Como sobrescrever arquivos no Magento 2 através de preferences
Contextualizando Magento 2 e a injeção de dependência Para entender melhor a injeção de dependência é importante o conhecimento do […]
Spring Boot — Getting Started
Spring boot is one of the popular Java framework, which under the hood comprises of multiple Spring based Java projects […]
Quick update: Building a disability simulator [WIP]
Super quick post as this is a work in progress, but here are a couple of fiddles for a disability […]
How to build an effective popup that will help get you hired
As users, popups suck. Most of us never click on them and likely leave the page when we see them. […]
Understanding While Loop
I am trying to understand what exactly happens when I use the ‘while loop’ to execute a code multiple times. […]
PHP 8: before and after
It’s only a few months before PHP 8 will be released, and honestly there are so many good features. In […]
Save() mongoose não salva modificação de array
Isso é apenas uma dica pra quem teve problemas ao modificar uma array do tipo misto usando o método save() […]