ASArushi singhinarushi708.hashnode.dev·Jul 6, 2023 · 3 min readKadane’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...00
ASArushi singhinarushi708.hashnode.dev·Apr 3, 2023 · 5 min readTesting 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...00
ASArushi singhinarushi708.hashnode.dev·Jan 30, 2023 · 3 min readMonolithic 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...00
ASArushi singhinarushi708.hashnode.dev·Jan 30, 2023 · 3 min readWhat 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...00
ASArushi singhinarushi708.hashnode.dev·Sep 27, 2021 · 3 min readGit 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 ...00