Create an Express App with TypeScript
Learn how to create an Express application with TypeScript.
Explore our latest thoughts, tutorials, and insights on technology and development
Learn how to create an Express application with TypeScript.
Learn what chrome extension content scripts are and how to use them inside manifest.json and inject them dynamically with the chrome.scripting and chrome.action APIs.
Learn how to handle errors with Express including how to write custom error handling middleware and the difference between synchronous and asynchronous errors.
Learn how to create a TypeScript app from scratch inside a Docker container. The TypeScript app will have live reloading using Docker volumes, nodemon, and ts-node.
Learn how to create a custom error page for Nginx. Specifically, we will create a custom bad gateway (502 error) page.
Learn to connect a custom built React application to an Express server, how to serve up a custom React application with Express, and how to build a React app from scratch with Webpack.
Learn how to create a chrome extension with TypeScript, React, and Webpack. We will also set up Webpack to build our content and background scripts, use the chrome.tabs API to communicate between our popup and content script, and more.
Learn about the React useMemo hook including how it improves a React application's performance. We will also learn about memoization and how the useMemo hook uses it to cache values.
Learn how to create a Chrome extension with TypeScript and transpile it down to JavaScript to load as a Chrome extension.
Learn how to create a chrome extension with React and Webpack. We will also set up Webpack to build our content and background scripts, use the chrome.tabs API to communicate between our popup and content script, and more.