Dinesh Balaji's portfolio and blog where you can get to know about him, what he is upto and pick up a trick or two from his blog posts which are mostly about web development. (more…)
Read more »
This is it; the PR that converts the TypeScript repo from namespaces to modules.
TL;DR: The TypeScript compiler is now implemented internally with modules, not namespaces. The compiler is now 10-25... (more…)
Read more »
Today we’re excited to announce the release of TypeScript 5.5! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain int... (more…)
Read more »
Define your own compiler and easily convert strings of source code into lists of tokens - GitHub - nick-hill-dev/intuitive-compiler: Define your own compiler and easily convert strings of source co... (more…)
Read more »
Gatsby is a static site generator based on React and GraphQL. We will be configuring it to use it with TypeScript and set up ESLint for type checking. (more…)
Read more »