Details
-
AboutComputer Science bsc student
-
SkillsJava, Android, C, C++, Angular
Joined devRant on 10/25/2018
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
-
Seriously, does anyone really use TDD? It sound good in theory, but generally the devs are already used to implementation-first and are not willing/disciplined enough to change their mindset.
I think the biggest disadvantage of TDD is not taking into account how freaking lazy developers are in general.
Or maybe I just wasn't willing enough to make the change.
Thoughts?10 -
Hi guys!
Is there anyone working in deployment, operations? So the people who setup build pipelines, these CI/CD things. My question for you guys is: what motivated you to move away from development (or outright start working in operations)? What kind of base knowledge did you possess in order to be successful in this field? Do you regret making the switch to operations?
I'm at the start of my career and I've been doing development for about one and a half years, but my heart is not really in it. I like setting up tools, learning their capabilities, writing scripts to automate things a lot more than figuring out the client's twisted requirements and then scraping together a solution for that. -
Fucking teachers, man.
I had to present a project today.
Teacher randomly asks me
"Where did you copy this from?"
At this point I'm pretty fucking pissed, but am thinking that he might just be kidding around or fucking with me. Nope. Serious question. Well, fuck, now I have to start defending my own fucking work, because this fucking asshole assumes that I copied my project from somewhere.
He fucking questions me like I'm a murder suspect for half an hour. After that he gave me a passing grade.
I have no problem with the grade. My project wasn't entirely finished, I knew that I would only get a shitty grade on it.
I have a problem with this line of questioning. That fucker thinks that accusing people of plagiarism okay. I don't think there are appropriate words to describe such a rotten person.
The funny thing is, that colleagues who did in fact copy all their fucking work, were not questioned in such a way.
So basically if you think for yourself, work your ass off, you are a fucking cheating asshole.
Dear teacher,
I can say, from the bottom of my heart, go fuck yourself.14 -
A server's purpose is to serve clients. So if a server is down, it can't serve clients. So it's no longer a server, amirite?2
-
God damn stupid piece of shit Glide library doesn't work for shit. Who wrote this garbage? I did everything correctly but the fucking image still doesn't get displayed. Does it have a problem with png images?! Can't it fucking download a small image from the internet? How could someone write something so incredibly stupid???
*forgot to add internet permission to AndroidManifest.xml*
Oh, now it works. Hey, this library is actually pretty cool.1 -
So I'm sitting there in Android practice. I already have some experience with Android, so the exercises they make us do are quite easy for me. Nevertheless I start doing the exercises, when the teacher tells us that whoever implemented last week's exercise well gets a + point (and a pat on the back).
Implementing it well only means that you used a Model class for your Model (basic stuff). I raise my hand, hoping to get that sweet ++.
Teacher comes over. My laptop dies. Can't boot for shit. All the while I'm losing my shit. Then I remember that I have the code up on Github (I started using git for these small projects, to practice it). I showed the teacher my code on Github and the app on my phone (I debug from my phone because there is no way I can run an emulator on my laptop). I got the ++ and the teacher was delighted that someone was using Git, even though they didn't *have to*.
I definitely learned my lesson there. I'll be using Github for all of the small shitty projects we have from now on. My Github repo might look like garbage, but I will have peace of mind.6