© 2023 Hashnode
#configuration
Preface Kafka is an open-source tool used for building real-time data processing pipelines. Here’s how to download and set it up on your Windows machine. In this tutorial, I will show you how to downl…
Config files The angular project comes with some config files ending with "rc" for "runcom/run commands". Those files are required to setup environment variables when running commands with those speci…
Let's understand what is Ansible. In today's world, organizations and businesses rely heavily on digital platforms to grow and succeed. Delivering applications faster is crucial for gaining a competit…
Introduction Terraform supports bringing your existing infrastructure under its management. By importing resources into Terraform, you can safely and consistently manage your infrastructure using a pr…
I have seen many articles where people shared information regarding how to use terraform, and spin up infrastructure but I saw not everyone talking about Terraform configuration blocks that are the fo…
What is Ansible? Ansible is a configuration management tool in the system administrators/Devops Engineer toolkit that is primarily used to automate the provisioning of servers. It is particularly usef…
Requirements: OS: Windows, IOS, Linux, or its distributions (eg: Ubuntu, Centos, RHEl, etc) Jenkins Docker Docker-compose Git & GitHub What is CICD? CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Del…
I just started working and was asked to create a new GitHub account for my work-related tasks. But there was one major issue when it came to setting up git on my machine. How do I handle personal comm…
One may want to change/update the user agent for various use cases. One such use case is : Ensuring user analytics (e.g. Segment) is not triggered for your automated test cases. Not doing this may result in a higher analytics bill. Soluti…
Create a self-signed certificate $ openssl req -new -x509 -sha256 -newkey rsa:2048 -nodes -keyout server.key -out cert.pem Create a signing request $ openssl req -new -sha256 -newkey rsa:2048 -nodes -keyout staging.key -out staging.csr