Details
-
Skillsjs, node.js, php
Joined devRant on 10/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
-
Got an offer from another company for a 45% increase after tax, talked with my company and they matched the offer. I shook hands and thought thats that. Talked with the original company and they came back with a 65% increase after tax.. not sure on what to do. Don’t want to seem like an asshole and burn bridges with my current company by leaving, and I’m afraid of the new company and the possible learning curve and inadequacy. Help :(13
-
So this is my first experience of shitty code written by colleague
God, for REST API she used ?id=<int>
Not only that,
if the route was /cms
she used GET method for /cms/get/?id= to get single record and
/cms/getAll again in GET method to get all records
Damn15 -
What Google services are you still using? Earlier this year I made a conscious decision to avoid Google services if I can. I successfully got off gmail and gcal. Because I have yet to find viable alternatives, I am still using:
YouTube
Voice
Gboard
Android
Maps
Music
Home
Fonts (on occasion)27 -
One of the few good things dell ever made are it's monitors.
They must be good. People never fucking throw them away. Back when I did repairs I came across *so* many customers who just stocked monitors away like squirrels preparing for the god damn ice age. Three dell monitors here. Five there. Every where a monitor. Old McDonald had dell farm, E, I, E, I, O.6 -
How do you clean up branches while working with PR ?!
It’s a nightmare. For each “bug” or feture there is a pull request created. As far as I know you MUST create a branch.
It’s easy to clean up GitHub (I’m just deleting branch after accepting PR. Which actually doesn’t even delete it for X days or something).
But local branches. OMG. It takes me at least 10 min/week to clean up and some of our devs don’t bother. They literally have 50+ local branches.
How do you manage that ?
I’m just about to write a script which deletes every local branch except selected (Yep UI with list of branches). But seems like overkill.5 -
Do you ever look back at something you built a while ago and think "oh hey, that's cool.... how the hell did I do that"?!5
-
A senior engineer with about 8 experience in my team and company for almost a year now. Believe it or not, still hasn't setup local dev environment.
Every time we ask this person to set it up / refer to guide in Confluence / or just use the docker image the person says ok.
Starts sending code for pull request. The code would not even compile in most cases just from a quick scan. When questioned how was this tested, answer would be more or less 'oh my local setup not working, could you test it out for me.'
Doesn't know how to write tests. Fairly recently instead of storing string values in a list, (I swear am not kidding) decided to come up with 20 string variables.
8 years plus experience! I think this is retarded even for a fresh grad.9 -
Don't quite get this.
There's some bug where u run sudo -u#-1 cmd, it lets you run it as root.
But then it says only if you have permission to do so.
Does that just mean "run sudo" or something else?
I'm thinking sudo -u#-1 /bin/bash would basically give anyone root?
https://bleepingcomputer.com/news/...7 -
🤔 If developers were linguists...
Person 1: How do you say "????" in Italian?
Person 2: Why don't you use Japanese? It's a much better language.6 -
People that use their phone on speaker (and have it set loudly) in public are a special breed of jackass6
-
In my previous position I did mostly networking and helped out where I could setting up servers and workspaces. About a month ago our systems admin left the company so I got to spend all day troubleshooting network issues and configuring the proper NAT statements to connect a new hire to our customers networks. I was supposed to be working on migrating our api from the Splunk search head to the indexer to keep it from absolutely tanking the performance of our database.
-
Modern web development is fucked. Just absolutely, totally screwed up.
I want to create a simple to do list web app. Look for a tutorial: "OK guys, this is really easy, it just takes five minutes."
First step, install these:
- Git
- NPM
- NodeJS
- Express
- MongoDB
- Docker
- React
Second step, npm install about one million modules. Don't question what they do or why they're there.
Before you know it, six hours have passed and you've got a code base of 3GB and you haven't even _started_ on your app.
FUCK that shit! I can create this web app with Internet Explorer and Notepad.49 -
How do people make money off reddit? I know this might sound stupid, but is there a way to monetise your karma or whatever medals we get?2
-
In networking class today:
Student - "But this is just in theory, how does it work in practice?"
Lecturer - "In theory, theory and practice are the same thing."15 -
You can't break into what isn't turned on. We can now scale the admin interface down to zero nodes and spin it up on demand.2
-
Need music for... actually, whatever you want? https://youtube.com/playlist/...
Coding, disc ripping, compiling, gaming, driving... Fits most everything. -
Dear Marketing Guy,
You had no right to manipulate the perfectly working "WordPress" site, but since you have done it by injecting a script you found on the internet in functions.php, It is now my unpaid job to fix this mess.
Yours truly,
Underpaid Developer
P.S. Fuck you7 -
Taking advice from devRant and just working on some documentation for hacktoberfest. Well until I can find a project that I want to add code to1
-
me: I don't have access to X project
PM: you don't have access to X project?
me: no, I don't have access to X project
PM: don't worry I'll take care of that
2 min. later
PM: so, you were saying ... ?
me: that I don't have access to X project
1 month later
me: I don't have access to X project
PM: you don't have access to X project?10