Details
-
About// TODO I switch stacks like i switch socks
-
SkillsCurrently working with C#, angular
Joined devRant on 8/8/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
-
If i ever see a list of tuples or "key value pair" as a substitute for dictionary or hash map or whatever im going to go crazy18
-
Windows updated and that ugly news and interests thing on the task bar got turned back on again. Its happening too often to be mad about it. Its just annoying to check which settings microsoft decided to change because fuck what you want. We have to build a user base weather you want it or not. I dread updating to windows 11..5
-
Design team loves to use any in their components. I just love having to dig through multiple nested components to find out what i should put as input or console loging to found out the outputs. Whats the point of using typescript at that point. It costs nothing to write a single interface..1
-
What the hell is the point of using typescript if you are going to put any everywhere? Fucking useless.3
-
Its most enjoyable when you are working on a codebase that was cleary planned and thought out beforehand. Bugs are easy to fix, features are easy to make because you already have a blueprint of how its supposed to look, modifying features is easy because you already know where to look to make the changes. You can work with plain jquery or fucking visual basic and youll still have a better time then with any modern framework if you have that.
-
Im kind of a generalist. So i applied for anything in the companies i was interested and picked the highest paying one that had no or few red flags. So now im a full stack developer mostly focused on backend.
-
Microsoft is slowly turning office 365 into employee spyware. Im not surprised just disappointed.14
-
Well i spent an hour debugging to find out i wrote throw instead of return somewhere. I have no idea how i even managed to do that.
-
As much as i love kotlin, i hate that you dont have static functions like in java. You have to put them in a companion object or write them in extension functions outside of the class.
Also when working with generics (lets say T) you cant call T::class.java unless you are in an inlined function and mark T as refeied. This is not the case in java i think. I havent checked.1 -
Who the fuck at google thought it was a good idea to not let you log out from a single account in gmail when multiple are logged in in the browser. You have to log out of all of them all or not at all. And it is a new change, i can remember being able to do that previously. Just why?2
-
In the same meeting
Well be moving on to open source technologies. You are devs and are expected to learn this on your own. Preferably on your own time
Minutes later.
Well be holding an agile workshop and also outside consultants to help the managers.
I left a few months later for multiple reasons.
I did stay for the first month and helped set up the angular project and structure. But i had to train a person who never worked with angular or anything frontend. It wasnt her fault. She was a developer and expected to learn on her own even tho she worked just backend before.1 -
In js
[ ] == true // false
But
[ ] ? console.log('a') : console.log('b');
Prints 'a'
Wtf, i lost so much time on this. And i thought i had a grip on js weirdness.8 -
In a bus, with my phone as a wifi hotspot. Lucky it wasnt crowded. I was working on that uni project up untill the last minute before i had to present it.
-
We had an argument about constructor overloading vs static functions that creates an instance with no args constructor and then sets the variables. It lasted too long so we decided agree to disagree.3
-
I can't believe this happened. I thought i would never witness this. A coworker dropped the entire production database. And no backups because its the first day, were way past beyond the deadline and no one thought we would need it this soon. Now we manually have to enter the entire backlog. He was supposed to delete just one tables rows. Im amazed by how dumb he is. How much trust we put in that we wouldnt fuck up the database this soon if at all in this way. Im beyond words. I am so glad im leaving this place at the end of the month. Hes so lucky i will never see him again after that.5
-
Started playing around with react this week. Seams nice and i really love the hooks. But next.js on the other hand seams a lot less developed compared to nuxt.js. For example you cant get just the path or just the query parameters from a url without parsing and splitting the url yourself. Is there any other ssr framework for react i could try (excluding gatsby)?2
-
Someone tell me why you cant put headers in server side event listeners. I had to use "polyfills" just to put authorization headers. I really dont get why they made such an oversight.3
-
Government applications meant to handle private data made in the laziest way using cordova. Hell yea. Bonus points for using the developers account with his first and last name as publishing company to put the app on playstore and not their own official one (not that they have one). Whats not to love. Cant wait to beautify that js to find out that the calls are http and not https.3
-
Why the hell is html/css in email so messed up. Html looks nice on itself. But different things brake when you try to send it through different clients. Even between different versions of the same one (looking at you Outlook)7
-
Design is done by the ios guy. Its really good, but its very ios specific. The biggest pain is to implement blur everywhere. Also he does it directly in in xcode, so when i finally get it hes already done and android is always lagging behind. Management is aware of this and is ok with android lagging behind, but its annoying.2
-
Just found out that UK is blocking porn. You have to get verified through somethig called AgeID before you can access anything. What are they even thinking?8