Singleton Pattern-<Creational>

Singleton Pattern-<Creational>
01) What? 1.1) Real World ScenarioImagine a scenario where having multiple copies of something could cause problems. Think about a database connection, or maybe a printer. If everyone had the...
0 Read More

Validações com biblioteca Yup

Validações com biblioteca Yup
Quando lidamos com formulários, inserções de dados em algum serviço como enviar um POST para um banco de dados, salvando os dados inseridos no banco, jamais podemos esquecer de validar os dados in...
0 Read More

Solving Bugs

In the world of software development, bugs are inevitable. No matter how experienced the team or how mature the process, every software system will eventually encounter issues that cause unexpected be...
0 Read More

Quick Slots and Item Equipping

I'm adding a hotbar similar to mc, as well as the ability to equip items, I should have it done within the next 2-3 days, this will make adding combat significantly quicker and easier....
0 Read More