Gabriel Quaresma

  • Codeminer42 Dev Weekly #1

    · 4 min read · by Gabriel Quaresma

    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

    · 6 min read · by Gabriel Quaresma

    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

    · 10 min read · by Gabriel Quaresma

    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

    · 5 min read · by Gabriel Quaresma

    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?

    · 5 min read · by Gabriel Quaresma

    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…