Details
-
Skillsvisual studio, c#, vb
-
LocationKyiv, Ukraine
-
Github
Joined devRant on 6/26/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
-
A very rudimentary bedroom project management system. Each note is a different section of the program I'm working on.
I do this at night to make extra money, so it's not exactly the best system. It works though.
Have a visual representation of progress somehow motivates me.7 -
String someStr = "your name";
// but i wanna capitalize it
someStr.capitalize(); // <-- operation has no effect
// ughh, fine 😒
String cappedStr = someStr.capitalise();
// wish I could just do this:
someStr .= capitalize(); // but it throws error 😩16 -
Let's clarify:
* Github is not Git
* Android is not Java
* Unit test is not TDD
* Java is not OOP
* Docker is not Devops
* Jenkins is not CI
* Agile is not institutionalised total chaos
* Developer is not Printer Support52 -
I overheard this on my way back to home.
Girl 1: I bought a new phone yesterday.
Girl 2: Let me see it.
*hands over the phone*
Girl 2: There is no Instagram?
Girl 1: No, Instagram wasn't installed when I bought the phone.
Girl 2: That's weird.
*me almost dead*31 -
One of the most depressing error messages, maybe? Happened early this morning and I've been feeling sad ever since :-/8
-
Another programming job: the first 5,183 decimals of pi, in wood sticks. Took me three months to do. Now I start e36