Posts
All the articles I've posted.
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.
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 Callback Hell and Promise Chaining in JavaScript
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.