Posts
All the articles I've posted.
Introducing Deliciousness: A Multipage React App for Food Enthusiasts
Published: at 10:00 PMDeliciousness, a multipage React app, showcases my coding journey with a modular structure, key dependencies like React Router and styled-components, and API integration for fetching food recipes, providing an engaging and user-friendly experience.
Let JS do the work!
Published: at 10:00 PMExplore the dynamic synergy between JavaScript and HTML in crafting a personalized siblings list dynamically injected into a designated <ul> element, providing insights into the collaborative interplay between HTML and JavaScript creativity.
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.