Published 5 years ago
Knowing When It's A Model Or A Builder(Laravel)User::where('id',1)->update([]) and User::find(1)->update([]) do the same thing but in different ways. Erhn? When working with databases in Laravel you usually find yourself either using Eloqu...
Published 7 years ago
BrainFuck Interpreter Using Method ChainingI have been sick for the last couple of days, and I have not been able to get much work done. So in the spirit of being productive, I decided to take a look at the little things I have long been planning to do. One such thing was to look at Brainfuck lang. Brainfuck is an esolang ...