Details
-
AboutFront-end developer pleb
-
SkillsJs, php, scss
Joined devRant on 6/9/2016
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
-
As a software engineer, I decided to participate in a hardware Hackathon. I went in not knowing much about the subject, but by the end of the weekend, we made a fully functioning (somewhat janky) jacket that could roll up or roll down its own sleeves depending on what your body temperature was (inspired by Back to the Future 2). We also created a remote, so you could control the length of the sleeves as well. It was the most off-the-wall, ballin project I've ever been a part of.10
-
On his first week at job, the junior says:
Hey guys! Check out this new website I found! You'll thank me later.27 -
I use yahoo email as my main email, because that's what my father used when I first created an account like 10 years ago... That was a big fucking mistake it seems...5
-
The moment I dared ask a colleague about unit testing, and instead of giving me a book or a look, he stashed his work, pulled over a second chair and we coded some, for an hour.3
-
Spaces Vs Tabs - A real world case.
So one of the menial tasks I was given here was to take a pretty mock and turn it into an HTML email template. Needless to say, I hate emails and HTML.
After many weeks of trial and error, rejection and tweaks, we're doing our final tests when someone noticed that Google's clients are chopping off the footer and saying "View Full Email".
A few searches yield that Google has a 102KB cut off for email size. We did some checks and found that we were at 104KB. I immediately thought it was my CSS inliner being a little too verbose, but as I went in to edit things, I noticed that the file was intended with spaces!
Now I'm a fan of Silicon Valley, and I recalled an episode from this past season where Richard mentioned something about saving file size by using tabs. I had never really considered that point.
So I went back into VSCode and told it to convert all of the individual templates that make up this giant email to indent with tabs...
The file size dropped from 104kb to 82kb.
I wasn't very polarized on the Tabs vs Spaces debate, but this here has given me a nice real world example as to why tabs rule.20 -
the best way to learn programming is not by just reading books and coding basic examples. it is to take up a project which seems impossible and start doing it piece by piece, with the help of Google and stack overflow14
-
Scrum Meeting
PM: What did you do yesterday?
Me: Tried to come up with a funny post on DevRant.
PM: Wait... So you didn't write any code?
Me: Oh yeah of course I did! I came up with algorithm that grabs the highest rated rants and compares them to determine the best time of day I should post said rant, to get the best possible amount of up votes.8 -
Today I learned that coding in front of a room full of developers while they watch me code, sends me into anxiety mode and I forget how to type properly. Now all my coworkers think i type at 2 works a minute. yay :/4
-
Deadline was 2 days ago.. Managment pissed off, bugging me every 2 minutes, until they get a call from the client asking to leave me alone to do my job. Awesome feeling..5
-
guys my mom is a PM help
shes been telling me what to do on my personal projects for the last to days like:
Mom: "Make it so when I click it, it becomes brighter and displays all the info"
Me: "I mean I could yeah"
Mom: "No you have to do it, I don't like it otherwise"
Me: "I understand, but this is kinda my thing-"
Mom: " k yeah and get it done in 2 days"
Me: "...yes, master"
(On a real note, she actually is a PM... what was I expecting...)12 -
A few years ago, a fellow programmer called me to teach him how to use git blame to find out who wrote that piece of code that broke the monetary ecosystem in this game. He was pretty upset about it because they blamed him about it. I gladly helped him just to see my own name there. Sad story.1
-
dev1: "I wish I could craft something physical, something I can hold."
dev2: "Just print off one of your websites."3 -
I've been locked in a room with another dev for 2 days working like insane to remake a outdated crm system. Had to inform the department lead that the deadline isn't possible and we need another week. Got questioned about what we had been doing the past days, redesigned the database, migrated data, frontend etc. Boss goes "that's all you manager in 2 days?" We went in with 2 slides and had to design and plan everything from scratch.
I lost count of how many rounds and added complexity happened in 2 days when Customer came by. Now there is going to be a board meeting with PM as he complains that the project is taking too many resources and should be killed. I invited myself to that meeting to defend the work done. Hold my laptop and watch this.7