March 19, 2025 — 4 Min Read
Navigating through all the services in the AWS console is cumbersome, and
generating diagrams manually and keep them updated is a tedious job.
infra-inspector automates these processes,
so you can use it in CI/CD environments to automatically or periodically
generate these useful info.
February 1, 2025 — 4 Min Read
Want to harness the power of
Deepseek LLM without relying on
external APIs or worrying about data privacy? Running it locally is the answer!
This guide will walk you through setting up all you need on your own machine
using the user-friendly Chat UI and
the containerization magic of Docker. Get ready to chat with your very own
private AI assistant!
April 27, 2019 — 2 Min Read
There are different ways to add a comments section to your static website or blog, in this guide we won’t talk about pros and cons of each solution but we will actually focus on how to use Disqus to enable users to leave comments on a blog generated with GatsbyJS.
April 27, 2019 — 2 Min Read
This simple tutorial will show how is possible to call GoLang functions from a c/c++ code.
December 12, 2018 — 2 Min Read
As a developer you might have to deal with SSH keys to access specific API/machines, and a common approach is to have one key for everything. For security reasons it’s good to use different ones so that if one of them is compromised the other services are safe and you don’t need to revoke and regenerate the keys for all your API/machines.
In this guide I will show you how to use a different SSH keys for each domain.
July 24, 2017 — 4 Min Read
In this guide I will show you how to use gRPC to write a simple client (in C++) and server (in Go) for your service.
For this tutorial we will use the code available in the following Github project: pasdam/grpcExample.
For the client, in this article I’ll show how to write a command line one, but in the repository there is also a GUI client written with the Qt framework.