Details
-
AboutA designer by heart, I sometimes can't see the UX for the UI...
-
SkillsPhotoshop, CSS, HTML, PHP
-
LocationAustin, TX
-
Website
-
Github
Joined devRant on 11/26/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
-
Worst meeting ever? The one I am in right now. I am trying to post this rant but a guy keeps asking me questions ...2
-
Now there was this meeting where our boss called our team to reach at exactly 8:00 . One minute more and you will be fired.
Turns out he himself reached at 8:15 for the meet. And we were just staring him, wanting to say, "Hey boss, you don't need to come anymore. YOU ARE FIRED."9 -
Our dear freelance web dev, you absolutely need to come to our office on the other side of the city during working hours when it's impossible to find parking space for an urgent meeting to discuss you copy/pasting to a web page a simple block of text we'll send you via email
-
I have a confession to make.
I do most of my java coding in comic sans ;-;
IT MAKES ME HAPPY FOR SOME REASON26 -
I have a screenshot(!) of data I am supposed to import into a database... Visible in the screenshot is also A FUCKING BUTTON THAT SAYS "EXPORT TO EXCEL" !!! 👿8
-
Who knew, Usb and rj45 are the same width? Not me after spending 10 mins trying to work out why mouse not working.19
-
Hey there
I joined DevRant today and found out you have to get 10++ so you can make an avatar. Anybody halp?2 -
I just spent 5 minutes trying to fix an error saying that I am missing a ";".
I saw a ; at the end of statement but I kept on getting the error.
After cleaning the monitor the ; disappeared and I was able to see the problem.
Clean your monitor once in a while.11 -
I just spent 20m debugging.
Basically bootstrap nav wasn't working. Couldn't understand why not.
Figured out its a an issue with the JS interfering so I remove the script reference from my HTML. Problem solved.
Okay,cool. Now let's add that file back in and figure out what caused the issue.
Hm. This line looks like it might be it *comments it out*...odd. Problem still happens.
*proceed to comment out and test every function to see what could be causing this issue*. Still happens. Fuck it. *comments the entire file out*
what the fucking fuck. I remove the script reference the problem is gone. I remove all code from the script - problem persists.
...wait...are you fucking kidding me. I OPENED THE WRONG JS FILE WITH THE SAME NAME BUT IN A DIFFERNT DIRECTORY.6 -
I like how nano not only shows you unnecessary whitespaces, it throws them in your face and and screams "YOU SEE THAT? WHAT IS THIS SHIT? DELETE THIS DISGRACE TO CLEAN INDENTED CODE!"14
-
A Dell laptop was described on its own website as 'this one is worth having' . I am glad they agree for the rest of them!8
-
Youtube, codecademy, w3schools, stackoverflow, etc.
Started with HTML, CSS, and JavaScript until WordPress introduced me to PHP. It was hate at first sight.5 -
I learnt programming by making cheats for games and reverse engineering them. It was a fun experience as it wasn't always easy to start with C++ and assembly but it was definitely worth it. Though when you come from a low level language such as C++, looking at highly abstract languages such as Javascript makes everything feel wrong in Javascript, especially when it comes to types and how you can just switch types in the middle of the code :D. But it also gives you an understanding of how Javascript could be implemented, what the engine is doing in the background when you create an object etc..
-
I started programming 7 years ago, but I downloaded my first tutorials on programming in C++ already back in 2000. I had read maybe 4 pieces of literature, didn't understand anything, because it taught things in this order 1, "So, say you want to create a cat?", no I don't. I want to make a useful program.
2, "then you have make a constructor and a destructor", makes sense since that perfectly replicates nature, not,
3, "then you can define a method in the class that enables your cat to meow", eeeh no it doesn't make a sound, what it does however is print a series of characters even less useful than "Hello World" to stdout.
Then I found assembler and it all made sense! 😀 -
So im colorblind and i just recently found out that most IDEs use color syntax and it sounds like such a good idea.16