top of page
Search
The Tech Platform
Nov 22, 2022
Best Software Engineering Books (2023)
Software engineering is a branch of computer science and a wing of engineering connected to the growth and development of computer...
The Tech Platform
Oct 27, 2022
What is Cyber Insurance?
Cybersecurity Insurance is a contract that helps to reduce the financial risks associated with an online business. Companies that...
The Tech Platform
Aug 8, 2022
Create a web socket server in .NET
Creating a web socket (WS) server in C# can be a drag these days. There are several methods you can find online, and there does not seem...
The Tech Platform
Aug 4, 2022
Introduction to SQL Injection Attacks
SQL injection attacks pose a significant threat to web applications that rely on SQL databases. These attacks allow hackers to exploit...
The Tech Platform
Jul 22, 2022
How to write a production-ready dockerfile?
What is DockerFile? A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an...
The Tech Platform
May 26, 2022
Notification System Design : Types and Features
A notification system has become a mandatory feature os any system that helps touch it users, collect analytics data, etc. It's more than...
The Tech Platform
May 4, 2022
Create a USB Drive for a Windows Server 2022 Installation
First, you will need to have all the prerequisites in place. Download the Windows Server 2022 ISO file, you can get it from various...
The Tech Platform
Apr 25, 2022
Build a ToDo list application using .Net 5.0 Web API and Microsoft SQL Server
This article shows how to build a ToDo list application using .Net 5 Web API, JWT authentication and AspNetCore Identity. Microsoft SQL...
The Tech Platform
Dec 14, 2021
Decoding AWS Lambda - the Serverless Architecture
Amazon AWS is the most popular cloud service provider in the world that makes the work of software engineers easier by providing numerous...
The Tech Platform
Oct 12, 2021
Microservices vs. Serverless Architecture
What is Microservice Architecture? Microservices is an architectural approach where a large application is divided into smaller,...
bottom of page