Codeminer42's Engineering Blog

The Miners

  • 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…

  • How to use dynamic Components in Vue

    · 7 min read · by Edy Silva

    Hi guys, in today's post I want to share an interesting scenario about using dynamic components with you. Imagine this situation where you have a search feature in your application.…

  • A practical dive into functional programming

    · 9 min read · by Paulo Eduardo

    Hi folks! I've been working on a personal project, a simple Express.js REST API. But after a while, I got stuck on a simple problem: What is the best way…

  • Securing git commits on Windows 10 and WSL2

    · 5 min read · by Anderson Guimarães Moura

    Git-based platforms such as Github and Gitlab are probably the most common code management tools out there. Therefore, securing your access to whatever codebase you work on is of dire…

  • First steps through the Flutter framework

    · 16 min read · by Moises Alonso

    If you are somewhat familiar with mobile development, you have probably heard about Flutter, an open-source framework developed and maintained by Google for building natively compiled, multi-platform applications from a…