Mirek Sedzinski

Mirek Sedzinski @msedzins

Location:
Poland, Warsaw
Joined:
Jul 14, 2020

Mirek Sedzinski
articles - 12 total

@Autowired magic in SpringBoot

Disclosure: I'm quite an experienced developer (currently go/python/bit of rust, scala/c# in the...

Learn More 1 0Jun 16 '24

Shamir's secret sharing

Shamir's secret sharing (SSS) is an efficient secret sharing algorithm for distributing private...

Learn More 1 0Feb 3 '24

Learning Rust - Merkle Tree

Recently, in my spare time, I've started to learn Rust and as an exercise I've decided to implement a...

Learn More 24 1Sep 18 '22

Getting details of blockchain transaction with GetTransactionByID

In HyperLedger Fabric, to get details of a given transaction, one can use QSCC system chaincode...

Learn More 11 0May 15 '22

DevOps in Oracle Blockchain Platform

Intro Oracle Blockchain Platform is built on top of the HyperLedger Fabric. It provides...

Learn More 0 0Jan 24 '22

The misconceptions about Polyglot programming

Back in the day, a life was easy. N-tier architecture reigned the world and each tier was implemented...

Learn More 1 0Apr 18 '21

Why do we need the Abstract Factory pattern?

I had a really hard time understanding what are real benefits of using AbstractFactory pattern. Now,...

Learn More 3 0Apr 8 '21

Super lightweight approach to unit testing in Bash

There is already a good, recognised testing framework for Bash. But if someone is looking for a mini...

Learn More 0 0Feb 20 '21

Very simple rule of thumb on when to write tests

Testing is a critical part of software development process. And there is a ton of literature on when...

Learn More 6 2Jan 1 '21

A few practical Terraform tips

Terraform is a popular, open-source infrastructure as a code software tool. This article aims to pres...

Learn More 4 0Nov 20 '20

Using Oracle Streaming service as a managed Apache Kafka

The Oracle Cloud Infrastructure Streaming is a fully managed and scalable service for processing high...

Learn More 7 0Sep 22 '20

Sensitive data in bash scripts

Problem Sensitive data (passwords etc.) should not be placed directly in the configuratio...

Learn More 11 0Jul 18 '20