soumendrak.hashnode.devPatching a memory leakProblem At Freshworks, we were alerted to a recurring pod restart on a Python Flask web server. I could not find any issue in the logs at the first alert. However, the same alert reappeared for the same server the next month. This time, I was pretty ...May 25, 2024ยท5 min read
soumendrak.hashnode.devComparing DevOps, DataOps, AIOps, MLOps, and LLMOps: Key DifferencesThese are the commonly used terms that can be misunderstood. Here are the scope of the terms, use cases, and their limitations: DevOps Scope DevOps focuses on automating the process of software development (Dev) and IT operations (Ops). It also inc...Apr 11, 2024ยท3 min read
soumendrak.hashnode.devUsage of 'else' in PythonThe else keyword in Python has a few different applications, but it primarily functions within conditional statements: Conditions if...else statements: This is the most common use of else. It allows you to define an alternate block of code to execu...Mar 18, 2024ยท4 min read
soumendrak.hashnode.devGod mode in a browserWith the help of god mode, you can modify any text on a website. Yes, any text. document.designMode = "on" Write the above in your browser console or javascript:((d,o,m)=>{d[m]=d[m]!==o?o:"off"})(document,"on","designMode"); Make a bookmark with t...Jan 14, 2024ยท1 min read
soumendrak.hashnode.devLLMOps: IntroductionDevOps DevOps Developer Operations is a cultural and professional movement that emphasizes collaboration and communication between software developers and other IT professionals while automating the process of software delivery and infrastructure ch...Jan 12, 2024ยท5 min read