top of page
Search

The Tech Platform
Nov 2, 2021
How to create a simple logger in C#
It’s easy to create a custom logging framework to log your .Net application’s errors and events to a flat file, a database, or the event...

The Tech Platform
Oct 28, 2021
The Amazing Power of JavaScript Proxies
The Proxy object serves as a powerful tool that allows you to create a proxy or wrapper around another object. This proxy enables you to...

The Tech Platform
Oct 25, 2021
Introduction to Message Queue.
A message queue is a form of asynchronous service-to-service communication used in serverless and microservices architectures. Messages...


The Tech Platform
Oct 22, 2021
Data Scientist’s Guide to Efficient Coding in Python
We are giving real-life coding scenarios where we have actually used them! 1. Use tqdm when working with for loops. Imagine looping over...
bottom of page