code October 8, 2023 Exploring Java 17's New Features Exploring Java 17's New Features with examples #code #java
code October 2, 2023 Introduction to Hexagonal Architecture Introduction to Hexagonal Architecture #code #java #architecture
code September 24, 2023 Unleashing the Power of Infrastructure as Code (IaC) Unleashing the Power of Infrastructure as Code (IaC) with Terraform #sre #IaC
code September 17, 2023 Python Virtual Environments (venv) A Comprehensive Guide to Python Virtual Environments (venv) #python #code
code September 1, 2023 API First principles API First principles explained with examples #api-first #openapi
blog February 21, 2021 How To Configure SSH Key-Based Authentication Secure your ssh server by restricting authentication to ssh-keys #unix
algorithms December 6, 2020 How to create a Twitter bot Step by step creation of a twitter bot #bots #twitter #python
algorithms December 6, 2020 Algorithms - Binary Search Tree in kotlin Brief review of binary search trees with kotlin examples #code #kotlin #binary-tree #algorithms
infrastructure December 2, 2020 Bootstrap complete Java application infrastructure in AWS with Terraform How to bootstrap a Java + MySql application infrastructure with terraform #terraform #aws #java
algorithms November 24, 2020 Algorithms - Binary tree traversals in kotlin A simple walkthrough of binary tree traversals algorithms with kotlin examples #code #kotlin #binary-tree #algorithms
code November 22, 2020 Playing with OCR libraries How to recognize text from images with pytesseract library. From image to python string #ocr #python