Configuring ASP.NET Core, webpack, and hot module replacement (hmr) for fast TypeScript development
A guide to configuring ASP.NET Core with webpack and hot module replacement for fast TypeScript and React development.
A guide to configuring ASP.NET Core with webpack and hot module replacement for fast TypeScript and React development.
Explains a common TypeScript generics pitfall when using Angular's HttpClient and how to avoid runtime errors with non-primitive data types.
A tutorial on implementing animations in an Angular application, building an animated image slider from scratch.
A guide to simplifying state mutations in the NGXS state management library for Angular by integrating the Immer library.
Explores methods to make @Input() properties required in Angular components, including workarounds and the new built-in solution.
A developer's journey contributing to TypeScript by adding a summary error count feature to the --pretty CLI output.
Explains why TypeScript allows non-matching function signatures, focusing on substitutability with fewer parameters and void return types.
A guide to setting up and debugging Node.js applications written in TypeScript using Visual Studio Code.
A tutorial on configuring Angular 2 with TypeScript within an ASP.NET Core 1.0 Web API project, covering prerequisites and setup steps.
A tutorial on setting up Angular 4 and TypeScript within an ASP.NET MVC application using Visual Studio 2017.
A tutorial on configuring Angular 4 routing within an ASP.NET MVC application using Visual Studio 2017 and TypeScript.
A developer's journey to fix TypeScript's error on trailing commas in generic type parameter lists, detailing the debugging process.
Learn tricks for using Redux and Immutable.js with TypeScript, including statically typed records for better type safety and developer experience.
A guide to writing Webpack configuration files in TypeScript to improve maintainability and avoid legacy syntax.
A developer shares their 2018 resolutions focused on open-source contributions, blogging, learning, and using tools like VS Code and TypeScript.
A detailed guide to the author's personal Visual Studio Code setup, including essential extensions, themes, and tools for web development.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
An introduction to Ionic, an open-source SDK for building hybrid mobile apps using web technologies like HTML, CSS, and JavaScript.
A developer shares reasons to consider using TypeScript, focusing on type safety, refactoring, and editor support.
Learn how to create a custom Angular Date Pipe to format dates consistently across your application, using the dd/MM/yyyy format.