• Python
  • Node.js
  • JavaScript
JavaScript check if a value is in the array using check-more-types library
JavaScript check if a value is in the array using check-more-types library

In this JavaScript tutorial we learn how to check whether a given item is in the array or not using the check-more-types library.

JavaScript check if a string is valid short git commit ID using check-more-types library
JavaScript check if a string is valid short git commit ID using check-more-types library

In this JavaScript tutorial we learn how to check whether a given string is a valid 7 characters short SHA git commit ID using the check-more-types library.

JavaScript check if a string is valid git commit ID using check-more-types library
JavaScript check if a string is valid git commit ID using check-more-types library

In this JavaScript tutorial we learn how to check whether a given string is a valid 40 digit SHA git commit ID using the check-more-types library.

JavaScript check if a string is valid SSH git URL using check-more-types library
JavaScript check if a string is valid SSH git URL using check-more-types library

In this JavaScript tutorial we learn how to check whether a given string is a valid SSH git URL or not using the check-more-types library.

JavaScript simple email validation using check-more-types library
JavaScript simple email validation using check-more-types library

In this JavaScript tutorial we learn how to simply validate an email address using the check-more-types library.

Python Delete Data in SQLite Database
Python Delete Data in SQLite Database

In this tutorial, we’re going to learn how to write a Python program to delete a data record from SQLite data table.

Python Select Data Table in SQLite Database
Python Select Data Table in SQLite Database

In this tutorial, we’re going to learn how to implement a Python program to select data rows from a SQLite data table.

Python Update Data in SQLite Database
Python Update Data in SQLite Database

In this article, we’re going to learn how to write code in Python to update a data row of SQLite database table.

Python Insert Rows into SQLite Database
Python Insert Rows into SQLite Database

In this article, we’re going to learn how to insert new data rows into SQLite database in Python.

Python Creating SQLite Database and Table
Python Creating SQLite Database and Table

In this article, we’re going to learn how to create a new SQLite 3 database in Python program. And then execute a SQL script to create a new data table on that new database.

  • 1
  • 2
  • 3
  • …
  • 5
  • 6
  • 7
  • 8

Copyright © 2020 toricode.com. All Rights Reserved.