Details
-
AboutSoftware Engineering student. I like making things automatic and smart
-
Skillsjava, angular, JavaScript, c++, c, html 5, css, Python
-
LocationPuerto Rico
-
Website
-
Github
Joined devRant on 2/9/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
-
Don't you just love it when you're pitching new project ideas and there's always that one negative person that has to find something to complain about?
They literally said to me "But what if the user runs out of battery? that will make the application useless for them"
At this point it just feels like this person is turning down every idea for the sake of turning them down.9 -
I like to simrace. Its pretty relaxing to take my eyes of the code and to go for a drive, without wrecking my car 😂
-
My dudes, I am proud to say I finally got a summer internship as a web developer!!!! After many rejection emails I finally did it!4
-
Once mentored a high school student for a science fair relating to robotics. It was definetely interesting having to relearn many things so I could teach them well but it was definetely worthwhile! I couldn't be prouder of the work my student (mentee, pupil, ??? Idk how else to say it lmao) achieved. He won several awards for the project, even some scholarships!!1
-
I had a group project due for a object oriented programming class. I noticed my partner hadn't made any commits to our git so I asked if he had anything made. Turns out he was partying all weekend and didnt commit anything until the last day. We failed that project... At least I passed the class and he didn't. Moral of the story is, don't choose a partner at random
-
How to guarantee most students fail a CS course? Give them a written test, a very long written test4
-
The pomodoro technique and some nice music usually helps me get through dev days. Since I'm pacing myself working on small tasks at a time it doesn't feel like I've spent the entire day coding
-
When I first discovered that frameworks for web apps existed. No longer will writing websites in raw html, css, js, be an eternal labor4
-
So I was in an interview for a web developer position in a startup and the interviewer said to me "Do you think you'll be able to help the guys with CAD design?" I have no idea what to say. Does this guy even know what a developer is??!?!? I mean not that I dont know how to use CAD, but I'm applying as a DEVELOPER, not a product designer8
-
I dont see why recruiters find it relevant to ask how many lines of code a piece of software has. Like seriously why!?!?!?!
It by no means measures the quality of the code or the usability or complexity of the software.6 -
Something I would change from one of the classes I took: Don't teach using a Scratch and then jump straight into python. It would have been a lot easier to just start at python. The only reason I would teach scratch is for a kid who knows absolutely nothing about how a computer works1
-
I think professors should relate computational processes to mathematical ones more often. This helped me out at the beginning a lot when learning CS through the internet during high school.
I remember that a lot of the computational logic made sense to me because of math.
e.g. functions, comparators, variables, for, and, xor, sets, trees, sorting, searching etc.
A lot of these topics are hard to teach for beginning computer scientists. But I think if professors made the relationship with math from the beginning it would be easier for the students
I dont know if teachers already do this but the first time I had a professor relate math to code was while taking data structures in my second year of college1 -
They gave me a file, .php, that was the entire webapp. THE ENTIRE THING IN A SINGLE FILE. It's frustrating that I have to organize this before I even start working on my tasks.
I guess its not super horrible since it's a rookie project but it's still horribly and unnecessarily time consuming.5 -
People sometimes say "you work too much" but the truth is most of the time I'm just coding for fun. It's rare to say, but at least to me, and surely many of you guys my work is one of my hobbies. It sucks that many can't understand that.1
-
So far I've struggled with applying for software internships. Have been trying since last semester but most of them have either rejected me or ignored my application.
Oh well better to keep working on my own projects until I land something I guess! The most important part about being rejected is that you know you can get better!3 -
I wrote some code using microcontrollers to control peripherals and robotic extremities using an armband called the MYO. It was a fun project I did 2 years ago in high school, I even won a couple of international awards for it!2
-
I currently use atom, but what major differences does it have to other text editors like vs code etc. that would make you prefer said editors?3
-
The one thing I really don't like is when they give me buggy code to work on. I spend more time debugging than actually writing new stuff. Sometimes the bugs are hard to find to like someone writing a 500 line function that could have been separated into other tasks. This is what sucks about being a student, other students are simply unaware of their horrible code and yet they ask "Why'd I get a C in the final?"
The worst part is being assigned a random partner for a project and the person is absolutely clueless about the class.
Just things I've had to deal with and I'm sure most of us have as well1