Seven Years of JS Party: A Personal Reflection
A personal reflection on the end of the JS Party podcast, its community impact, and lessons learned over seven years.
A personal reflection on the end of the JS Party podcast, its community impact, and lessons learned over seven years.
A personal recap of FFConf 2024, covering talks on web development, AI ethics, accessibility, and the future of the conference.
Argues against using Lodash in JavaScript projects, advocating for native ES6+ methods to reduce bundle size and improve developer versatility.
Explains why to minimize try...catch usage in programming, offering alternative strategies like pre-validation and scope reduction.
A guide to importing frontend JavaScript libraries without using a build system, covering ES Modules, classic scripts, and CommonJS.
JS Party podcast hosts announce their attendance at React Summit 2024, a major React developer conference in NYC/Jersey City.
Robin, a German software engineer, introduces his background, mission to make coding education accessible, and his freelance work.
A tutorial on building a custom, session-based authentication system in JavaScript and TypeScript, covering secure password handling and session management.
A critique of JavaScript-first web development and its negative impact on mobile performance, arguing for a strategic platform approach favoring the web's core strengths.
A guide to creating versatile Markdown shortcodes in Eleventy for embedding HTML elements like asides and styled links while preserving Markdown syntax.
A guide to understanding and implementing recursion in JavaScript, covering basic concepts, avoiding infinite loops, and practical examples.
AI is reinforcing the dominance of popular programming languages like Python and JavaScript by improving tools and support, creating a self-reinforcing cycle.
A podcast discussion analyzing app pricing strategies, business models, and the value proposition for developers, using the Panels app as a case study.
A developer shares the story and exact email that landed their first tech internship, offering a personal look at breaking into the industry.
A developer's weeknotes covering JavaScript work, attending a Frontend Masters web performance workshop, reading tech news, and personal updates.
Announcement about co-emceeing SquiggleConf, a web development conference focused on tools and practices in Boston, October 2024.
The Interop Project aims to improve web browser interoperability, focusing on proposals for SVG, Vibration API, and other web standards.
Explores using async/await IIFEs for background tasks in JavaScript, comparing patterns and error handling approaches.
An interview discussing GenAIScript, a project for creating AI-powered, automatable build scripts using a JavaScript runtime designed for generative AI tasks.
Explains why TypeScript is currently essential for typed linting in JavaScript/TypeScript projects, despite performance costs, and discusses future alternatives.