Joining Wealthsimple
A developer shares their journey to joining Wealthsimple's mobile team and reflects on React Native's evolution and its limitations.
A developer shares their journey to joining Wealthsimple's mobile team and reflects on React Native's evolution and its limitations.
Explains the Model Context Protocol (MCP) by drawing parallels to RESTful HTTP architecture, using a travel planner server example.
A step-by-step tutorial on building a ChatGPT to-do app using the Model Context Protocol (MCP), JavaScript, Express, and React.
Explores the forgotten HTML Table API for programmatically creating and manipulating tables without using innerHTML or full re-renders.
Introducing Claudiomiro, a Node.js CLI tool that enables Claude AI to autonomously complete complex coding tasks through a structured, looping workflow.
Exploring the inability to intercept boolean coercion for custom objects in JavaScript and a plea for a solution.
The article critiques Adobe Acrobat's cluttered UI and draws parallels to the bloated, ad-heavy modern web, questioning if poor UX drives users to AI chatbots.
Explains the differences between JavaScript's var, let, and const keywords, covering hoisting, scope, and best practices for usage.
A beginner's guide to setting up a web development environment, covering essential tools like IDEs and project setup.
Explores writing as cognitive entertainment, connecting programming, consciousness, and AI collaboration to nourish the mind rather than exploit attention.
A critique of JavaScript's dependency management after a major supply-chain attack, arguing for systemic change but predicting stagnation.
Origami expression language shifts to a JavaScript dialect, adding paths and async features for concise web development and shell scripting.
A beginner's guide to implementing user authentication in a Node.js web server, covering passwords, Base64 encoding, and dynamic imports.
A beginner's guide to implementing web servers, covering HTTP requests, responses, status codes, and client-server architecture.
Developer updates FeedCity with new bookmarking feature, improved feed fetcher, sign-up flow, JSON Feed validation, and a redesigned UI.
Introduces Lambda Live Debugger and other techniques for debugging AWS Lambda functions and serverless applications effectively.
Explores color sensitivity in AI models when reading text from a canvas, noting issues with red text on dark backgrounds.
A beginner's guide to using npm packages and bundling JavaScript code for web development projects.
A tutorial on training a neural network in JavaScript to solve ASCII mazes using the brain.js library.
Explains why browsers throttle JavaScript timers like setTimeout to 4ms, and explores modern alternatives like scheduler.postTask for better performance.