Learn Ruby on Rails from Scratch - Udemy Free Course

Learn Ruby on Rails from Scratch – Udemy Free Course

0
This Ruby on Rails from Scratch course teaches you the amazing and powerful technology of Ruby on Rails. This technology forms the backend of...
Java

Strange valid Java piece of code – No. 1

0
Have you seen any strange but valid Java code? Yes? No? This is one piece I've seen. static int getVal() { http://google.com ...
MySQL Database

Query Database and Table Size in MySQL

0
A nice thing about MySQL is that it stores everything inside information_schema, and we can make use of it to calculate database size and...
NodeJS

Remote command execution via SSH using NodeJS

0
In this post, I'd like to share a small tip to develop a small utility to remote command execution via SSH using NodeJS. I often...
MySQL Database

Kill process in MySQL processlist

0
When you want to diagnose MySQL database, you might want to have a look at all current connection or processes show up on process...