SJsumit Jeswaniinsumitjeswani.hashnode.dev·Jun 20, 2024 · 4 min readCI/CD for Netflix Application (Part - 2)Prerequisites: Github Dockerhub EC2 instance with sonarqube Kubernetes configured in local Step 1: Clone Git Repo git clone https://github.com/jeswanisumit1999/Netflix-clone Step 2: Create a GitHub actions workflow yml file. Create a file at t...00
SJsumit Jeswaniinsumitjeswani.hashnode.dev·May 10, 2024 · 4 min readCI/CD for Netflix ApplicationThis project outlines the Continuous Integration and Continuous Deployment (CI/CD) pipeline set up for a Netflix clone application deployed on a local Kubernetes cluster. The pipeline automates the process of building, testing, and deploying applicat...00
SJsumit Jeswaniinsumitjeswani.hashnode.dev·Aug 10, 2023 · 4 min readDeploying first application to AWSGreetings everyone, In this blog post, we will guide you through the process of deploying a straightforward Node.js application to an AWS EC2 instance. When executed, this Node.js application will showcase essential system information. Before we de...00
SJsumit Jeswaniinsumitjeswani.hashnode.dev·Aug 9, 2022 · 2 min readFlexbox in CSSBefore starting with Flexbox we must be familiar with the Parent-Child relationship in HTML elements. So, when one or more elements are declared inside an element then the outer element is called the Parent element, and all the elements inside the pa...00
SJsumit Jeswaniinsumitjeswani.hashnode.dev·Jul 29, 2022 · 2 min readPositions in CSSThe position property specifies the type of positioning method used for an element (static, relative, fixed, absolute, or sticky). Static Position The static position is the default position in CSS. If any element has a static position then propertie...00