***Kubernetes***Kubernetes Workloads (Deployments, Jobs, CronJobs, etc.) Kubernetes is an open-source platform that helps automate the deployment, scaling, and management of containerized applications. A workload is any containerized application that runs on Kuberne...Apr 27, 2023·5 min read
𝗧𝘆𝗽𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗧𝘆𝗽𝗲𝘀𝗰𝗿𝗶𝗽𝘁 TypeScript is a strongly-typed superset of JavaScript that offers several features to improve code maintainability, scalability, and error catching. It provides a way to catch errors at compile-time, rather than runtime, which ...Mar 17, 2023·2 min read
AWS EC2 and Instance lifecycleAmazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. You can us...Mar 16, 2023·13 min read
Linux: The most important Linux commands, that nobody teaches you.Whether you are a Sysadmin, Developer, DevOps, Security, or Ops … effectively using Linux and its tooling is the most fundamental skill you can learn. Linux is the backbone of the majority of servers and applications around the world. In the past fe...Mar 15, 2023·7 min read
OpenShift vs Docker vs Kubernetes: Understanding the DifferenceContainerization has revolutionized software development and deployment, making it easier to build, package, and ship applications. Docker was the first containerization tool that gained widespread popularity, and Kubernetes soon followed as a contai...Mar 14, 2023·5 min read