Details
-
AboutFull Stack JavaScript Developer
-
Skillsnode.js, React,
-
Locationlos Angeles
Joined devRant on 11/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
-
Trend of the day:
1. Facebook is really compromising user privacy, will delete my account!
2. Post about deleting Fb account to twitter, instagram, etc
3. "Ok google, what is privacy?"
4. Find a random app in play store and allow access regardless20 -
Any former freelancers who decided to move to traditional employment?
I have been doing freelance since I finished University. 8 years now. I really liked the flexibility and opportunity to work on different projects and people, but my enthusiasm is wearing thin. I'm currently updating my cv and setting up my LinkedIn profile, but it's hard to "prove" my experience, and many projects I worked on are private.
I am not sure if I can mention the companies I worked for, or how do to it... Feeling lost and doomed to keep freelancing.
Anyone made this transition before? How did you do it?5 -
Me: here's the code.
Sr: allright, looks fairly ok. Just change all *FIELD* modifiers to protected rather than private.
Me: what? Why???
Sr: bcz that's the code style we've adopted.
Me: srsly? If so.. Where do you use private fields then?
Sr: nowhere. We use either protected or public so we could extend any class we want9 -
You can't keep wasting your time on people who do not know what the fuck they want. You could be way more time efficient with serious clients.
*After I have finally deployed the requested features*
Client: Why did it take you two weeks in the end? You said it would take you a couple days.
Me: Because you told me to use my imagination on half of the tasks and you kept wanting me to change what I had created, thus unnecessarily doubling the time it should have taken. Besides that probably the unclear communication and the fact that you rarely called me back after you told me to call you.
Client: So if I tell you, exactly, how I want it next time you'll be able to do it in a couple days?
Me: I'm not sure, that depends on what you want. Tell me, exactly, what you want.
Client: Oh it's not much, I'll let you do your thing for the most.
Me: I can't handle another request, sorry. *Ends call*4 -
I've tried so many laptops as dev workhorses. Dell, hp, a few apples, and now after 20 years, a ThinkPad.
Never. Going. Back.9 -
Ok so this is not a rant and just want to let this out. I will say something positive. FUCK TAXES!!! 😡3
-
I did a job interview recently for a company and the test was something like this.
In ruby, write a web server that will serve a specific line number from a text file.
I thought up a simple solution and a more advanced solution, but I opted to go with the simple solution and submit my work quickly. I made a nice web server with tests and everything and it used the sed command to get the line number from the file.
Now, they had various instructions, like it had to perform. They asked how it'd perform with 10G, 100G files. I thought "Eh... it'll be alright."
The solution they were looking for was the "advanced" solution that I thought up, which involved storing a binary file of 32/64 bit integers that reference the byte-offset of the line they're looking for. Basically a binary index file.
This violates all of my sensibilities, because I would never build a database indexer like this using ruby, of all things.
I thought it was a stupid test, and how do these companies honestly expect me to spend hours coding and then tell me I didn't go far enough? It's unethical.
I actually followed-up with the "advanced" solution a couple hours after hearing I was out, just to show them that their process is flawed.2 -
Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime.
-
I hate applying for jobs. It makes me so depressed. Most of the postings online are just 1000s of recruiters. Most of the jobs im not qualified for. It just stresses me out. I don't want to work for a bad company again. I really want this next one to be the one :(6
-
It wasn't enough that the iPhone X's notch was making developers' lives hell; now each Android phone is trying to have its own style of notch. Eat a dick device makers.11
-
So he is in the “elite” team as a “Sr” dev and i’m in the normal team as a ssr dev.
He: Hey look, the ‘F’ case is empty and doesn’t return anything, can you help me? This is some old code and we have to add some features.
Code:
Switch(string) {
case “J”:
case “F”:
cade “D”:
// some code
break;
// more code
}
I’m crying9 -
!rant.
The 'Essence of Essential Algebra' is an amazing YouTube playlist by 3Blue1Brown to watch if you want to start understanding the algebraic concepts underlying Machine Learning!3 -
Can't decide if I should buy a Macbook Pro or a fucking car. Both would improve my productivity in different ways. What do you suggest?26
-
Any affordable mini pc option for Linux? Need to run 24/7 as a local git server, n raspberry pi is too slow34