Beginner’s Guide to Agent Skills and Multi-Agent SystemsBeginner’s Guide to Agent Skills and Multi-Agent Systems Introduction As AI systems continue to evolve, concepts like agent skills and multi-agent systems are becoming increasingly important. While thApr 16, 2026·4 min read
AWS NACL'S And Security GroupsIntroduction In Amazon Web Services (AWS), Virtual Private Cloud (VPC) serves as the backbone for building scalable and secure cloud infrastructures. Two key components that play a pivotal role in securing VPC resources are Security Groups (SG) and N...Jan 8, 2024·4 min read
Cloudformation, IAC in AWS : Drift detection and stackIntroduction: In the ever-evolving landscape of cloud computing, managing infrastructure efficiently is crucial. AWS CloudFormation (CFT) emerges as a powerful tool, streamlining Infrastructure as Code (IaC) principles. In this detailed blog post, we...Jan 5, 2024·4 min read
Shell Scripting: basic important commandsShell scripting is a powerful skill for every system administrator and developer working in a Unix-like environment. In this blog post, we will delve into some fundamental concepts of shell scripting, exploring the shabang, variable substitution, dyn...Jan 4, 2024·4 min read
Automating AWS Resource Tracking with Shell Scripting and Cron JobWHAT IS CRON, CRONTAB and CRON JOB? Cron is a standard Unix utility that is used to schedule commands to execute automatically at specified interval of time in Unix like operating systems.Crontab refers to “Cron table” is a command that allows users ...Jan 3, 2024·3 min read
Building a Serverless Node.js Application with CI/CD and Monitoring :serverless frameworkin simple terms, "serverless" refers to a cloud computing model where you don't have to worry about managing servers. Instead of dealing with server infrastructure, you can focus on writing code for your applications, and the cloud provider takes car...Jan 3, 2024·8 min read
Monitoring in Prometheus and grafana docker dashboard, Cadvisor.In this article, we will run a docker container and we will monitor and see the cpu utilization and other metrics in prometheus and grafana dashboard. what is cadvisor -cAdvisor (Container Advisor) is an open-source tool developed by Google that prov...Jan 2, 2024·5 min read