Advent of Code 2021-01 with R & JavaScript
A technical walkthrough solving Advent of Code 2021 Day 1 challenges using both R (with purrr) and JavaScript, comparing their syntax.
A technical walkthrough solving Advent of Code 2021 Day 1 challenges using both R (with purrr) and JavaScript, comparing their syntax.
A guide for JavaScript library authors on how to package and ship both ESM and CommonJS formats to ensure compatibility during the ecosystem transition.
A developer shares his journey building a custom course platform to teach programming concepts like Array.reduce(), detailing his tech stack and motivations.
A guide to trimming whitespace and line terminators from strings in JavaScript using trim(), trimStart(), and trimEnd() methods.
A tutorial on implementing JWT authentication in an Express.js API, with examples using both MongoDB and PostgreSQL databases.
Explains how Browserify bridges the gap between npm packages and browser usage, allowing developers to bundle dependencies for simple websites.
A performance comparison of esbuild, swc, tsc, and babel for transforming React/JSX projects, with benchmarks on speed.
A guide to calculating the break-even point for a project, including how to build a web app to visualize the results with a chart library.
Explains JavaScript factory functions, their use in creating objects, and how they can replace classes with private state via closures.
A technical guide on improving web accessibility for toggle buttons, focusing on screen reader announcements and JavaScript implementation.
A developer shares their experience building an NFT-based game using Solidity, Hardhat, and React as part of a web3 dApp project.
Explains the difference between sparse and dense arrays in JavaScript, including how to create and identify them.
A guide on using the Query Function Context in React Query to avoid inline functions and improve code structure, part of a larger series.
A developer reflects on the burnout and challenges of maintaining an open source project, leading to its eventual abandonment.
A tutorial on implementing table sorting, filtering, and pagination in React using JavaScript for full control over functionality and design.
A technical comparison of React Router 5, React Router 6, and React Location, covering installation, setup, and common routing tasks.
Learn different methods to initialize JavaScript arrays with primitive values or object instances, including fill(), Array.from(), and map().
A critique of modern software development's neglect of reliability and robustness, arguing that broken software has become the norm.
A JavaScript developer shares his disciplined daily routine and habits for successfully writing a 500-page technical book on JavaScript Testing.
A developer combines DOOM WebAssembly with the Checkboxland library to render the classic game on a grid of HTML checkboxes.