top of page
Search


Using Quartz.NET with ASP.NET Core and worker services
Quartz.NET is a full-featured, open source job scheduling system that can be used from smallest apps to large scale enterprise systems....

The Tech Platform
Aug 23, 2022


What is Promises in JavaScript?
What are JavaScript Promises? Promises are essential building blocks for handling asynchronous operations in JavaScript. In JavaScript, a...

The Tech Platform
Aug 22, 2022


The Dark Web: Why people Use it?
The dark web is the hidden collective of internet sites only accessible by a specialized web browser. It is used for keeping internet...

The Tech Platform
Aug 22, 2022


Running JavaScript in WebAssembly with WasmEdge
JavaScript WebAssembly WebAssembly was initially conceived as a "JavaScript alternative for browsers" with the aim of enabling the...

The Tech Platform
Aug 19, 2022


Ensure Data Quality and Data Integrity in Machine Learning
In our previous blog, we explored the potential challenges and pitfalls associated with the data used in machine learning models. From...

The Tech Platform
Aug 18, 2022


How to Share Data Between Microservices?
Microservices architecture has gained widespread adoption due to its flexibility, scalability, and modularity. However, managing data...

The Tech Platform
Aug 18, 2022


Why Unit Testing is important?
Unit testing is a software testing technique that is used to test individual units or components of a software application. The main goal...

The Tech Platform
Aug 18, 2022


How to Return HTML From ASP.NET Core Web API
A typical web API returns JSON or XML responses. However, rare cases exist where we need to return responses in other formats. In this...

The Tech Platform
Aug 17, 2022


Cryptocurrency
A cryptocurrency is a digital currency, which is an alternative form of payment created using encryption algorithms. The use of...

The Tech Platform
Aug 17, 2022


Difference Between Wait() and join() methods in Java?
Wait() Method wait() causes current thread to wait until another thread invokes the notify() method or the notifyAll() method for this...

The Tech Platform
Aug 16, 2022
bottom of page
