Костя Третяк

Костя Третяк @kostyatretyak

About: Author of Ditsmod (NodeJS framework written in TypeScript)

Location:
Kharkiv, Ukraine
Joined:
May 29, 2020

Костя Третяк
articles - 19 total

Testing "quickie posts" on dev.to

NestJS vs. Ditsmod: pipe features Костя Третяк ・ Oct 3 ...

Learn More 0 0Nov 30 '24

NestJS vs. Ditsmod: pipe features

In reality, pipes only exist in NestJS, while in Ditsmod there is no need for a separate entity like...

Learn More 2 0Oct 3 '24

A quick overview of Bun's basic features and how it compares to Node.js

Bun is a JavaScript runtime, positioned by its author as a set of ready-to-use tools "out of the box"...

Learn More 2 0Aug 28 '24

@ts-stack/multer simplifies uploading files to a Node.js-based backend

This package is actually a fork of the well-known native package for ExpressJS multer v2.0.0-rc.4. It...

Learn More 2 0Jul 29 '24

The "@ts-stack/body-parser" package passes the parsing results via a Promise

The package @ts-stack/body-parser is a fork of body-parser - the native ExpressJS package. It is...

Learn More 0 0Jul 22 '24

Passing metadata from TypeScript code to JavaScript code using decorators for Dependency Injection

When TypeScript decorators are used for Dependency Injection, they are needed for two things. First,...

Learn More 1 0Jul 4 '24

Who knows the general current statistics on dev.to?

Although I have published 10 posts on dev.to since 2021, the statistics of views of these posts are...

Learn More 11 0Jul 16 '23

NestJS vs. Ditsmod: injection scopes

Good application modularity is closely related to the injector tree hierarchy that Dependency...

Learn More 3 5Jul 5 '23

DI providers collision in Ditsmod applications

During the process of importing Ditsmod modules, there may be a situation where among these modules...

Learn More 0 0Feb 21 '23

NestJS vs. Ditsmod: features of the router

The description of NestJS specifically states that this framework was designed for "scalable...

Learn More 4 8Dec 2 '22

NestJS vs. Ditsmod: auto-validation

NestJS performs input validation using decorators, pipes, and the class-validator utility. For...

Learn More 3 0Dec 2 '22

NestJS vs. Ditsmod: features of providers

Interceptors, guards, pipes, and exception filters are sometimes referred to as "enhancers" in the...

Learn More 6 0Dec 2 '22

OPTIONS and CORS in Ditsmod application

If you haven't heard of the Ditsmod framework, you can check out its documentation. If your...

Learn More 2 0Oct 9 '22

@ditsmod/i18n - a module for translating system messages

i18n is an abbreviation of the internationalization. The @ditsmod/i18n module provides basic...

Learn More 0 0Aug 28 '22

Announcing Ditsmod 2.0 beta (with RealWorld example)

Today I'm excited to announce the release of Ditsmod 2.0 beta! For those who aren’t familiar with...

Learn More 4 0Jan 10 '22

NestJS did not care about numerous gross mistakes in the tests

As I write my Node.js framework, I sometimes open the documentation of other frameworks to see what...

Learn More 0 1Dec 13 '21

Ditsmod - new NodeJS webframework writen in TypeScript

If you look through the search results on github for the keyword nodejs-framework (with only...

Learn More 1 2May 23 '21

nodejs authentication written in TypeScript

Please advise, which library can be used for nodejs authentication written in TypeScript? One of the...

Learn More 0 2Apr 20 '21

How to use @yarnpkg/core?

I see that on yarn repository mentions about @yarnpkg/core: allows any application to manipulate a...

Learn More 6 5Feb 27 '21