Why Python is best tool for data processing

For a long time, I used NodeJS as a tool for all kinds of tasks. Nowadays, however, I find myself increasingly drawn to Python for data processing tasks, which have become more frequent in my work. I’ve found that NodeJS can be somewhat verbose for these types of projects, especially when dealing with... Read article

Making Rest API with Deno and TypeScript

To be honest, I prefer the NodeJS runtime over JavaScript itself. While JS is great, I appreciate the added benefits of type validation and similar features. During my student days, I heavily used C# to build everything from desktop apps to web services, which is probably why I love TypeScript. Today, I’ll show... Read article