Rafael Eyng's Blog
AboutGithub
  • Sep 15, 2024

    Self-hosting a Bluesky PDS and using your domain as your handle

    A complete guide to host your PDS on Digital Ocean and use your domain name as your user handle.

  • Nov 21, 2020

    gRPC load balancing with grpc-go

    A complete explanation of how to setup client-side gRPC load balancing using a DNS naming system.

  • Nov 24, 2019

    Redis: Pipelining, Transactions and Lua Scripts

    Redis offers 3 ways of grouping commands: pipelining, transactions and Lua scripts. The subtleties of using one instead of the other are explored on this post.

  • Nov 24, 2019

    Redis: Replication and Partitioning

    Replication and partitioning are techniques that build the foundation of using Redis as a distributed system, and prepare the way for more complex abstractions like Redis Sentinel and Redis Cluster

  • Jan 7, 2017

    Using Nexus 3 as Your Repository - Part 3: Docker Images

    In this third post of the series, we will setup Nexus 3 to use it as Docker private registry and as a proxy to Docker Hub.

  • Dec 3, 2016

    Using Nexus 3 as Your Repository - Part 2: Npm Packages

    In this second post of the series, I'll show you how to setup Nexus 3 and configure it to use it as a private npm registry and as a proxy to the official registry.

  • Nov 23, 2016

    Using Nexus 3 as Your Repository - Part 1: Maven Artifacts

    Learn how to setup Nexus 3 and configure it to use it both as a Maven private repository and as a proxy to Maven Central and other repos

  • Nov 19, 2016

    Monitoring Your Application Status With Cabot

    How to setup a status check for your applications

  • Jan 14, 2016

    JavaScript Code Coverage With Instanbul and Coveralls

    A fast lane to set up code coverage in your project

  • Jan 9, 2016

    Simple Git Hooks With Ghooks

    Learn how to use git hooks easily to leverage best practices in your workflow.

  • Oct 30, 2015

    Optimizing Assets in Jekyll-generated gh-pages

    Learn how to optimize assets for your Jekyll site without having to rely on plugins.

  • Jul 21, 2015

    Practical Guide to Functional Programming

    Functional Programming lies somewhere between Computer Science and Mathematics. It is a pretty dense and theoric subject, so the goal here is to show you how to start using some classic functions for collection manipulation in your everyday code.