Details
Joined devRant on 8/22/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
-
Favourite Programming Quote - Whats yours?
"A computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things." - Bill Bryson26 -
I have to say one of the most annoying things in software development is building tools that will never be really used by clients, sometimes clients just want something new and shiny and once they get it off it goes into a dark closet of no use to gather webs4
-
Today we'll refactor the API.
Tomorrow we'll celebrate.
My Future Self need never know how bad it once was. -
Everyone needs a personal code.
Mine is:
While(Alive)
{
Code();
Debug();
FapIMeanWorkout();
Sleep();
}1 -
I just had a client complaining on the phone that she read my database design documents and that they are all wrong and need to be done again. Because things like varchar and int are confusing. And nobody understands what they mean. She asked around and nobody understood it.
Ooh, and I should place the customer name in more then one table because it would be handy to have in several places.
Spend a hour on the phone trying to explain that these documents are not intended for her. They are not for her to understand.
I make these documents to build a stable product and in case something bad happens to me its easier to pick up for another developer.
Long story short.. I'm currently making a document that explains the database design... Getting paid for it..... But fucking hell. Somebody save me.10 -
So .. now its official. In October this year, ill start my apprenticeship as Web & Mobile- developer . It'll take me 3 years to left it as a certified computer scientist with focus on development. Im so happy right now and almost exploding excited !! :)))))
-
People say that if you make your hobby your job you will never get bored but isn't it that if you make your hobby your job you would eventually get bored??3
-
On holiday skiing in France and all I can hear as I come down the mountain is the ring tone I assign all work related contacts.
Get to lunch and see 10 missed calls ... I will be saying "I had no signal on the mountain" a lot when I get back -
Was running low on ssd space, so I decided to have a thorough look at what was occupying all of it. First I found out that I had about 5 gigs (!) of leftovers from microsoft sql server which I unfortunately had to use once (thanks microsoft for your shit uninstallers). Then I found I still had a .gradle folder (uninstalled a while ago, maven ftw) with another 5 gigs of cache. That should give me some room to breathe.4
-
After working over 14 years as it-systemadministrator and developer for a city government I finally quit today and switched into a start-up. Lower wage, vacation days and many more "downsides"...but I am allowed to follow my passion and create something that matters. I'm afraid and super jacked. Wish me luck :)
tl;dr quit job to get complete expression. afraid and jacked at once :)5 -
MD came round and said thanks for pulling out the stops and working on stuff I never done to get projects done. nearly fell over.3
-
I just got my first developer job woohoo :)
I told some friend of a friend that I'm gonna be a programmer, and he responded with: "Oh, you mean, like, computer stuff?"
😑1 -
I have a confession to make. When i started programming it was done in my room all alone for around 6 months. I started watching porn while programming. And eventually only watched porn while coding to a point where I got turned on by programming.
I'm not sure if this further stimulated my love for programming or dimmed it. But sex and coding are now linked in my brain.7 -
//Non StackOverflow Worthy Question
Just bought a new laptop and I am deciding between dual-boot and vm with windows, most of my dev is .Net Core or Java or web, but sometimes I require Visual Studio, so.
What do you think is a better option?20