Details
-
AboutIn a committed relationship with c#/Xamarin, and a JavaScript child named Angular.
-
Skillsjs, c#, sql, Xamarin
-
LocationNew Hampshire, US
-
Github
Joined devRant on 4/19/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
-
Idea Guy repellent:
Next time they tell you that they have a billion dollar idea and want you to build it, don't get angry.
Just point them to a code learning website and tell them if their idea is truly worth a billion dollar then they should spend the time learning the tech.
Then laugh as other idea guys come to them with ideas about their billion dollar apps while the rest of us are finally left alone.9 -
How Javascript handles Infinity:
Infinity * 1 == Infinity
Infinity * 0 == NaN
Infinity / 0 == Infinity
0 / Infinity == 0
Infinity + Infinity == Infinity
Infinity - Infinity == NaN
Infinity / Infinity == NaN
NaN & Infinity == 0
NaN && Infinity == NaN
NaN || Infinity == Infinity
1 % Infinity == 1
Infinity << 1 == 0
Infinity >> 0 == 0
Infinity | 0 == 0
Infinity | Infinity == 0
That's kinda philosophical, isn't it?15 -
Once I got zero in an exam just because I chose to make a function for a piece of code I had to use repeatedly. I went to my lab teacher and asked her what was wrong about my code to which she replied "This code is wrong because there should not be this function in this class". She was our lab instructor and turned out she marked us by matching our code with code given to her by our lecturer. I quietly returned to my seat and started thinking about how did she get this job.8
-
Oh, you're 87% Web Design, are you? Get the fuck outta here.
Literally one of my biggest pet peeves for CVs/resumes/company website templates8 -
!rant
Despite all the great technology we have available to us, I still find a pencil and a sheet of paper to be among my most useful programming and debugging tools. -
Having to deal with stupid testers who think your app should be resistant to water and black magic and report a bug if it is not5
-
Worst part of being a developer: when you suggest a subtle amber shade but your client insists on bright yellow.3
-
Anyone else ever had a scrum master or a project manager that just drives them insane?
Like they bug you every hour asking "what's our eta?", "are you done yet?", etc.
And they turn everything into a 2 hour long meeting (including standup) where everyone on the team is required and then they wonder where all the budget went.
And you have to explain the same god damned thing to them over and over again at these meetings. I wish they could be just technical enough to understand. -
After accidently broken my database, I have a Little Fun with Cortana.
I asked her if she Likes Linux.
She answered:
Linux, Unix, Tux.. I Like words ending on x. It reminds me of the Xbox.
:D2 -
Programming languages so rare that they will only help you in your current employment but not in any way or form your future.
-
I am very patient but I've finally lost it...
I haven't been able to login or even reach the login screen in Aetna for over 6 months... (I've tried different browsers and different computers...)
I thought such a big issue would be fixed immediately but finally.... I BLEW UP!2 -
An SEO expert walks into a bar, bars, pub, inn, tavern, public house, Irish pub, drink, drinks, beer, alcohol...
-
I see many people being irritated when it comes to StackOverflow and If I were to be honest I thought the same a while ago. But I noticed that I was misjudging the main point of Stackoverflow. It's not a forum to help people with their programming problems. It's a huge self writing document to gather every programming related questions and answers under a single platform if possible. That's why they won't down vote you even if you ask a question that was obvious in a language's official document as long as it wasn't in Stackoverflow. That's why questions should also be formatted accordingly which is clear and also informative in itself. I understand why stackoverflow is such a harsh place to ask questions and most of the time I prefer looking things for my self instead of asking a question. And I edit and review most questions on stackoverflow because I enjoy it. That also made me realize that stackoverflow needs to be elitist to preserve it's current quality. Who would want to see unclear duplicate questions that veteran stackoverflow users need to answer over and over again right ?
Asking the right question is hard because we humans most of the time don't know what we don't know. And it makes it really tiring to format your question the way that is fitting for a document. In those times I prefer to ask my questions on a more relaxed and chat focused platform before writing my main question on stackoverflow.
So that was my opinion on stackoverflow and it's harsh environment. It's definetly a hard to get into community which I can't even say I'm really a part of it. But looking at stackoverflow as a document that's being written by ut's users, it's easier to understand it's elitist approach. I hope you had some enjoyment from reading it.6 -
I'm going to an engagement party tonight and the dress code is "smart casual", but with no jeans.
Look I'm a developer and I'm used to making my own dress code. To me that's smart casual. So I'm coming to this party with jeans, chucks, and a star wars t-shirt.5 -
Project manager: I thought you said you made sure it was live today! I'm going to have to explain that you're the main issue with why it isn't live to management!
Me: have you cleared your cache?.... (long silence)
I swear it's the new "have you tried turning it off and then on again".2 -
Just discovered a terminal replacement for windows... And its fine as hell.
It's called cmder and it's got tons and I mean TONS of options to make it perfect for you!21 -
When you open tens of stack overflow tabs just to find out that you had misspelled something super simple!