ARAshish Raiinthe-rise-of-serverless.hashnode.dev·Oct 27, 2025 · 6 min readThe Rise of FAAS: Serverless ComputingThe IT sector is going through a very significant change right now — much like the era when the concept of containerization was first introduced and there was a rush to shift to containers. Serverless computing is the new concept that’s attracting an...00
ARAshish Raiincodeun.hashnode.dev·Aug 15, 2024 · 1 min readStarting with LINUXExciting News! 🌟 I'm diving into the world of Linux and learning how to navigate the command line. It's been an amazing experience so far, and I'd love to share some basic commands with you: ls - List files and directories. cd [directory] - Change...00
ARAshish Raiincodeun.hashnode.dev·Jun 29, 2024 · 1 min readMountain ArrayAn array of numbers is considered a mountain array if numbers increase up till one point, then decreases till the end. it is also called BITONIC ARRAY. whenever you encounter such questions and asks you to find peak , always note: 1.check if you are ...00R
ARAshish Raiincodeun.hashnode.dev·Jun 16, 2024 · 1 min readvariable shadowing in javaThe above image demonstrates the shadowing and how the variable value is determined using scopes.00