Posts
All the articles I've posted.
TIL Encapsulation: Your Code's Protective Capsule
Published: at 10:00 PMEncapsulation in Java is a protective concept, resembling a secure capsule, and involves using getters and setters to control data access and modification.
What are environment variables in React and how to use them?
Published: at 10:00 PMExploring the use of special codes, known as environment variables, in React to secure sensitive data like API keys, based on my recent experience developing a 'Recipe Application.
React App: ToDo List Project
Published: at 10:00 PMToDo React app is meticulously built with React components, utilizing hooks like useState and useEffect, and incorporates local storage for seamless task management.
Writing more readable promises using async and await
Published: at 11:00 PMTalking about the power of async and await in JavaScript for improved promise readability, encapsulating asynchronous code and streamlining chaining for enhanced clarity.
TIL Discovering Java's OOP Magic: Abstract and Interface Made Simple
Published: at 11:00 PMAddressing the challenges of callback hell in JavaScript by exploring solutions like Promises, Async/Await, and modularization for enhanced code readability and maintainability.
TIL "this" keyword in JavaScript
Published: at 11:00 PMNavigating the nuances of "this" in JavaScript objects, from its behaviour within object methods to potential pitfalls with arrow functions.