Details
-
AboutElectronics engineer who lost his ways in application development.
-
SkillsAndroid, electronics
-
Location🐔
Joined devRant on 8/22/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
-
How to impress PM:
1. Prepare a critical bug, that makes the frontend crash
2. Prepare a hotfix, that fixes the bug
3. Deploy bug on Friday afternoon
4. Wait until PM starts panicking
5. Deploy hotfix after 5 min
6. Get praise from PM5 -
Imagine developing a frontend for 2 months.
And then one day, PM says, that we have a critical library that we need to integrate with. There is no other alternative (apparently).
And then you check the library, and see, that it's written in a completely different language, that we can't really integrate with.
Project restarts and you get blamed, for not mentioning this earlier.
Yay!7 -
I recommended, that you have at least 1 wall between designer and developer, otherwise someone can get hurt.3
-
A wild merge request appears. These are your options:
A. Spend 3 days of back and forth
B. Accept MR and fix it yourself later8 -
This, fucking, designer. He has no fucking clue what he's doing. Every minor fucking thing has to be a new fucking screen.
Toast notification? Snackbar? At least dialog? NOPE, WE NEED A NEW SCREEN.
Lead fucking designer my ass. Wasting everyone's time flapping your dick around.2 -
Working for blockchain companies is kind of funny. They get endless money from investors, while shoveling manure.
Like developing random useless prototype applications. Registering patents left and right. Spending money on pentesting demo apps. Organising random obligatory company wide lectures, for multiple days.2 -
If user was on the right screen, and if random error dialog happened to show, it would delete his account.
For example, if user got "Server error, please try again later", it would delete his account, after dismissing dialog.
Luckily it didn't make it to production.7 -
Apple is really a rotten company.
They have a deal with Chinese government, so they are basically helping abuse human rights.
Recently they disabled AirDrop in China, to further prevent freedom of speech during protests. And they are threatening to remove Twitter from app store, since it Musk is ramping up free speech.14 -
We had all hands on developer meeting. There were 2 interesting bullet points:
- deliver fast
- make quality applications
I mean, these two points are not correlated 🙈10 -
My company outsourced project to another developer. First MR he made was 3500 lines. Looking forward to it.5
-
"Good job coworker X for making a hotfix, that fixed crashes".
I don't get it. Poor code, no tests, bad QA and at the end of the day people get praised for fixing the crash. Cool, I guess I know how you get promoted.6 -
Phone rings.
"Hello, not sure if you remember, but you've been at our job interview 3 years ago. We're just wondering, if you're currently open for work."
In my mind: "yeah, fuck no"... and decline the offer.2 -
Ever got confused where to find settings for desktop app?
File -> Settings
Edit -> Preferences
Tools -> Options8 -
client: "I cannot access the app"
me: "How? Can't install app? Can't login? Any error messages?"
client: Sends picture, one of the screens shows error
I really don't understand some users. How does one connect the dots between "cannot access" and "screen error". -
Android users, I have a question.
How many of you do actually use Apple signup on your Android device?
http://www.strawpoll.me/4606572915 -
How is eclipse doing these days? I got frustrated with it 5 years ago and started using IntelliJ. Is it worth giving it one more try?4
-
Why why do people bother making so many lazy Stackoverflow spinoffs? Who would ever want to read that garbage low effort websites?6
-
I just don't get my coworkers. They tweak designs, they tweak functionality, but no task is made.
They just simply update designs in Figma, without notifying anyone or just msg me on Slack what to change...
How the fuck do you guarantee that all those tweaks will get reflected to the app? How do you guarantee I won't forget? How do you guarantee QA will test your stupid tweaks?2 -
By trying to do my best. Doing a good job makes me feel good and gives me even more motivation.
Also by trying something new every time. Either by using new library, new approach do to things or whatever. Just to keep stuff exciting. -
My 5 cents about refactoring.
People often postpone it, making it harder down the line.
From my experience, it's better to just do it as you go. 5 min can otherwise become 30 min thing after a while, and combined with some other 5 min thing, this can become 2 hour thing after some time, for example.
Also good luck convincing management (especially bad one), that you need 2 weeks of refactoring. Doing tiny 5 min refactoring, no one will notice.7