Tag:javascript
All the articles with the tag "javascript".
Guessy Messy: How We Built a Production-Ready Quiz App as a Team
Published: at 05:09 PMBuilding Guessy Messy: What I Learned Coordinating 5 Developers on a Quiz App
TIL JavaScript Destructuring
Published: at 03:03 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.
Introducing Deliciousness: A Multipage React App for Food Enthusiasts
Published: at 01:44 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.
Calculator React App
Published: at 09:19 AMA 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.
What are environment variables in React and how to use them?
Published: at 07:14 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.
Writing more readable promises using async and await
Published: at 08:27 AMTalking about the power of async and await in JavaScript for improved promise readability, encapsulating asynchronous code and streamlining chaining for enhanced clarity.