Tag: javascript
All the articles with the tag "javascript".
Guessy Messy: How We Built a Production-Ready Quiz App as a Team
Published: at 10:00 PMBuilding Guessy Messy: What I Learned Coordinating 5 Developers on a Quiz App
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.
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.
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.