Details
-
AboutI'm a software engineering student in Seville, as well as an entrepreneur. I'm currently learning about the Dart ecosystem and how to develop apps using Flutter.
-
SkillsJava, Android, Dart, AngularDart, Flutter, Python, Django, SQL and Firebase.
-
LocationSpain
-
Website
-
Github
Joined devRant on 11/14/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
-
What do you guys think of Flutter and AngularDart, for developing for Android/IOS and web, sharing a common code base?5
-
Guess I started with WordPress, copying small snippets of code I never really understood and pasting them wherever, in order to try and solve the many issues I faced while working on my first ever website.
I later tried to learn bootstrap and js for more control over the look of my page, failed miserably.
About three years ago I started learning Java and now I'm an android developer, who btw can also fucking finally create a working, maintainable website from scratch. -
Starting to do some work in the front end. I find it incredibly stupid that something like centering in CSS is so darn complicated that someone had to make an online tool for it. It's pretty awesome btw: http://howtocenterincss.com4
-
Three years ago, tried to learn some JavaScript, failed miserably. Two years ago, managed to learn some Java through Udacity courses. Last year I started learning native Android development and got my first coding summer job. Now I'm back to learning JavaScript through Freecodecamp and that bitch ain't got shit on me no more!3
-
What bothers me the most of writing something by hand is that I HAVE to look at what I'm writing. By the time I realise I'm not doing so in a straight line it's already way too late.
-
Me helping out a fellow Software engineering student:
Me: OK, now open program X.
He: * Opens the compressed file and runs it from there *
It takes a good two minutes for all of the resources to be extracted.
Me: * Gives more instructions *
Me: We are going to have to restart program X.
He: * Closes X and runs again from inside de .rar file *
Another two minutes.
Me: * stares *3 -
Don't spend your time trying to learn everything you need to know by reading books or watching videos. Anything you don't use immediately you'll forget and it'll go to waste. Instead, learn the bare minimum required for getting started and make stuff! After writing some buggy spaghetti code that somehow works, you're ready to read/watch some more. Then rinse and repeat.
-
Not a rant, but a question: I'm currently learning to develop for the web through freecodecamp. They decided some time ago to change their curriculum from Angular to React, kinda moving away from the MEAN set of technologies. Now that Angular 2 is out and looking good, I'm not sure if I should stick to their curriculum or learn it in place of React. What do you guys think?5
-
It's not always your fault, sometimes your code will be perfectly fine and shit still won't work because someone else fucked up. Be careful which libraries you choose to work with.