Details
-
Abouthi i'm youness from morocco, still a beginner in the programing feild and i hope finding new people intersted in the same thing
-
Skillsjava basic, html css and java script, sql
-
Locationmorocco
Joined devRant on 6/3/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
-
Help. How good are O'Reilly and dummies books to learn some programming languages and other IT stuff?2
-
C#: the only language where you have 0 based arrays and 1 based collections, just to mess with you... Damn you M$!
(spent hours trying to understand why collection[0] was raising an out of range exception...)3 -
Not the most exciting bug i solved but i was very happy when i solved it!
we were working on a java game for a school project. Te game itself consists of a maze so we used a double array maze[][] to store all the Tiles of the maze. to move players around we used x and y coordinates. When we started playing we couldn't figure out why we could move through walls and go in weird directions. and finally it hit me,
java uses [y][x] , and mathematics uses (x,y)2 -
Scratching my head for an hour because a function wasn't being called. Checked my backend server and all the logs.
Then I realised I commented out the function call. 😠😭😭😞4 -
Does anyone can recommend some JavaScript book's,websites for advanced usages, something with design patterns in it4
-
Most interesting bug (recently at least)... In JavaScript, you can create a date with new Date(dateString).
...if it starts with the year or is ISO format, it will take the user's local timezone into account. if you did something like new Date('6-Jun-16') it doesn't care about time zones... so depending on how we passed a date via the api, we'd get a different actual date.4 -
Wich ones are the best programming apps that you can find in the Play Store for Android? Anything that relates to programming or development: tutorials, language cheat sheets, IDE's, learning resources...4
-
Well I just learned the value of reading comments on code
Been working on issue for 3-4 days 30 seconds after reading documentation and adjusting accordingly everything is working perfectly
I feel so stupid :(3 -
Our team was having a problem with very slow response times from a 3rd party web service they were contacting to get some device stats. No issues on the other end, but it had already been weeks. They ask me to take a look at it.
I take a few days, do a couple of benchmarks and tests and I isolate the section of code responsible. Turns out, the method they were calling would timeout if the device was offline. We ask the vendor, and they confirm this. They tell us to call methodX to check if it was up.
After having done that, lookup now only took seconds. They were annoyed that it wasn't documented but was just glad it was fixed.2 -
- The golden rule of CoffeeScript is: "It's just JavaScript".
- Nice!
- And provides a basic class structure that allows you to name your class, set the superclass, assign prototypal properties, and define the constructor, in a single assignable expression.
- No nO NO NO! -
Restarted a project for the 7th time in yet another different language. Hopefully I get somewhere with this one9
-
My Lenovo X1 Carbon 4th gen came with Windows pre-installed with a ton of bloatware. Reinstalled Windows just to clean all the crap off to learn that the SSD had an MBR partition table. Wiped the entire drive to change to GPT, then reinstalled Windows again and (of course) added linux. Gotta love how companies put random bloatware and crusty partition tables on brand new technology. It's ok, laptop. You're in good hands now.1
-
how many money do you earn in month as web developer? some times i ask myself is it worth to continue learning or not.undefined programming income laravel jquerry php web developer money css javascript web designer html4