João Medeiros

Posts

4 Oct 2024

Manage Git easily with Lazygit: No more leaving the terminal!

Lazygit is a simple yet powerful terminal UI for Git, designed to make Git management easier and more efficient.

2 Oct 2024

My history with Linux

In this post, I reflect on my journey with Linux, from my early days as a beginner to becoming a power user and developer.

30 Sep 2024

Choosing Between WSGI and ASGI in Django: A Hybrid Approach for Optimal Performance

In some Django projects, tackling a mixed environment using WSGI and ASGI could be more beneficial. This guide will cover a use case where I had to use both ASGI and WSGI in the same API.

12 Sep 2024

Building Docker Images in CI with BuildKit CLI

Learn how to leverage BuildKit CLI to streamline your CI pipelines by building Docker images more efficiently. This guide covers setting up BuildKit in your CI environment, running rootless builds for enhanced security, and taking advantage of advanced features like caching and parallelism to speed up your Docker builds.