DevOps
-
Supply chain integration – An architectural introduction
If you’ve been following my writing over the last few years, you’ve grown accustomed to my sharing of various architecture…
Read More » -
Latency of DigitalOcean Spaces vs AWS S3
WakaTime’s infra is split across DigitalOcean and AWS. We use DigitalOcean Droplets for compute resources, AWS S3 to store code stats, and DigitalOcean Spaces for backups. You can find…
Read More » -
Using a disk-based Redis clone to reduce AWS S3 bill
Redis is an in-memory database with very high write and read speed, and a limitation that data sets can’t be larger…
Read More » -
4 Easy Steps for Migrating Projects to OpenShift Container Platform
This article is a walk through how to take an existing project, in this case I’m using a business automation…
Read More » -
How to Achieve both Coding Standard and Security Coverage Together with Safety Compliance
The majority of organizations are already deep in their DevOps maturity. Most researches are showing over 40% that adopted the…
Read More » -
Container Orchestration | Definition, Benefits & How It Works
Container Orchestration | Definition, Benefits & How It Works In the 1970’s, the concept of a container-based application emerged to…
Read More » -
Top 10 CI/CD Pipeline Implementation Challenges And Solutions
CI/CD pipelines have become the mainstream approach to software development across the entire IT sector. There’s no doubt that CI/CD…
Read More » -
Quarkus remote dev in Docker containers (Update)
In an earlier video, I shared how to run the Quarkus remote-dev mode in Docker containers, which is very helpful…
Read More » -
Docker Tutorial Part 2 – The good the bad and the IP
In this second part of docker tutorial, I’ll explain basics of networking in docker with stand-alone containers. Remember from the…
Read More »