Exploring CodePipeline for Java Spring Boot Applications and deploy as ECS Farget serviceIn my last post, I have created CodeBuild project. This CodeBuild project compiles and build a docker image and public into ECR.Dec 28, 2023Dec 28, 2023
Exploring AWS CI/CD with CodeBuild for Java Spring Boot ApplicationsIntroduction: Continuous Integration and Continuous Deployment (CI/CD) lie at the core of modern application development, streamlining the…Dec 25, 2023Dec 25, 2023
IP Table, what is it and how does it work?I will start the discussion with a higher level construct like OSI model and go deeper from there.Sep 24, 2023Sep 24, 2023
Published inCS BeautyMost common terms and details of CUDA programmingRecently I started learning to program GPU with CUDA. I found few of the terms is trickier to understand and remember. So I will just put…Sep 18, 2023Sep 18, 2023
Published inCS BeautyCache Coherence?| I watched lots of lectures and videos about cache coherence but I did not find any specific doc that explains it well. So I tried to…Aug 27, 2023Aug 27, 2023
Published inSoftware System DesignExtra service dependencies increase availability risk (simulation)Software dependencies refers to library, modules, frameworks or another service components. Dependencies can be runtime dependency such asJul 4, 2023Jul 4, 2023
Published inCoding RustMax Heap, Min Heap, Priority Queue with custom comparator in RustTo use heap(priority queue), we can use std crate:Oct 11, 2022Oct 11, 2022
Published inAlgorithm and DataStructureMaximum Sum of an HourglassYou are given an m x n integer matrix grid.Oct 2, 2022Oct 2, 2022