Posts
All the articles I've posted.
TIL JavaScript Destructuring
Published: at 11:00 PMThe potential of JavaScript destructuring, a concise and powerful technique simplifying the extraction of values from objects and arrays, improving code readability and reducing redundancy.
Building a Backend for an Online Marketplace
Published: at 11:00 PMBackend architecture walkthrough of the Marketplace API, showcasing Java and Spring Boot proficiency in managing online marketplace advertisements, including user authentication, dynamic ad creation, and detailed API documentation using Swagger and Javadoc.
TIL Spring Data JPA: Making Database Stuff Easier
Published: at 10:00 PMSpring Data JPA simplifies database tasks, reducing boilerplate code with JpaRepository and enabling clear custom queries through intuitive method naming.
Virtual environment in Python
Published: at 10:00 PMTalking about the convenience of Python's virtual environments—a helpful toolbox that keeps your projects tidy by managing dependencies and versions separately, ensuring a stable system.
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.