Designing Learn JavaScript's course portal (Part 2)
The author details the design process for a JavaScript course portal, focusing on the content and login pages for better usability.
The author details the design process for a JavaScript course portal, focusing on the content and login pages for better usability.
A critique of advice to omit HTML and CSS from developer CVs, arguing they are fundamental front-end skills.
Explains the Async/Await syntax in JavaScript for handling asynchronous operations, making code more readable than traditional promise chains.
A tutorial on implementing internationalization (i18n) in React applications using the react-i18next library.
The author details the design process for the Learn JavaScript course portal, focusing on typography, layout, and heading structure for optimal learning.
A developer shares their perspective on TypeScript, questioning its value for small teams and linking to an article with reasons against using it.
Jeremy Keith's article critiques server-side rendering and hydration, comparing it to progressive enhancement but noting a missing mindset.
A developer shares the joy of returning to hands-on HTML, CSS, and JS coding after a month focused on static design tools.
A critique of the Gatsby team's comparison of JavaScript and image sizes, arguing it's misleading for web performance.
Explains three methods to access object properties in JavaScript: dot notation, bracket notation, and object destructuring.
A guide to becoming a full-stack web developer in 2020, covering required skills, evolving tech stacks, and modern architectures like JAMstack.
An introduction to asynchronous JavaScript, covering callbacks, promises, and async/await for non-blocking code execution.
A tutorial on implementing fragment routing (linking to specific page sections) in Blazor applications using JavaScript interop.
Andy Bell discusses the need for visual feedback in client-side routers and suggests a fallback mechanism to standard links for better UX.
Learn how to build a CLI tool with JavaScript to automate the creation of text files like React components and blog posts, saving time and ensuring consistency.
Learn 5 essential best practices for writing clean and effective arrow functions in JavaScript, including naming and formatting tips.
A guide to programmatically finding keyboard-focusable elements for accessible JavaScript widgets, including a reusable function.
A tutorial explaining how to render an array of items into a list in React, focusing on the map method and the importance of unique keys.
Learn how to use JavaScript object destructuring to remove a property immutably, creating a new object without the unwanted key.
Explores advanced JavaScript template literal features, including tagged templates used by libraries like styled-components.