Details
-
AboutSoftware programmer
-
SkillsC#, js, asp.net,. Net,
-
Locationindia
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 wish i could half-ass work, but instead I'm a huge nerd who does a good job and people are giving me more shit to do now4
-
After 4 months of remote working I can honestly say the biggest downside is that weed is really really expensive, even if you grow it.13
-
I do not usually shit on operating systems or participate on hate discussions about tech and what not.
But boy, Windows 11 does fucking suck and it is giving me Vista vibes regarding how much I fucking hate it. And no, unfortunately I cannot change this PC to Linux (as I have before with other work computers) since I need Windows for it.22 -
"The free plan allows 200 API calls per month, while the paid plan offers unlimited API calls."
wtf is this, 1990 and you're running a raspberry pi as your server? give me a fuckin break15 -
Just because Elon Musk is acting like a horse let loose in a hospital over at Twitter does not suddenly give all employers the right to treat us like animals. I will not give you double the work performance for the same amount you agreed to pay me. I will give you the bare minimum and until you pay me more, you will not get more, and even then, what makes you think I will give you more? I rather work less hours a week rather than continue contributing to keeping the corporate machine running just so that you can stuff you and your shareholder's pockets rather than helping your employees, who by the way are your customers too! Why be loyal to you when corporations are not loyal in return?!
#CorporateCringe -
Appretnly for 5 devs + 1QA we need now :
A project manager
A scrum master
A VP of engeneering
Another person I don't remember title.
yep 2023 will be "productive"9 -
!rant
boombodies here. Just wanted to thank this community for being there over the last year. This place has been an absolute haven that has welcomed my frustrations with open arms. As much as I love to bitch, it has been an absolute privilege working in this profession. After spending my 20s in a completely different field host to a vastly different set of values, learning to dev and continuing to hone my skills finally feels like home. And by home, I mean like hearth-coaxed sweat dripping from the balls of a blacksmith and the cocoa at the cottage in the middle of nowhere patiently waiting for his return. I wish each and everyone of you a treacherous and catastrophically dreadful 2023…A burden in which you all bear successfully, and emerge greater and grander than ever.
Actually can you action that by EOD instead? I already promised it to the client.7 -
Project day 1. CTO: everything should be covered by automatic tests.
Project day 30. CTO: listen, we have lot of work in the pipeline now and we need to prioritize. Please don't spend that much time on tests.
Project day 100. CTO: why isn't everything covered by automatic tests?7 -
My company deals in finances.
Part of our interview process is a coding challenge.
It is absolutely fascinating to me how few candidates point out that 'float' is an inappropriate data-type for currency. SMH.26 -
So a consulting company was hired to write stored procedures for us. I don't know where they found these guys, but the code was horrible and took ages to run.
We other devs weren't happy at all, but management forbade us to rewrite the code, cause the consultants would've gotten money for nothing then. As a "fix", these guys just reduced batch sizes to a very low amount of rows and management was happy that the procedures were so much faster now and gave their ok.
Fast forward a few weeks (to now). Obviously a reduced batch size means the procedures will run faster, but more often and it will take weeks to load all the data we need.
Result: Management ordered us to rewrite the SPs and we're all torn between laughing and crying.4 -
My most f*cked up client process I ever had to deal with:
Digitalizing E-Mails.
I seriously asked if they were joking on me… Wasn't the case.
The process was: Get E-Mail, print out, scan, archive (digitally).
Nobody could explain to me the necessity for this bullsh*t.
"Hmm... Kinda always worked this way, I guess"
The client was a big company. My coworker aged 5x faster during that project. I swear to god, I'm not joking.14 -
I really like the new Microsoft's WinUI website.
You have an instant insight of the quality of their UI.7 -
YouTube recently introduced a two-column view on their mobile website that is so narrow that only the first three words of video titles are readable.
Epic design fail.
https://imgur.com/a/PbyoMOX5 -
So the team I joined has been producing garbage software in C# for 10+ years. The solution proposed by the tech lead - start using Java because it’s better than C#, that’s why we have problems. This actually gets signed off by management. Why did I choose this career?19
-
Interviewer: So are you familiar with our company and what we do?
Dev: I looked at your website, looks like you build tools for managing restaurants.
Interviewer: No. That’s not even close.
Dev: ?
Interviewer: What we do is create an ecosystem of integrated data centres all orchestrated for immediate stakeholder utilization.
Dev: But the product itself…. it’s a user interface for tracking inventory. Of like…. burgers…. and bottles of wine.
Interviewer: It’s not a product! It’s a data……habitat!!
Dev: …
Dev: So does that make your users animals?
Interviewer: 😡. Unfortunately it looks like you do not see our vision and would not be a good fit for this role.
Dev: Agreed.27 -
I really recommend to follow the online course of Jonas Schmedtmann on Udemy talking about JS from 0 to expert.
Have you ever heard about it?
I just starting the course some week ago, but i fell very involved by him, i think one of the best teacher on the platform,
Anyway I'm really proposed to hear some feedback or another different personal experience3 -
Ah very good, it seems Windows has taken the liberty of putting a link to Edge on my desktop again. Just in case I had accidentally removed it or something.10
-
Like 4 years ago I worked in a company as IT that used a windows desktop app with SQL Server 2008 (yep that old) to manage their sales, this app was written in WPF, the app was good because it was customizable with reports
One day the boss wanted to keep extra some data in the customer invoice, so they contacted the app developers to add this data to the invoice, so they they did it, but it in their own way, because the didn't modify the app itself(even if it was an useful idea for the app and companies that use it) they just used other unused fields in the invoice to keep this data and one of the field that the boss was interested was currency rate, later I verified in the DB this rate was saved as string in the database
The boss was not interested in reports because he just wanted to test it first and let time to know what the boss will need in the reports, so at the of the year they will contact again the devs to talk about the reports
So is the end of that year and the boss contacted the devs to talk about the reports of the invoices using the currency rate, this rate was just printed in the invoice nothing more, that's what the boss wanted that's what's the devs did, but when asked to do the reports they said they could'nt because the data was saved as string in the DB o_O
Well, that was one the most stupid excuses I ever heard...
So I started to digging on it and I found why... and the reason is that they were just lazy, at the end I did it but it took some work and the main the problem was that the rate was saved like this 1,01 here we use comma for decimal separator but in SQL you must use the dot (.) as decimal separator like this 1.01, also there was a problem with exact numbers, for example if the rate was exactly 1, that data must be saved just 1 in the field, but it was saved as 1,00 so not just replace all the commas with dots, it's also delete all ,00 and with all that I did the reports for my boss and everyone was happy
Some programmers just want to do easy things... -
They finally got him. Couldn't get him on drug charges, couldn't get him on murder, so they fall back on old faithful: tax evasion
https://theverge.com/2020/10/...
Side note: It's hard to find a picture of johnny boy without guns or nsfw material.24 -
When you stop freelancing because clients don’t spend enough to keep you making enough money to continue freelancing for a living. But then they come back begging you to keep working on their stuff because suddenly they have enough money and a need and because they can’t seem to find anyone who can do it as good as you did. But even with them handing you new cash money all you want to do is not do that stuff anymore. But money.3
-
Some of my colleagues realised that I have a devRant account. Of course they peeped into my smartphone screen when I was reading some weird stuff on devRant. They went on to install devRant and uninstall it the next day after realising that it is not 'Tinder of Developers' :D
if(devRant != Tinder.developers()) uninstall;
Haha5