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.