Posts

DTO in JavaScript

DTO in JavaScript

Learn how to use Data Transfer Objects (DTOs) for structuring and transforming data in modern JavaScript applications.

Namespace: scope or address?

Namespace: scope or address?

A detailed comparison of the namespace concept in Java, PHP, and JavaScript, exploring how namespaces relate to identification and scopes.

Recursive structure of JS code

Recursive structure of JS code

Explore a structured approach to organizing JavaScript code using simple and recursive rules for better readability and maintainability.

ES6 `export` as code ‘brick`

ES6 `export` as code ‘brick`

Explore the concept of `export` as a fundamental building block in modern ES6 applications. This post dives into ES6-modules, `import/export` syntax, asynchronous operations, and real-world usage scenarios.

JOINed SELECT with 'Knex.js'

JOINed SELECT with 'Knex.js'

A comprehensive guide to building Telegram bots using Node.js and grammY.