Details
-
AboutUI Developer
-
SkillsJavaScript, UX, HTML,SASS,Angular
-
LocationNashville
-
Website
Joined devRant on 2/12/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
-
The project I'm on has a hard deadline and we were told that we may need to start putting in extra hours. We already are, BTW. I've been working 12-14 hour days.
I was just "invited" to a mandatory meeting where management is going to improve our morale for an hour by cooking for us. Awesome.1 -
Front-end developer's to-do list :
☑ Climb Everest
☑ Learn how to speak mandarin
☑ Become god
◻ Vertically center something in CSS20 -
I just had the most intense nerdgasm of my life.
So I'm learning NodeJS (11/10, super fun, totally recommend) and I already had a chat script written up but it was only available to my LAN. Im hosting it using my Raspberry Pi Zero, which is surprisingly fast, and obviously sips power. Anyways, I FINALLY figure out port forwarding (Comcast made things harder, as per usual) and for the first time in my young life, I chatted with someone half way across the country... Using the hardware I set up, running the script I wote, on the network I configured.
I could have sworn I was drooling.
Today was a good fuckin day.19 -
Welcome to JavaScript where
Number.isInteger(0.9999999999999999) is false and
Number.isInteger(0.99999999999999999) is true11