Details
-
AboutSoftware developer studying to get a chance on a challenging market.
-
SkillsJava, Android, SQL, PHP, HTML5, CSS, JS, Python, Bootstrap
-
LocationSpain
-
Github
Joined devRant on 2/20/2018
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
-
I spent half an hour writting all my studies down in a job looking site in order to apply for a job (apparently, a CV isn't enough), and when finally everything is done, apparently you need to PAY for premium in order to apply for certain jobs in that site? Are they actually serious?2
-
I'm starting my internship in a really company next monday. I'm pretty hyped as there's possibilities that I get recruited after my internship ends if the company likes how I work. Any tips?6
-
I'm currently doing a small personal project on JavaScript and HTML5. I ran into a problem and tried asking my teacher about it. It wasn't the JavaScript teacher but the HTML one. Anyway, his response is, "the department won't let me solve your doubts about JavaScript, only about JQuery". Because some of my classmates ranted to the department about a project that teacher told us to do in JavaScript (which is not strictly his subject) So here I am, my problem is still unsolved and I'm pissed off. I wonder if its ok to tell a teacher to NOT solve the students doubts.2
-
So past week our Web Design teacher proposed a little HTML5 project for the class to make. I have been since that day until today trying to implement an OBLIGATORY drag and drop functionality to reorder a list and back it up to localStorage, but for some reason it wont work as it should. But what a surprise, today I arrive at class and he has changed the specifications of the project, allowing us to not implement that, or implement it differently. That singlehandledly made my day.2
-
Well, I just finished resolving the problems with my Angular dependencies. It has been 3 days of trying to come up with the solution, and in the end, it was all a matter of version mismatch of three dependencies. Now I can (actually) get to work on my project.
-
Well, i solved a pretty hard problem I had today with Firebase and a pretty tricky data model, so I guess I am pretty excited to have solved that problem right now!
-
I spent three days looking for an error that caused my app to not displaying the layout (the app still was running but it was a black screen). On the third day, i discovered that when I register a SensorEventListener I have to cast the listener to SensorEventListener, otherwise it wont load, or even show errors on the logcat.