Let's learn something new

MySQL MIN() function explained with code examples

Tag: MySQL

Learn how MySQL MIN function works with code examples

The Kotlin constructor explained with examples

Tag: Kotlin

Learn how the Kotlin class constructor works through practical examples

MySQL LEAST() function explained with code examples

Tag: MySQL

Learn how MySQL LEAST function works with code examples

How to fix unresolved reference issue in Kotlin and Android Studio

Tag: Kotlin

Learn how to fix unresolved reference issue in Kotlin and Android Studio

MySQL - finding square root value with SQRT() function

Tag: MySQL

Learn how to find MySQL square root value with SQRT() function

How to exit MySQL command line client program

Tag: MySQL

Learn how to exit MySQL command line client program

How to create a function in MySQL database server

Tag: MySQL

Learn how to create a function in MySQL database server

How to create enum constants in Kotlin

Tag: Kotlin

Learn how to create modern enum constants in Kotlin

How to fix MySQL ERROR 1114 the table is full issue

Tag: MySQL

Learn how to fix MySQL ERROR 1114 the table is full issue

How to use Kotlin Regex

Tag: Kotlin

Learn how to use the Kotlin Regex class to find or replace matches

How to fix MySQL ERROR 2002 Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock

Tag: MySQL

Learn how to fix MySQL ERROR 2002 Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock

MySQL transaction introduction (with code examples)

Tag: MySQL

Learn how MySQL transaction works with practical examples

The Kotlin varargs function parameter explained (with code examples)

Tag: Kotlin

Learn how Kotlin varargs function parameter works with practical examples

MySQL trigger easy introduction (with code examples)

Tag: MySQL

Learn how MySQL trigger works and how you can create one for your tables

The Kotlin range operator explained with example code

Tag: Kotlin

Learn how Kotlin range operator works with practical examples

Including a counter in MySQL SELECT statement tutorial

Tag: MySQL

Learn how to add a counter alongside your rows in a MySQL SELECT query

The Kotlin for loop explained with example code

Tag: Kotlin

Learn how a for loop works in Kotlin with practical examples

How to fix MySQL can't create test file error

Tag: MySQL

Learn how to fix MySQL startup error can't create test file

The Kotlin interface abstraction explained

Tag: Kotlin

Learn how the interface abstraction works in Kotlin

How to fix MySQL error 1215 Cannot add foreign key constraint

Tag: MySQL

Learn how to fix MySQL error 1215 Cannot add foreign key constraint with this tutorial