Codeminer42 Dev Weekly #1
HELLO EVERYONE!!! It is March 8th, 2024 and you are reading the First Codeminer42 Dev Weekly! Let's see what the tech world showed us this week! An HTML Switch Control…
CodeTips#7: Spread operator: the slow beauty
For a couple of years now, the JS community has been using the famous spread operator, AKA three dots (...), to copy values in arrays and objects, both on front…
Modeling data with DynamoDB
In this article, we will perform the modeling and queries of a simple e-commerce domain using the NoSQL database, DynamoDB, and address its main concepts. And before we start modeling…
Test mocking in practice with Sinon
Imagine that you coded a new controller that provides a new endpoint for your REST API to create some register (for example, a new Pokemon) that uses a service to…
Do you know the CI/CD initiative?
Nowadays, the DevOps culture is present in many projects and companies of all sizes. The main concepts of this culture are Continuous Integration and Continuous Delivery/Deployment (CI/CD), which consists of…