top of page
Search

How To Create SQL Server Database Project With Visual Studio
In this article, we are going to learn about SQL Server Database Project (Template) available in Visual Studio. I will cover the...
The Tech Platform
Mar 1, 2021

Configuring GEO Replication In SQL Azure Database
Geo-replication is a feature which allows you to configure a maximum of four readable copies of your database in the same or different...
The Tech Platform
Mar 1, 2021

Azure SQL Offers Manual Failover For PaaS Resources
Sometime having the right command in place opens up new doors to test things, like a failover for example. In this post we will take a...
The Tech Platform
Mar 1, 2021

How to build a GraphQL server
Apollo is a set of tools for building GraphQL applications, especially suited for building on top of your existing data. There are three...
The Tech Platform
Feb 4, 2021

LAMP (Linux, Apache, MySQL, PHP)
LAMP is an open-source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the...
The Tech Platform
Feb 3, 2021

DEPLOYING WORDPRESS AND MYSQL ON AWS WITH CUSTOM VPC USING TERRAFORM
What is Amazon VPC? Amazon Virtual Private Cloud is a commercial cloud computing service that provides users a virtual private cloud, by...
The Tech Platform
Jan 26, 2021


DEPLOYING WORDPRESS AND MYSQL ON CUSTOM VPC WITH NAT USING TERRAFORM
If you check my previous story, you can see that it had a similar to this one. The only difference is that the instances in the private...
The Tech Platform
Jan 26, 2021

What Is New In SQL Server 2019?
Applications are getting the update nowadays. Microsoft is adding some new features in SQL server and has just released a version of SQL...
The Tech Platform
Jan 21, 2021


What is Azure SQL Database?
Introduction Azure SQL Database is a fully managed platform as a service (PaaS) database engine that handles most of the database...
The Tech Platform
Jan 13, 2021

Oracle PL/SQL WHILE LOOP with Example
What is a While Loop? In SQL, a WHILE loop is a control flow statement that allows you to repeatedly execute a block of SQL statements as...
The Tech Platform
Jan 7, 2021
bottom of page