Hey, I'm Anirudh Mitra.


Welcome to my blog! I like to showcase myself as a mix of Software Developer, Open-Source Contributor and Student. I enjoy finding interesting things and love making stories out of them. You can check out some of my Projects and Blog Posts.
Also, I work as an Applications Developer @ Oracle.

Latest  Posts

  • Published on
    Discover the essential elements of bash scripting with our comprehensive cheat sheet. This guide covers everything from basic syntax and variables to advanced topics like error handling and process management. Learn how to work with conditional statements, loops, functions, and arrays. Master string manipulation, file operations, and command-line arguments. Whether you're a beginner or an experienced developer, this ultimate bash shell scripting reference will boost your productivity and help you write more efficient scripts for Unix-like systems.
  • Published on
    TypeScript, Microsoft's powerful JavaScript superset, revolutionizes web development by adding optional static typing. It improves code quality, catches errors early, and boosts productivity. Key features include interfaces, generics, and seamless integration with React and Node.js. Used by tech giants like Google and Airbnb, TypeScript is shaping the future of JavaScript development. Whether you're a beginner or expert, TypeScript offers valuable tools for writing robust, scalable code.
  • Published on
    This article explored different methods to detect when a component is fully rendered in an Angular application. We discussed using Angular's lifecycle hooks, the testability API whenStable(), zone.js, router navigation, and the Mutation Observer API.