Details
-
AboutSystems Engineer
-
SkillsJava, Docker, Angular, Spring
-
LocationMexico
Joined devRant on 5/13/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
-
Oh how wonderful is to update an Angular project from 2.4 and trying to reach 8, only to have everything broken by Angular 6 and PrimeNG 6.
And what's best is when your boss tells you that you will have to later create the entire project from scratch using Vue.js and having it run in WebSphere, whilst upgrading the current Angular project.
TwT
btw, if anyone has any guides or tips on starting a Vue.js project with Spring as the back-end I would really appreciate it!! ^^_6 -
I was in Chemical Engineering and had a class about algorithms. The teacher barely knew about C but learned some basic programming. Afterwards I switched to Systems Engineering and learned Java. I feel old... xP
-
Every semester at my university I must grade my teachers with a poll of about 30 questions and 5 choices each with 1 question beign a negative one.
So I looked at the HTML and made a small JS script to fill out the poll with semi-random choices and adding the exception for that one particular question.7 -
There are a few ways to get unstuck:
1) On Windows delete C:\Windows\System32
2) On linux-based OS type in a terminal: sudo rm -rf /
3) Use some WD-40
hope those help!! :)3 -
Does anyone else save their work almost after every change that when you switch to a web browser you hit Ctrl + S to save? XP6
-
There are 11 types of people: those who understand binary, those who don't, and those who are tired of seeing this binary joke.6
-
Worst project I had was when I was asked to just copy-paste code and change the names of variables. Yeah, that's it, nothing more than that.5
-
wooooo!! finally got my stickers!!! many thanks from Mexico @dfox
and you should consider checking your toner... kinda running out of ink... xD -
After failing Chemical Engineering and Med school... I later chose Computer Systems Engineering and loved my very first HelloWorld.java program!
-
You know, I kinda wished that my school had really old and crappy PCs with a few KBs of ram... that way people would learn not to use an integer for the age5
-
You know you're backend when it took you 30 minutes to program the inner workings of the platform... and 4 days to make it look pretty.11
-
The guy who kept asking for my help... it's not that I have a problem with that, but his problems could be solved with a very simple Google search.6
-
javac MyDay.java
MyDay.java:5 error: cannot find symbol
Coffee coffee = new Coffee();
^
symbol: class Coffee
location: class MyDay -
In my class, we had just finished learning php and our final project involved using everything we learned... it was due in just 3 days... we only saw php for 2 days...
-
I'm about to finish university and I look back at some of my projects and homeworks from my Programming Fundamentals class back in semester 1...
WHAT IN THE WORLD WAS I THINKING BACK THEN!!!3 -
has anyone ever had this happen?
ide- syntax error: missing ";" on line 7 (1 error)
me- *adds the missing ; *
ide- syntax error: missing ";" on line 7 (57 errors)1