Building Scalable Python Web Apps: Nginx, Gunicorn and FalconWith the rise in software systems adopting microservices architecture, APIs have become the most important mechanisms by which different…Sep 18, 2023A response icon1Sep 18, 2023A response icon1
Mastering jq: Advanced Strategies for JSON Data ManipulationWhen working with JSON data in the Linux command line, jq is a powerful and versatile tool. This utility allows us to parse, manipulate…Sep 3, 2023A response icon1Sep 3, 2023A response icon1
Parameterized Unit Testing in PythonUnit Tests form an integral part of the development process. Its main objective is to ensure that each individual module is working as…Jun 3, 2023Jun 3, 2023
Building RESTful Web Applications using SpringBoot and MongoDBSpringboot, one of the most popular Java frameworks, is widely used to develop web applications. MongoDB, on the other hand, is a popular…Apr 30, 2023Apr 30, 2023
Scaling in the Cloud: An Introduction to AWS Auto Scaling GroupsOne of the advantages of cloud computing is the ability to scale up the infrastructure quickly to meet dynamically varying requirements…Apr 6, 2023Apr 6, 2023
Published inDevOps.devHow to Schedule Tasks with Python CronJob: A Step-by-Step GuideIntroductionMar 25, 2023Mar 25, 2023
SpringBoot Caching: A Beginner’s GuideIn today’s fast-paced world of software development, performance is often a key concern for developers. One way to improve application…Mar 19, 2023Mar 19, 2023
cURL Response Parsing using jqThis article will be a simple, short one with the intention to know how we can parse a JSON response rendered by a cURL call.Jan 29, 2023Jan 29, 2023
Periodic Weather Alerting Using Apache AirflowWith enormous amount of real-time data getting generated from multiple sources at a very fast pace, there is a need to ingest this data on…Dec 30, 2022Dec 30, 2022
Building a Simple Data Pipeline with Apache KafkaWith an enormous volume of data getting generated from various sources every second, it becomes very important to process this big data in…Dec 14, 2022Dec 14, 2022