How to use Sequelize Boolean data type

Tag: Sequelize

Learn how to create Sequelize column(s) with Boolean type

How to use tuple alternatives to return multiple values from a Kotlin function

Tag: Kotlin

Learn the Kotlin way of returning multiple values with tuple-like alternatives

How to import Sequelize models in another file

Tag: Sequelize

Let's learn how to import a Sequelize model in another file to your current file

Using Gson library with Kotlin class and data class instances

Tag: Kotlin

Learn how to use Gson to serialize and deserialize Kotlin class instances into JSON format

Adding multiple rows at once using Sequelize bulkCreate() method

Tag: Sequelize

Let's learn how to insert multiple rows using Sequelize bulkCreate() method

Adding the default value to Sequelize models and migrations

Tag: Sequelize

Let's learn how to add default values to Sequelize models and migrations

Kotlin lambda explained with code examples

Tag: Kotlin

Learn what are Kotlin lambda expressions with practical code examples

Sequelize - How to fix relation does not exist error

Tag: Sequelize

Let's learn how to fix relation does not exist error in Sequelize

Sequelize findOrCreate() method explained

Tag: Sequelize

Let's learn how Sequelize findOrCreate() method works

Sequelize - using UUID for primary key column in your table models

Tag: Sequelize

Learn how to use the UUID data type for your table model primary key column(s)

Adding ORDER BY clause to Sequelize ORM query

Tag: Sequelize

Learn how to add an ORDER BY clause to Sequelize ORM query

MySQL stored procedure explained with examples

Tag: MySQL

Learn how MySQL stored procedure works with practical code examples

Kotlin generics explained with code examples

Tag: Kotlin

Learn what and how Kotlin generics work with practical examples

MySQL - How to include special characters in a query

Tag: MySQL

Learn how to escape special characters in a MySQL SELECT statement

Kotlin companion object explained with examples

Tag: Kotlin

Learn what is a Kotlin companion object and how to use it

MySQL - how to show functions created in your database

Tag: MySQL

Learn how to show functions created in your MySQL database server

Kotlin data class explained with easy to understand examples

Tag: Kotlin

Learn how Kotlin data class works and when to use it

MySQL - how to turn off safe mode

Tag: MySQL

Learn how to turn off safe mode in MySQL

Kotlin alternative to the Java Optional type

Tag: Kotlin

Let's learn about Kotlin alternative to Java Optional type

MySQL - Resolving Unknown column 'password' in 'field list' error

Tag: MySQL

How to fix MySQL Unknown column 'password' in 'field list' error when changing user password