Details
-
SkillsJava, Javascript, CSS, HTML, jQuery, PHP, MySQL, Linux, Windows
-
LocationKävlinge, Sweden
-
Github
Joined devRant on 6/24/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
-
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-- Dennis Ritchie10 -
🎶 He's making a list
He's testing it twice
SELECT * FROM users WHERE behavior="nice"
SQL-clause is coming
To town. 🎶16 -
How many languages do you really know... I'd say 7 for myself
"Html" "CSS" JavaScript php "SQL" c# Julia c++ python
bit of c an java (count them as 0.5)
Get on my level 😉 seriously thou, what would you guys say you really know?33 -
LET'S LEARN ANGULAR2
* look for some good tutorial *
* download atom-typescript *
* type "ng new demo" in console"
1185 errors.
FINISHED LEARNING ANGULAR221 -
Can "being lost in Hot Network Questions column of StackOverflow" be a valid reason of late delivery of code?1
-
1. Code works
2. Add if statement
3. Code breaks
4. Comment out if statement
5. Code works
6. Uncomment if statement
7. Code works
8. Wtf??12 -
After 4 years of professional programming the most important thing that I learned is "user is stupid".
Once I modified old code that was summing salaries (I added extra column to the result), nothing else. My result was rejected because all salaries was empty. Period of data was from first day of the month from user selected date to user selected date. It turned out that user was selecting 27th day of the month (it was 27th then). I responded that salaries have full month period, and you'll have to choose end of the month... And then shitstorm began, that I messed up previous functionality. I tried to explain, but it wasn't working. It ends up with user selecting any date and I'm doing end-of-the-month in the background^^
It's my first rant, welcome to you all :)4 -
When you get a job in big company and all you have to do is to make code changes every fucking day in existing code and you want to quit...1
-
Every dev job I see:
You need a billion years of experience, and must be able to fistfight Sauron11 -
##Design to front-end conversion
Me - Send me the designs so i can start working it
Graphic Designer - Done ( Sends PSD files )
Me - Send me them separately, element by element, with transparency, color codes and flattened designs not PSD's
GD - Done
Me - Opens email to see elements that should be transparent saved as jpg's
Me - Opens PSD's, crop and save elements.
Meanwhile explains next time do this and that so it'll be easier.
Usually this happens few times a month6 -
a Senior co-worker start cron job using cpanel to fetch tweets every minute .
the problem he didn't use/know
'/dev/null'
which send email to the admin for every successful fetch
after a week we discovered this problem , admin inbox full of emails ,also our server get blacklisted (ie. cannot send emails)