Details
-
SkillsJs, Ruby, web development, SQL and a bit of other stuff
Joined devRant on 5/5/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
-
Guess you guys don't care about goals like "losing weight" and that stuff. So my code-related goal is MASTER VUE.JS ONCE AND FOR ALL. Seriously, I need to start using it in production or I will keep wasting my time.2
-
Any recomendations of CSS framework? I'm currently looking at Bulma (for some reason Vue tutorials are using it a lot), but lacks a little bit in documentation.
What I'm looking:
- Minimal size
- Responsive
- Flexbox based
- Not material (please)
- Without annoying dependencies (OPTIONAL)
- Good or some documentation7 -
Don't know what is worst: that they offer to teach Visual Basic on 2018, or that they "invented" Visual Java.
Seriously?16 -
Well... I don't have recess in my work, but one of my clients went to the beach with his family. So that's the perfect excuse to travel with my wife and disconnect of everything.
Got to love that feeling!1 -
This year I'm asked to teach Python with a GUI, but I've never used a graphic interface with Python. The chosen GUI must:
- Have an IDE, a sort of "drag and drop builder"
- Be capable of building software with forms, menus and multiple windows.
- Work with Windows 7 at least.
- Work with Python 3+
Any suggestions?
So far I tried:
- Tkinter: comes with the language (point in favor), but wasn't really able to make it work. Has no proper IDE, tried to use a builder called PAGE but doesn't seem to work.
- WxPython: didn't really play much with it. I've read some articles, but that's all.
- Qt: used several years ago with Ruby. Has an IDE (point in favor), but never tried with Python. This is my winner so far, the one big problem being the amount of stuff to install to properly work.15 -
Last week I forgot to add the break; clause to a bunch of case statements and literally spent a whole evening busting my head 'cause my code wasn't working.
So this week's answer: ME. I'M THE WORST.2 -
1) Apply Vue.js to a real life project
2) Make a CMS for a private school (unluckily, they don't want a standard CMS)
3) Learning wisely of the mistakes I made this year with clients ("what if we added this?")1 -
Best: learned a lot of new things: vueJS, ES6, Bootstrap, CSS3 transitions and transforms, use of some cool JS libraries...
Worst: an awesome web page turns a nightmare because of endless "upgrades" that the client wanted (I'm aiming to finish it soon)1 -
Bass playing.
Helps me to reset my train of thought when I'm burnt out. And it's another way to get creative!4 -
They all think I'm a hacker.
My parents have no clue about what I do.
My wife is starting to understand (at least she knows I make web pages 90% of the time I'm working), but still doesn't get close to see the full picture.
Btw, they are all very supportive and I love them for that :-) -
I just had a dream where I was running Linux and after installing Eclipse, some ransomware virus took over my SO.
Guess I really was tired as fuck2 -
Not learning proper OOP in college.
Having to learn that to fix some projects was a real pain back then.1 -
Being forced to learn Angular for a project, then as my confidence kept growing those same guys said "actually, we are not going to use any Angular, vanilla Javascript will be enough".
PS: months later those same guys: "Hey, maybe you could learn Angular 2 for our next project". We never worked together again :/2 -
1) "Do you consider yourself good with Java? Most of our clients want web pages"
2) "Do you like coding for work on weekends?"
Are you serious?4 -
Is there any Vue.js tutorial that show you step by step how to build a full aplication with database interaction?
We are building a page with inventory features in Vue.js and would be nice to have a reference.
So far all the tutorials and articles I've seen shows only the classic "app" with some limited features.2 -
Well, no rubber duck for me but this guy is my partner since many years ago (since I've started my carrer).
Not even those prehistoric bugs last forever! -
In terms of developing:
Best: made a responsive web app that connects to a desktop software and allows to make orders for providers.
Worst: the company for wich it was developed shows no signs of implementing that app now.3 -
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
-
new Promise(function (resolve, reject) {
self.getPaid(function (err, money) {
if(err) {
reject(err);
console.log("fml");
} else {
resolve(money);
console.log("fuck yeah!") ;
});
})
.then(resolve)
.catch(reject); -
http://bloomberg.com/graphics/...
Re-reading this article today and still amaze me how someone can resume such a vast world of concepts. A must read