Details
-
SkillsJava
Joined devRant on 2/4/2017
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
-
I am back after 5 years
It's been a long time
After working for a shitty company, I ended up working for a startup for an interesting big project as a software architect
It was a good experience just for some stuff, but I hated every moment we needed to build some demo or prototype for potential customers or allies
I was tired... 2 years of demoing is too much. And finally I got a Senior Devops in this company working in Kubernetes
I finally discovered my role and my position, I want to solve problems for other devs and myself. I help anyway in the final product, because fast and reliable build and release cycle need to be a must
I wish everybody could find their main role. I took 12 years to find mine lol -
My first complete pipeline with Jenkins:
- push on gitlab
- build with maven
- test with junit
- deploy with Ansible
- integration test with Selenium
I love devops!6 -
!rant
I found this very interesting youtube channel.
https://youtube.com/channel/...
He's developer that shares tips and experiences about software development and team working. -
Update for https://devrant.com/rants/1224004/...
and... it doesn't work!
THEY CAN'T READ THE VERY FIRST LINE OF MY LINKEDIN CV! IT SAYS:
"I am not interested in new job opportunities. Don't insist!"
WHICH WORD OF THIS FUCKING SIMPLE SENTENCE DON'T YOU UNDERSTAND?!?!??!2 -
Bug on trouble ticket system:
"I get a Nullpointer when i call this REST API *stacktrace*"
- It's not a Nullpointer
- It's a problem on your client http
- *Copy message exception, paste on google, first result is the solution"
And he's a DEV!!!!! -
My problem now is:
- I want my linkedin profile to be public
- I don't want to be bored every day by spam from recruiters that claim to offer me "A NEW JOB OPPORTUNITY!!!" but don't put any other details about.
I am 100% sure that most of them are searching monkeys for stupid jobs in body rental companies.
At the moment i put a warning on my profile for recruiters to not contact me. I hope this will work.1 -
Cloudflare cached a dynamic page, only because the url ends with a get parameter "&doc=file.docx".1
-
How can you explain to a senior dev, with more than 15 years of experience, that for money calculation (like VAT) you can't use the fucking floating types?!?!?!?!?9
-
So... you are the architect, a senior developer, with no experience in maven.
I am a middle developer with a long experience in maven.
WHY THE HELL YOU DON'T LISTEN TO ME!!!
I am open to confrontation but dude... your thoughts and opinions are not automatically orders for me!!! -
I discovered in a project that Maven artifacts have a new type:
<dependency>
<groupId>com.idontexist</groupId>
<artifactId>idontexist</artifactId>
<version>2.5.1</version>
<type>pom.lastUpdated</pom>
</dependency>
It's amazing, because with this special type you can set a dependency that doesn't exist in any repository AND THE COMPILATION WORKS ANYWAY!!! It's very useful!!!!1 -
Do you know what i hate most?
... commented old code!
What is the fucking purpose to comment old code IF YOU ARE USING A VERSION CONTROL SYSTEM?????
Commented old code is shit, because it fucks the readibility! I saw entire class full of this shit!
DELETE IT, YOU DON'T LOSE IT YOU MORON!!!!5 -
Let's do a REST API interface for our webapplication that is incomplete at funcional level!!!
Let's assist people and companies that can't understand what arguments must be passed, even if we don't know too!!!
This is AGILE!!!!1 -
A year of analysis and """agile""" development.
And now they changed the name of the main domain entity.
It's like to pass from a software for banana management to apple management.
THE ENTIRE CODE IS FULL OF THE "BANANA" KEYWORD, YOU FUCKING ASSHOLE!!!!2 -
I'm very sad.
I don't pretend to work on the next Facebook, Google search engine or something else.
I would to be part of something useful.
But i work in a shitty company where quality, architecture planning and TDD are underrated.
Only to build very simple webapplications, where things you take for granted like server side input or a simple error page without java stacktrace are missing or not planned properly.
We have functional analysts, but worst specs ever.
I hate all of this... -
I deleted an horrible PORKaround, after I checked that it's useless now.
Sometimes I feel like a janitor cleaner.