2022

javascript, TypeScript

How to setup a Svelte with Typescript project

TypeScript is a superset of JavaScript that provides optional static typing, classes, and modules. Static types allow TypeScript to provide more accurate type checking and tooling support. Classes and modules enable better organization of your code. TypeScript can be used with any existing JavaScript codebase. It transpiles down to plain old JavaScript so there’s no […]

How to setup a Svelte with Typescript project Read Post »

javascript, TypeScript

How to set up a Node.js backend using Express.js and TypeScript

Node.js is one of the most popular node frameworks for web developers today, and when combined with Express.js, it can be even more powerful. Express is a node framework that lets you build node apps in an easy way by using node’s built-in middleware concept. This has many benefits like making your code more readable

How to set up a Node.js backend using Express.js and TypeScript Read Post »

Scroll to Top