codingfreaks 2.0
The author announces switching their tech blog from German to English and migrating from WordPress to Gatsby for better performance and ease of writing.
The author announces switching their tech blog from German to English and migrating from WordPress to Gatsby for better performance and ease of writing.
Explains why and how to replace the axios HTTP library with a lightweight, custom wrapper around the browser's native fetch API.
A guide to learning React fundamentals by building a real-world application from setup to deployment, with exercises and updated content.
A developer's weekend project using the Web Audio API to create a realistic, annoying mosquito sound generator in JavaScript.
Learn 4 essential best practices for writing clean, maintainable, and efficient JavaScript modules, including export strategies and import behavior.
A tutorial on implementing multi-language websites using HTML link elements for translations and building a dynamic language selector with JavaScript.
Explains the key differences between var, let, and const in JavaScript, focusing on hoisting, scope, and variable mutability.
Explains the JavaScript call stack, a data structure that tracks function execution order, with a step-by-step code example.
A tutorial on setting up and running tests for a Node.js application using the Jest testing framework.
A designer shares his creative process for making a gigposter for a charity Rage Against the Machine cover show, from concept to illustration.
Explores four methods to swap variable values in JavaScript, including destructuring, temporary variables, and arithmetic operations.
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.