Go PGO Workshop

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....

September 21, 2024 · 5 min · Zemfira

My life's manifesto

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....

September 20, 2024 · 3 min · Zemfira

How to integrate MobileID to your python project

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....

June 25, 2022 · 5 min · Zemfira

How to integrate SmartID to your python project

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....

May 8, 2022 · 6 min · Zemfira