arushi708.hashnode.devKadane’s Algorithm — (Dynamic Programming)If you are reading this article then definitely you are getting your hands dirty in data Structure, So first of all more power to you. I would try my best to make sure you learn the algorithm in the best possible way. Kadane's Algorithm is very impor...Jul 6, 2023·3 min read
arushi708.hashnode.devTesting for BOLA using AktoA vulnerability known as Broken Object Level Authorization (BOLA) arises when a program neglects to implement appropriate access controls at the object level. In other words, a hacker can use the application to gain access to, change, or remove anoth...Apr 3, 2023·5 min read
arushi708.hashnode.devMonolithic VS MicroservicesMonolithic architecture is a software development approach where the entire application is built as a single, tightly coupled unit. In this model, all components, such as the user interface, data access, and business logic, are combined into a single...Jan 30, 2023·3 min read
arushi708.hashnode.devWhat is Ansible?After almost searching on every site and coming to a conclusion for what is Ansible? I conclude it with development+operations.here is a short introduction for beginners. What is Ansible? Ansible is a simple open-source IT engine that automates appli...Jan 30, 2023·3 min read
arushi708.hashnode.devGit and GithubA help guide for all the newbies who want to learn about git and GitHub. I have used simple layman's language to things easy and simple. What is Git? Git is a free, open-source distributed version control system. It keeps track of projects and files ...Sep 27, 2021·3 min read