Posts
All articles I have published.
-
[DevOps Series] Part 5: K8s in details
The previous post is just a overview of K8s. In this post I will cover details of some concepts and what I usually use in my daily work
-
[DevOps Series] Part 3: Docker and the world of containerization
Docker and the world of containerization
-
[DevOps Series] Part 2: A Noob Guy Deploys His Web App
With some knowledge of DevOps, this is how I used to deploy my web app to production
-
[DevOps Series] Part 1: Some concepts and terminologies
Just overview some concepts and terminologies in DevOps that I think you should know
-
[DevOps Series] Part 0: Introduction and Stories
DevOps Series - Introduction. Why this series exist? Which I will share with you.
-
[DevOps Series] Part 6: Before go to the ground
'Ground' here is to self host all services in Physical servers that can be installed in a datacenter or your home. Usually we use cloud provider to host our services But what we need to do before go to the ground?
-
Setup redux like a pro in your reactjs project
React and Redux form a powerful combination for building scalable, maintainable, and efficient web applications. Let's see how to set up Redux in a React project.