Research, Review, Rebuild: Intelligent Modernisation with MCP and Strategic Prompting
How Thoughtworks used AI and a 'Research, Review, Rebuild' workflow to modernize the Bahmni hospital system's frontend, drastically cutting migration time.
How Thoughtworks used AI and a 'Research, Review, Rebuild' workflow to modernize the Bahmni hospital system's frontend, drastically cutting migration time.
Explores the limitations of the Boolean type in programming and proposes a more expressive type system for logical expressions.
A tutorial on building a simple interactive command-line interface (CLI) application using Node.js and TypeScript.
A step-by-step guide to setting up a TypeScript project in Node.js, from initialization to configuration.
A comprehensive tutorial on using modern tools to set up and manage Monorepos for JavaScript and TypeScript projects.
Explains TypeScript's new `erasableSyntaxOnly` compiler flag, which restricts code to features that are fully erasable during compilation.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A guide for beginners on the 10 most important Angular concepts to learn, including components, modules, and data binding.
A developer announces a redesigned personal website, explaining the new focus on content and the move to a new hosting platform.
A beginner's guide to using Angular Animations to create engaging user experiences with code examples and key concepts.
A tutorial on building a custom, session-based authentication system in JavaScript and TypeScript, covering secure password handling and session management.
Explains JavaScript floating-point rounding errors in financial apps and offers solutions like integer-based calculations.
An introduction to property-based testing in TypeScript using fast-check, explaining how to test program properties instead of specific examples.
A tutorial on how to seed a database using Prisma and TypeScript, including setup and execution steps.
A guide to building flexible, reusable React components using polymorphic patterns with TypeScript for type safety.
Robin Wieruch, a freelance React developer from Berlin, offers his services for product development, consulting, and team mentoring.
A developer shares five hard truths about TypeScript, including its relationship to JavaScript and the complexity it adds.
A tutorial on building a full-stack TypeScript application with end-to-end type safety using tRPC, React, and Node.js.
A guide on typing React function components with TypeScript, using a Select component as an example to demonstrate prop typing methods.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.