|

Netlify – free hosting for your static websites

Netlify is platform for building and deploying/hosting websites. It provides generous free tier to experiment with platform. In this blog post I will explain how to build and deploy/host websites on Netlify. Go to netlify.com website and click on the Sign Up button Netlify gives option to Sign Up with GitHUb, GitLab, Bitbucket or using…

How to use string_agg function in PostgreSQL with examples

In this blog post, I will show the usage of string_agg function in PostgreSQL with examples. As name suggests, string_agg is a string aggregate function which is used to concatenate values from multiple rows into one. Syntax Usage Lets first create a user table to show the usage. put some data into the table Below…