Codeminer42's Engineering Blog

Linux

  • Codeminer42 Dev Weekly #2

    · 6 min read · by Gabriel Quaresma

    HELLO EVERYONE!!! It is March 15th, 2024, and you are reading the Second Codeminer42 Dev Weekly! Let's see what the tech world showed us this week! PostgreSQL Index Types -…

  • How to install Docker and docker-compose

    · 4 min read · by Dmitry Rocha

    Docker is a tool to wrap a piece of software in a complete filesystem that contains everything needed to run an application, such as code, runtime, system tools, and system…