the-rise-of-serverless.hashnode.devThe 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...Oct 27, 2025·6 min read
codeun.hashnode.devStarting 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...Aug 15, 2024·1 min read
codeun.hashnode.devMountain 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 ...Jun 29, 2024·1 min read
codeun.hashnode.devvariable shadowing in javaThe above image demonstrates the shadowing and how the variable value is determined using scopes.Jun 16, 2024·1 min read