Andrey Goncharov
Andrey Goncharov

Andrey Goncharov

Follow
homeSponsornewsletter
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Strict mode in TypeScript || help your compiler help you

Jul 28, 20218 min read 1.2K views

Recently, at Hazelcast we have migrated our Management Center to TypeScript. Not just TypeScript, but the strictest TypeScript there is. If you are...

Strict mode in TypeScript || help your compiler help you

How to display a gazillion of metrics and keep your sanity

Aug 26, 202015 min read 762 views

Large scale equals distributed. Distributed equals inevitable complexity. Complexity at runtime equals extensive monitoring. At Hazelcast, doing...

How to display a gazillion of metrics and keep your sanity

React: Lifting state up is killing your app

Sep 7, 201910 min read 2.5K views

Have you heard about "lifting state up"? I guess you have and that's the exact reason why you're here. How could it be possible that one of the 12...

React: Lifting state up is killing your app

node-config made type-safe

Apr 12, 20194 min read 914 views

node-config has been serving the Node.js community as pretty much the default config solution for many years. Its simplistic, yet powerful design...

node-config made type-safe

NodeJS logging made easy

Apr 7, 20198 min read 1.1K views

How many times did you write logger.info('ServiceName.methodName.') and logger.info('ServiceName.methodName -> done.') for each and every method of...

NodeJS logging made easy

NodeJS logging made right

Feb 26, 20198 min read 2.9K views

What's nagging you the most when you think about logging in NodeJS? If you ask me I'm gonna say lack of of industry standards for creating trace IDs....

NodeJS logging made right