Talking to Python from JavaScript (and Back Again!)
Explains how to pass data between JavaScript and Python using JSON serialization and AJAX requests with the Fetch API and Flask.
Explains how to pass data between JavaScript and Python using JSON serialization and AJAX requests with the Fetch API and Flask.
A guide to writing and publishing JavaScript packages that work in both browser and Node.js environments, covering module patterns and setup.
A hands-on tutorial teaching the Web Storage API by building a simple, autosaving note-taking app with HTML, CSS, and JavaScript.
Explains higher-order functions in functional programming, covering their definition, uses for abstraction, and adding functionality.
Discusses whether the dev.to frontend codebase should adopt TypeScript or Flow for static typing, exploring community interest and options.
A tutorial on using the DEV.to API with client-side JavaScript to fetch, sort, and embed a user's recent blog posts by positive reactions.
Explores a functional programming approach to generating Cartesian products in JavaScript using Array methods like reduce, map, and concat.
Explains code golf, the art of writing extremely short code, and explores its community, scoring, and esoteric languages.
A technical guide exploring native HTML form elements and DOM APIs like document.forms for accessing and manipulating forms without frameworks.
A collection of clever and practical JavaScript one-liners for tasks like date manipulation, random ID generation, and array shuffling.
A technical guide on implementing a simple JSON path parser in JavaScript, covering basic object filtering and handling edge cases.
An illustrated and musical guide explaining JavaScript's map, reduce, and filter array methods with examples and mnemonics.
Explains how to implement PHP-like class traits in JavaScript using Object.assign and prototypes for code organization.
Announcing a concise 30-minute course on functional programming in JavaScript, covering core concepts like pure functions and composition.
A guide to publishing npm packages following industry best practices, covering account setup, package creation, and advanced publishing techniques.
Explains how to use JavaScript Interop in Blazor to call JavaScript from .NET and vice versa, covering IJSRuntime and recent API changes.
A software engineer describes their daily routine, including personal projects, work tasks, and team interactions in a full-stack development role.
A guide explaining what JSDelivr is, how it works as a CDN for JavaScript libraries, and when and how to use it in web projects.
Explains the challenges of removing duplicate objects from a JavaScript array and presents a custom solution for deep comparison.
A developer's research into accessible client-side routing techniques, testing prototypes with users with disabilities to establish best practices.