
Releasing MineTrax 1.0.0-alpha! A Web Suite for Minecraft Servers.
Jun 2, 2022
Finally after 1 year of work and 6 months of procrastination on my hobby project I am finally...

TIL: MySQL timestamp column can't go beyond '2038-01-19 03:14:07'
Jan 3, 2022
MySQL 'timestamp' type column cannot store value beyond '2038-01-19 03:14:07' UTC, i.e., Int32 limit...

Protect your user password choices using Pwned Passwords API.
May 7, 2021
Most of the time users don't even know that their password is compromised in a data leak and they...

Which language and framework should I use for my next project?
Mar 2, 2021
Everytime I think of starting a new project, first thing come in mind is: What languages and framewor...

Laravel Tips (Eloquent): withMax, withMin, withAvg & withSum.
Feb 17, 2021
TIL: Apart from withCount, eloquent also have other aggregate functions like withMax, withMin,...