MySQL Cheat Sheet - Quick Reference Guide

  • 24 April 2023
  • ADM

A concise MySQL cheat sheet providing a quick reference guide for common MySQL commands, database and table operations, data manipulation, and more.


How to show open database connections in MySQL

  • 07 April 2020
  • ADM

How to show open database connections in MySQL using show status and show processlist command.


Thread Semaphore and Mutex in Java

  • 30 May 2017
  • ADM

Thread Semaphore and Mutex in Java. Semaphore restrict the access to a resource for limited numbers of threads while mutex restricts the access to a single thread.


RGB LED on Raspberry Pi using Java

  • 31 March 2017
  • ADM

In this article will make RGB LED to change colors using Raspberry Pi and Java.


Breathing Light LED on Raspberry Pi using Java

  • 20 February 2018
  • ADM

Breathing Light LED on Raspberry Pi using Java. The light intensity will start from zero and gradually will increase up to maximum and then will decrease back to zero.


Flowing LED on RaspberryPi using Java

  • 23 March 2017
  • ADM

Flowing LED on RaspberryPi using Java. In this article will make a flowing LED strip flowing in both directions using Java.