Python: Save memory by writing efficient classes.When writing python code, loops are not the only place where we need to be mindful of memory usage. In data-related projects and…Jan 19Jan 19
The Spread Operator in JavascriptWith “spread operators”, introduced starting with ECMAScript 6 (ES6), it is possible to copy all or part of an existing array or object…Dec 29, 20231Dec 29, 20231
What are SOLID principles?SOLID principles are five design principles that help us keep our application reusable, maintainable, scalable, and loosely coupled. The…Dec 26, 2023Dec 26, 2023
Google Gemini disrupts the industryIn the fast-paced world of artificial intelligence, Google has pulled back the curtain on its newest masterpiece — Gemini. Picture this…Dec 7, 2023Dec 7, 2023
COBOL: Il mondo ancora dipende da un codice vecchio di 60 anni che nessuno conosce più.Dec 4, 2023Dec 4, 2023
Open Source, AI and Board GamesOpen source AI and software development is the new hotness and is generating alot of buzz. Rightfully so, however, I’d like to reflect on…Nov 28, 2023Nov 28, 2023
Git CommandsGit and GitHub are the most fundamental things that every Software Engineer must know. These tools are integral to a developer’s daily…Nov 19, 2023Nov 19, 2023
Using fetch api in JSThe Fetch API provides a JavaScript interface for accessing and manipulating parts of the protocol, such as requests and responses. It also…Nov 19, 2023Nov 19, 2023