top of page
Devopslearning
All Posts
IAC and Terrform
What is IAC? The idea behind IAC is that you write and execute code to define, deploy update and destory your infrastructure. There are 5...
OordaMage
Mar 192 min read
0 views
0 comments
Kafka Broker
A Kafka broker is just a server. The producers send messages to the brokers and the broker assigns offset to them and writes the message...
OordaMage
Jan 265 min read
4 views
0 comments
Kafka Producers & Consumers
Kafka Producers Producers write the data to the topic, ie they create the messages. Producers know to which partitions to write to and...
rahulshettigar13
Jan 257 min read
2 views
0 comments
Kafka Introduction
Apache Kafka is an open-source distributed streaming platform used for building real-time data pipelines and streaming applications. The...
OordaMage
Jan 252 min read
0 views
0 comments

Azure AI
What is ML? The fundamental idea of ML is to use data from past observations to predict unknown outcomes or values. The input that we...
OordaMage
Jan 2533 min read
0 views
0 comments

Beginner's Guide to DevOps Best Practices
Are you new to the world of DevOps and looking to understand the best practices to follow? Look no further! In this article, we will...
rahulshettigar13
Jan 252 min read
1 view
0 comments

Implementing CI/CD Pipelines with DevOps Solutions
Are you looking to streamline your software development process and enhance collaboration between teams? Implementing CI/CD pipelines...
rahulshettigar13
Jan 252 min read
1 view
0 comments
bottom of page