
Костя Третяк
Author of Ditsmod (NodeJS framework written in TypeScript)
Work
TypeScript full stack developer
We're a place where coders share, stay up-to-date and grow their careers.
Author of Ditsmod (NodeJS framework written in TypeScript)
Work
TypeScript full stack developer
Recent comments
Moving from JavaScript to TypeScript
In TypeScript context, ExpressJS is definitely not number one...
Moving from JavaScript to TypeScript
Typescript... overall more clutter and things that distract ...
Moving from JavaScript to TypeScript
TypeScript with ExpressJS in 2022? - More relevant is Ditsmod...
Global error page in Angular
That kind of makes the components lose their purpose. No, ...
Global error page in Angular
As far as I understand, all errors are redirected to the /err...
How to structure your Express and Node.Js project
It is even more useful to divide the logic into modules. Gene...
TypeScript 'instanceof' interface is it possible?
Try this: const enum Permission { canRead = 1, canWrit...
Setup a path mapping through ts-config
Good practice when you divide the imports in your code into t...