Posts
All the articles I've posted.
Calculator React App
Published: at 10:00 PMA React calculator app showcasing CSS Grid layout, useReducer hook for state management, and custom components for digits and operations, providing a functional and interactive experience.
TIL Database Transactions and ACID Principles!
Published: at 10:00 PMDatabase transactions and the crucial ACID properties (Atomicity, Consistency, Isolation, Durability) are explored to ensure data integrity and reliability in real-world applications, using a practical example of money transfer between bank accounts.
Custom Exceptions in Java
Published: at 10:00 PMIn Java programming, custom exceptions act as personalized safety nets, allowing the creation of tailored error-catching mechanisms to handle unique situations beyond the scope of built-in exceptions, enhancing code clarity and maintainability.
TIL ArrayList vs. LinkedList in Java: Choosing the Right Tool for the Job
Published: at 10:00 PMList containers in Java, like ArrayList and LinkedList, offer different ways to manage and organize collections of elements, providing options based on speed and flexibility.
TIL Discovering Java's OOP Magic: Abstract and Interface Made Simple
Published: at 10:00 PMAbstract and interface concepts in Java provide blueprints for diverse character behaviours and establish harmonious code contracts, offering structure and flexibility in programming.
City Forecast A React Weather App
Published: at 10:00 PMCity Forecast, a React-based weather application seamlessly integrated with Axios, offering real-time weather information globally through the OpenWeather API with an intuitive interface.