Future Studio Tutorials

Public tutorial on Thursday. Wednesday is only.

grep — Case Insensitive Search

Searching for a pattern in files using grep is case-sensitive by default. Case sensitive means that grep looks for an exact match of your pattern in the related file. This may not surface all matches of the search value because of different writing styles for a given text. This tutorial …

Continue Reading

MySQL — Order By Columns Whichever is Not Null

MySQL is flexible in the data model and allows you to have nullable columns. For example, you’re using NULL as the default date-time value until a given action happens. When displaying the data you may want to apply a specific sorting. But if the sorting column allows NULL values, …

Continue Reading

MySQL — Rename a Column

An application in production evolves by adding new features. You may also detect inconsistencies from previous developments that you want to improve, such as the naming in your database schema or adjustments in casing. You can rename columns in MySQL easily and this tutorial shows you how. {{outline}} MySQL 8. …

Continue Reading
Page 1 of 97

Explore the Library

Find interesting tutorials and solutions for your problems.