adityatechinsights.comSpring Security Insights- architecture, concepts, key components.The last post [spring AOP] revolved around Spring Aspect-Oriented Programming (AOP), which plays a critical role in handling cross-cutting concerns like logging, transactions, and security, making your life a lot easier.I have been talking about how ...Sep 23, 2023·12 min read
adityatechinsights.comFrom Chaos to Symphony: Embracing Spring AOP for Elegantly Orchestrated Code.Think of orchestrating an e-commerce platform as conducting a grand symphony. Each section of the orchestra - user management, inventory control, order processing, payment gateway, and security - must perform in harmony to deliver a melodious perform...Jul 25, 2023·13 min read
adityatechinsights.comWhy Should I Care About OAuth 2.0? Understand important components in OAUTH2.0 .You've probably heard of OAuth 2.0, but have you ever wondered why it's become such a big deal and how it solves some of our authentication headaches? let's dive into it together! OAuth 2.0 is someone like a loyal mediator that allows different parti...Jul 8, 2023·7 min read
adityatechinsights.comSerialization evolution - javaIn Java, everything is an object, Objects encapsulate data and behaviour, providing a foundation for building complex systems. When it comes to preserving and transporting these objects, serialization and de-serialization plays a crucial role. Serial...Jun 26, 2023·9 min read
adityatechinsights.comDesign Patterns - important patterns understandingwhy understanding design patterns is important In the vast landscape of software engineering, design patterns act as guiding stars that illuminate our path towards building intelligent and robust software systems. These patterns are tried and tested ...Jun 6, 2023·8 min read