Posts

Easy web reporting & analysis to your Firebase-Angular Dashboard Application with WebDataRocks

Image
WebDataRocks   is an embeddable  web pivot table  written in JavaScript. It is a lightweight component. You can use it in a web application and build an interactive report based on your data. It can be viewed on mobile devices and desktop clients. It is suitable for less technical end-users, but offers advanced customization options for developers. Read More....

MS SQL Server with AWS RDS - Connect your local Relational Database to Cloud

Image
This tutorial will guide you to connect your local SQL Server database to the AWS  Relational Database Service(RDS) . It will make it an easier dev environment for your project with the cloud Relational Database. Prerequisites AWS Account  - You can have 12 months free tier which gives you free access for specific services for 12 months. Visual Studio 2019 / Microsoft SQL Server Management Studio (v18.4) 1. Go to  RDS  in AWS Console. 2. Find & Click  Create database        We are going to create a database instance.   3. We create this using  Standard Create  Method 4. In  Create database  page, Choose  Microsoft SQL Server  and  SQL Server Express Edition. It is better to use the  Free tier  template  on the same page under the  Templates  section. (Choose according to your need) 5. Set up db instance settings giving  DB instance identifier ,  Master username , and  Master Password . Remember these credentials. 6. Choose