Unlock the Power of Windows Keyboard Shortcuts: The Ultimate Cheatsheet

  • 25 April 2023
  • ADM

Discover the most useful Windows keyboard shortcuts to save time and boost productivity. Master system, text editing, and web browsing shortcuts with this comprehensive guide.


Strings functions in Golang

  • 19 April 2020
  • ADM

List of Golang string functions tested example and short description.

The strings package provides many useful string-related functions.


Arrays in Golang

  • 12 April 2020
  • ADM

An array is a data structure with a fixed size containing elements (items) of the same type. Iterate over an array using for loop or for range loop.


How to rename a git branch

  • 13 May 2020
  • ADM

How to rename a git branch in simple steps: rename branch, delete old remote, push the new branch and reset the upstream branch.


How to export and import a .sql file in MySQL from command line

  • 03 February 2017
  • ADM

How to export and import a .sql file in MySQL from command line. Simple commands with multiple parameters.


How to reset MySQL / MariaDB Root Password

  • 01 February 2017
  • ADM

How to reset MySQL / MariaDB Root Password. Simple 6 steps to reset the password.