Git Most Used Commands
Git commands for learning. Today I'm sharing the git commands list that will be helpful for those people who use git as their code version contr…
by Mohammad Shohag
Git commands for learning. Today I'm sharing the git commands list that will be helpful for those people who use git as their code version contr…
Today I'm going to share how to restore the PostgreSQL database. First, let me tell you what problem I have solved with it. I was working with so…
Convert a column to your desired type using the command. Suppose a numeric type column needs to convert to varchar so here it goes. alter table proj…
R8 includes a set of additional optimizations that are not enabled by default. You can enable these additional optimizations by including the followi…
Create Next js web application. To create the next js app you must have installed node software. Now open folder where you want to install next js ap…
Create a table in PostgreSQL with a foreign key. Here is how to do that easily. Remember both of the tables contains the primary key. And we need to …
To create a table in PostgreSQL using the command on query tools inside pgadmin write the bellow code. Make sure you change the table name with your…
Star Rating Star with background url and base64 coded svg just a single to use it on your code. White Star: background: url ( "data:image/sv…