Welcome to my blog! ✨
Here I’m trying to write about things that I’m interested in ʕ◔ϖ◔ʔ
The programming languages I use most are Golang and Python.
I’m a very curious person C:
Welcome to my blog! ✨
Here I’m trying to write about things that I’m interested in ʕ◔ϖ◔ʔ
The programming languages I use most are Golang and Python.
I’m a very curious person C:
Today I invite you to do a hands-on exercise and check out how PGO works in Golang. This demo is based on this repo, which I encourage you to clone: fira.curie/go-pgo-app. Prerequisites You would need the following tools installed on your machine: Docker or Podman - if you’re using podman, you need to enable insecure registry (see below). kind to provision a local k8s cluster in a container. Helm - for deploying our app, Pyroscope, and optionally Grafana....
I’ve created a manifesto of how I see this life so far. I’m convinced that it should be relatively easy to create a system of values for an average person like me, who doesn’t have any higher education, or to that matter any background in philosophy etc. Sometimes I can barely spell basic words. Nevertheless, this is my attempt at that. Don’t deliberately harm others Act in a way that minimizes harm to others unless you’re in immediate danger or defending loved ones from a direct threat....
Abstract This is the second article of the series Estonian Identity Systems. Here we will talk about MobileID service integration. Estonian id systems provide examples in java, .net, and php, but none of these languages collide with my tech stack, so I decided to use python. We will not talk about digital signing in this article but instead, focus on authentication with Web eID. MobileID system is very alike to SmartID from a developer’s perspective....
Abstract Recently I had a chance to work with Estonian identification systems. It was an interesting experience that I’m willing to share. Estonian id systems provide examples in java, .net, and php, but none of these languages collide with my tech stack, so I decided to use python. We will not talk about digital signing in this article but instead, focus on authentication with Web eID. You can think of the SmartID system as Firebase, but much more complex one....