Apr 25, 2025 · 3 min read · Database as message queue ( Anti Pattern ) We should avoid this patter⚠️ Let’s say we have Server 1,2 and 3 which is connected to the database, and they are connected to the clients, with the help of the database pooling every 5 or 10 seconds each se...
Join discussionFeb 12, 2025 · 1 min read · I have solved 3 problem and tried to solve two more problem but couldn’t solve.Learned Radix sort and revised merge sort,Quick sort . 30 days may not help you to reach the goal but this will take you closer to the goal. So you can start with #30Daysf...
Join discussionAug 4, 2024 · 2 min read · Challenge Description Your task is to create a bash script that takes a directory path as a command-line argument and performs a backup of the directory. The script should create timestamped backup folders and copy all the files from the specified di...
Join discussionJul 14, 2024 · 4 min read · Amazon S3 Cross-Region Replication (CRR) empowers you to automatically create and maintain redundant copies of your data across geographically dispersed AWS regions. This robust functionality offers a multitude of benefits for organizations seeking t...
Join discussionJul 10, 2024 · 2 min read · Your task is to create a bash script that takes a directory path as a command-line argument and performs a backup of the directory. The script should create timestamped backup folders and copy all the files from the specified directory into the backu...
Join discussion
Jul 2, 2024 · 3 min read · Introduction to Network Communication Networks help organizations communicate and connect. But communication makes network attacks more likely because it gives a malicious actor an opportunity to take advantage of vulnerable devices and unprotected n...
Join discussion
Mar 12, 2024 · 6 min read · Welcome to #day9 of the #90DaysOfDevOps challenge by Shubham Londhe Sir !. Today, we will take a deep dive into Git & GitHub, two essential tools in the DevOps ecosystem. We will explore the importance of Git, understand the difference between the ma...
Join discussion
Feb 15, 2024 · 2 min read · 💡What is Git and why is it important? Git is a distributed version control system (VCS) that helps developers track changes in their code and collaborate with others on software projects. It was created by Linus Torvalds in 2005 and has since become...
Join discussion
Feb 6, 2024 · 4 min read · In the realm of modern software development and DevOps practices, proficiency in version control systems is indispensable. Among these, Git and GitHub have emerged as quintessential tools for managing source code, collaborating on projects, and facil...
Join discussion