EDDYMENS


Published 2020-01-14 13:57:14

Be Careful With HTML ID Attributes

HTML is made up of elements which help define the structure of a web page, Elements of the same type ...

Published 2019-12-17 21:20:01

Setting Up HTTPS Redirects On Heroku Laravel Instance

I am going to keep this post really short. I worked on cleaning up parts of my personal site and one thing I really wanted t...

Published 2019-01-13 06:58:47

What The Heck Is Docker Used For ?

If you recently had to deal with setting up a dev environment or try deploy to production, then chance...

Published 2019-01-08 06:09:19

Knowing When It's A Model Or A Builder(Laravel)

User::where('id',1)->update([]) and User::find(1)->update([]) do t...

Published 2017-05-16 01:36:56

BrainFuck Interpreter Using Method Chaining

I 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 decide...