Xinecraft

Xinecraft @xinecraft

About: <?php print('PHP is dead') ?>

Joined:
Aug 3, 2020

Xinecraft
articles - 5 total

Releasing MineTrax 1.0.0-alpha! A Web Suite for Minecraft Servers.

Finally after 1 year of work and 6 months of procrastination on my hobby project I am finally...

Learn More 0 0Jun 2 '22

TIL: MySQL timestamp column can't go beyond '2038-01-19 03:14:07'

MySQL 'timestamp' type column cannot store value beyond '2038-01-19 03:14:07' UTC, i.e., Int32 limit...

Learn More 3 3Jan 3 '22

Protect your user password choices using Pwned Passwords API.

Most of the time users don't even know that their password is compromised in a data leak and they...

Learn More 0 0May 7 '21

Which language and framework should I use for my next project?

Everytime I think of starting a new project, first thing come in mind is: What languages and framewor...

Learn More 0 1Mar 2 '21

Laravel Tips (Eloquent): withMax, withMin, withAvg & withSum.

TIL: Apart from withCount, eloquent also have other aggregate functions like withMax, withMin,...

Learn More 6 0Feb 17 '21