#OpenSSH private keys with old PEM format

By | December 11, 2019

Starting from openssh 7.8 the default format for private keys has changed from PEM to OpenSSH: That means that private keys generated with the referenced command: (ssh-keygen -t rsa -b 4096) are no longer generated as PEM format. Lot’s of online services do not accept this format yet CircleCI, GitHub are some of the services… Read More: #OpenSSH private keys with old PEM format »

Things worth reading: Some resources about Protocol Buffers in #golang and #gRPC

By | November 1, 2019

Looking around microservice communication protocols I discovered protocol buffers and gRPC as a new alternative to REST with XML or JSON. XML is used in standards like ISO 20022 for financial messages, JSON is widely used by all the new APIs in fintech (Stripe, TransferWise, lots of PSD2 API implementation of banks etc.) Both of… Read More: Things worth reading: Some resources about Protocol Buffers in #golang… »

Banking 2.0 or the online revolution @imaginecurve #fintech #swag

By | May 6, 2020

As a new found collector of challenger bank accounts the new #fintech Curve (@imaginecurve) it was an obvious must have. When I heard about this “magic” proxy card, one card to hold all your other cards, I was in awe. How natural and simple idea that fit my case perfectly. Due to the new found… Read More: Banking 2.0 or the online revolution @imaginecurve #fintech #swag »

Libraries #golang : Inter Planetary File System client

By | October 29, 2019

In all this talk of distributed systems the Interplanetary File System is a fun practical subject. Obviously golang should be part of that. According to Wikipedia: The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file… Read More: Libraries #golang : Inter Planetary File System client »

Learning styles: Activist vs. Pragmatic vs. Reflector – What is your style?

By | October 28, 2019

Dear Reader, continuing the idea of the last post, you can find the characteristics of the other three learning styles developed by Honey and Mumford, based on Kolb’s theory in the following paragraphs. Activists You are an activist if you actually learn something by doing, by putting into practice. In other words, activists get their… Read More: Learning styles: Activist vs. Pragmatic vs. Reflector – What is… »