Flutter Show the return button on the keyboardTo display return button on the keyboard for entering new line into the text input box you have to pass the value into TextFormField named…Nov 29, 2023Nov 29, 2023
Sanitize and validate URL in FlutterSanitizing untrusted URLs is an important technique for preventing attacks such as request forgeries and malicious redirections. Usually…Aug 31, 2023Aug 31, 2023
Deploy an Angular App into GitHubOne can deploy his/her Angular app into GitHub so that others could see that works. Let’s create an app using angular CLI and deploy it…Dec 17, 2020Dec 17, 2020
Calculate age using SQLWe can find out a person's age with years, months, and days by writing SQL queries. For calculating this, let’s create a database table…Dec 6, 2020Dec 6, 2020
SQL Store Procedure Part-1When you have to re-write a SQL query multiple times, it’ll be better to create a store procedure for that query. It’ll save your time and…Dec 2, 2020Dec 2, 2020
Database Indexing-SQLToday I’m going to write about Database Indexing. It’s very important topic in SQL.Mar 25, 2019Mar 25, 2019
How to select all column name of a table in SQLBy selecting all of the column name of a specific table you can see only the column that the table exists except table data.Mar 25, 2019Mar 25, 2019
Python with mongoDBThis article is about database connection of python with mongoDB and basic CRUD operation.Mar 23, 2019Mar 23, 2019
Viva Preparation for Asp.netThis pdf is for the entry level Job interview, basically on Asp.net field.Dec 9, 2018Dec 9, 2018