Details
-
AboutClean code and documentation is what I live for.
-
SkillsJava, TypeScript, Angular
-
LocationGermany, Bavaria
Joined devRant on 5/31/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
-
Because it was actually well documented.
Enterprise backend apparently doesn't give a shit about its users, except if you buy their trainings :) -
Fuck nrwl.
This stupid puddle of barf software that gets talked over like it's the shit. Nothing remotely useful works when using it. It always craps out some dumb exceptions that have nothing to do with your actual code but the dumb fuck, that didn't have the brain cells to think half a step ahead when doing his job.
It's just a buggy, mostly useless piece of shit that some guys in nice suits sell like it's jesus 2.0.
I hope you burn in hell.
I haven't been this mad since a looong time.2 -
Create a nice documentation website for a library we have at work.
Complete with examples, public api, and search engine.
Then I can die happily. -
This actually exists in our code-base like this. I have no fucking clue what it does.
function combine(arg0: string, arg1: string): string {
return !arg0 ? arg1 : !arg1 ? arg0 : `${arg0} ${arg1}`;
}9 -
Golangs error handling is really annoying. I'm writing a cli that does a bunch of stuff, and a lot of that could cause an error. Now I have to either explicitly ignore the errors everywhere or write an abundant if, that simply checks if the error exists and print it to console. So I either won't see any errors when something goes wrong, or I will have ugly bloated code... wtf, I want "throw" back8
-
This whole platform can be summarized as: "I have no clue what I am doing and now it's broken... man, fuck whoever created this shit..."5
-
Anyone that codes open source and is successful with it. I would love to create some tool that helps someone in their everyday doing.1
-
Unreal just changed their licensing model, it's now free up until a gross revenue of $1mil, after that it's the usual 5%.
https://unrealengine.com/en-US/faq/
BOI I'M FUCKING PUMPED.12 -
I just found out, that when you rapidly scroll upwards in the tab view of chrome on android, the tabs do a flip :D4
-
Duplicate question
Too opinion based
Fuck you this is a dumb question
But if you actual got a question and give all the information that's needed nobody fucking responds
Yeah well fuck you StackOverflow
It's like they only want to bash people and not actually help3 -
onEnlightControllerActionPostDispatchBackendPluginManager
Who needs docs if you've got such speaking method names.2 -
I have never used Docker and/or Kubernetes. Motivate me to use it by telling me how cool it is.
I want to build a complete ci-pipeline but am too lazy to start... there is so much to do, and I don't know where to start.6 -
I want to store my built application inside of some kind of registry or repository. Is this best practice and are there tools for doing this? I cant find anything except Artifactory, which is pretty expensive.14
-
Prepared my first own Pathfinder Campaign over the last week. Three hours before it starts someone calls it off.
A week of work thrown in the garbage. Feels good.5 -
Which CI is best for open source?
TravisCI look pretty promising, GitHub Actions too, but with Travis you can have 3 concurrent jobs on their OpenSource plan. -
I have a conference talk tomorrow I and want to show a sample project.
Well... it's not ready. Should I go to sleep and pick a random off the internet or pull an all-nighter?7 -
WTF kind of bullshit software is sonar.
I can't deploy my application because sonar is telling me that there is a vulnerability. So I look at it. IT'S A FUCKING DEV DEPENDENCY. Are you fucking serious sonar? I can't deploy because a dev dependency has a vulnerability that allows DOS attacks. What the fuck do you think will happen?! I'm going to DOS my own fucking application whilst coding or what? Who the fuck would even care?!
I fucking hate our Pipeline, all the tools behind it operate like shit. the only thing positive about it, is that I am able to deploy applications myself without having to call someone and wait a week. Because putting a file in a directory is hard ._.3 -
How would you name a scoped npm package?
I have a bootstrap theme and a package with angular components. The angular components package is the main feature of the library.
My proposals:
bootstrap-theme - @bla/theme
angular-components - @bla/bla | @bla/ngx | @bla/ngx-bla
or something else?
I need help.3 -
The training courses I am currently writing for work. I just love learning stuff, and sharing that knowledge. It's a lot of work though.
It's actually really strange. I am a real introvert, and hate every human, but I love to stand in front of a dozen people and train them...3 -
"Yeah, I'm going to make my account super save! Lets give it a new and cryptic password!"
*Forgets password*8 -
I cannot not like backend, I'm currently trying to build an Angular WebApp together with a Java Project through Maven. It's just too much fun to mess with stuff like this.1