WordPress deployment with configuration as a code with Configu open source projectOct 31, 2023·12 min read
Developer Relations (DevRel) WhitePaperLearn DevRel today! 1. Introduction to Developer Relations (DevRel) Developer Relations, commonly known as DevRel, is a multifaceted discipline that serves as a crucial bridge between technology companies and the developer community. It encompasses ...Jul 26, 2024·4 min read
Deploy a Node.js App using Jenkins on AWS EC2 instancesHello Everyone 👋 In this blog, we are going to deploy a simple Node.js project built on an EC2 instance using Jenkins. What are we going to learn from this Project? Set up Jenkins on AWS EC2 instance. Create a security group for Jenkins. Connect...Mar 8, 2023·6 min read
Kubernetes Powered StreamingWhat is Streaming? Streaming is a technology that allows people to access and view digital media, such as audio, video, or games, in real-time, over the internet. Unlike traditional methods of delivering media, such as downloading a file or watching ...Feb 16, 2023·8 min read
Dockerfile Simplified! How to make your own Dockerfile?Why would you need to create your own image:- Either you and your team decided to dockerize the application you're building for ease of shipping and deployment, or you were unable to locate the part or service you wanted to use for your application o...Feb 12, 2023·2 min read
Kubernetes Architecture and ComponentsWhat is Kubernetes? K8s is shorthand for "Kubernetes," which is an open-source platform for automating deployment, scaling, and management of containerized applications. It provides a way to manage multiple containers as a single unit, known as a "po...Feb 11, 2023·10 min read