Let's learn something new

The Java implements keyword replacement in Kotlin

Tag: Kotlin

Learn how Kotlin has adapted the Java implements keyword

MySQL the used command is not allowed error loading local file fix

Tag: MySQL

Learn how to fix 'The used command is not allowed with this MySQL version error' when loading a local file

Kotlin internal visibility modifier explained

Tag: Kotlin

Learn how Kotlin internal visibility modifier works in this tutorial

MySQL drop all tables from a database solution

Tag: MySQL

Learn how to drop all tables you have from a MySQL database

Kotlin foreach method explained with code examples

Tag: Kotlin

Learn how Kotlin foreach method works with practical code examples

How to fix MySQL unknown column in field list error

Tag: MySQL

Learn possible fixes to the MySQL unknown column in field list error

How to create static variables and functions in Kotlin

Tag: Kotlin

Learn how to create static variables and functions in Kotlin classes and objects

How to undelete MySQL database without third party applications

Tag: MySQL

Let's learn how to undo MySQL database accidental data drop

Kotlin string interpolation feature explained (with code examples)

Tag: Kotlin

Learn about the Kotlin string interpolation feature here

How to create an all uppercase string in MySQL

Tag: MySQL

Let's learn about MySQL uppercase transform functions

How to create a lowercase string in MySQL

Tag: MySQL

Let's learn about MySQL lowercase transform functions

Kotlin elvis operator (?:) explained

Tag: Kotlin

Learn how to handle the null value in conditionals using the elvis operator

How to fix MySQL 'Truncated incorrect DOUBLE value' error

Tag: MySQL

Learn how to fix MySQL 'Truncated incorrect DOUBLE value' error 1292

How to check type in Kotlin that's similar to Java instanceof operator

Tag: Kotlin

Learn Kotlin's equivalent to the Java instanceof operator

MySQL COALESCE() function explained

Tag: MySQL

Learn how MySQL COALESCE function works here

Kotlin type conversion methods for type objects

Tag: Kotlin

Let's learn how to convert data type using methods from type objects

How to clear MySQL console screen

Tag: MySQL

Learn how to clear MySQL console screen for Windows, macOS, and Linux

Kotlin cast - how to cast Kotlin object using the is and as operator

Tag: Kotlin

Let's learn how to cast Kotlin object from one type to another

MySQL NATURAL JOIN clause explained (with code examples)

Tag: MySQL

Learn how MySQL NATURAL JOIN works with practical code examples

Kotlin when keyword explained (with code examples)

Tag: Kotlin

Learn how Kotlin when expression works with pragmatic code examples