Details
-
SkillsC#, HTML, MSSQL, PHP, MYSQL, fully stacked bro!
Joined devRant on 5/12/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Valentines day, other people buy flowers. I buy bread instead.
I've been buying a giant loaf of sour dough bread for years and my wife is just as happy.
Why buy flowers and see it die when you can eat bread. It's just makes more sense logically.5 -
AWS sent us notification saying our EC2 instance is about to be retired due to hardware degradation and scheduled for 22nd Feb.
Problem is... They've already pulled the plug to the instance without warning....
So here I am, trying to get the server back online after 4 beers....4 -
Introducing my everyday weapon against bugs.
Colour pattern to change depending on my mood or my rage against PEBKAC.5 -
Perform code review and see stuff like this...
var count = dbContext.Posts.ToList().Count();
Selecting millions of rows from database just to get a count...4