Editor’s Note: This blog was reviewed for accuracy on 4 April 2023. Since publication, Microsoft released TypeScript v5, which includes […]
Learn how Histoire, a Vue-focused Storybook alternative, can help you illustrate your different development patterns and more.
See how easy it is to port a TypeScript app from Node.js to Bun. Compare the performance of Bun vs. Node.js.
If set up correctly, a web worker can send and receive messages from the JavaScript or TypeScript code where it was set up.
Learn how to build a simple full-stack application with React and Node.js and see how the process can be improved with Turborepo.
We explore the concepts, features, and limitations of TypeRunner, use it to type check a simple project, and compare it to Deno and tsc.
We discuss the pros and cons of IaaS- and IaC-based solutions and leverage Pulumi to create a simple S3 bucket in AWS using TypeScript.
Create a simple to-do list application by combining the power of a Phoenix API with the flexibility of a React application.
The five SOLID principles of object-oriented class design facilitate the development of understandable, tested software that many developers can use at any time and place.
Learn how to compose functions in TypeScript so you can combine multiple functions into a single function to perform any number of tasks you may require.
Learn how to use the TinyPNG API to easily automate image optimization in your projects.
JavaScript and TypeScript share many shorthands for common code concepts. Learn how to use 18 helpful JavaScript and TypeScript shorthands.