Road to Serverless
A guide to getting started with serverless architecture, covering language selection, tools, and best practices for AWS Lambda.
A guide to getting started with serverless architecture, covering language selection, tools, and best practices for AWS Lambda.
Argues for using TypeScript over YAML for cloud infrastructure automation, using a serverless URL shortener on AWS as a case study.
How to use TypeScript ambient module declarations to resolve import errors for non-JS assets like CSS and MDX files in Webpack.
Explains TypeScript's declaration merging feature with practical examples, including enhancing the global Window interface.
A guide offering practical TypeScript tips, including migrating React apps, using unknown vs. any, and non-null assertions.
A developer shares a personal story about fixing a documentation error in an open source Gatsby plugin, emphasizing that all contributions are valuable.
A developer shares how they created a custom TSLint rule to count RxJS operators in a project, exploring AST manipulation.
A developer shares career advice on taking risks, learning new technologies like React and TypeScript, and how it led to exciting roles in Barcelona and at Intel/McAfee.
Introducing Bazel schematics for Angular CLI, enabling developers to use Google's Bazel build tool for faster, parallelized builds with cloud caching.
A guide on using React's Context API with TypeScript, covering render props, hooks, and type definitions.
The provided content appears to be a website error page, not the intended article about TypeScript and React.
A guide to TypeScript's built-in generic utility types like Readonly, Partial, and Pick, with code examples.
A developer documents their journey contributing to TypeScript, focusing on fixing a parsing issue where identifiers follow numeric literals.
Explains TypeScript type predicates, which narrow down variable types within functions using conditional checks.
Explains JSX as syntactic sugar for JavaScript function calls, not a templating language, and its benefits for frameworks like React and Vue.
A guide to building TypeScript projects using Bazel, Google's open-source build tool, for efficient dependency management and incremental compilation.
A guide on using TypeScript with React Hooks, including a new chapter on typings and type safety considerations.
A short video tutorial explaining how to use the RxJS debounce operator to improve performance when filtering large datasets in Angular.
A technical tutorial exploring the new drag and drop CDK in Angular Material 7, from basic setup to creating a re-orderable list.
Explains the role of Actions and Action Creators in NgRx/Redux state management, including how to create and dispatch them.