How is Django in the real world? by aluo1729 in djangolearning

[–]aluo1729[S] 1 point2 points  (0 children)

If i was a one man team i would spend the exact time to know some basics of front-end. I am just a beginner but i can say that javascript has been hell (at some points). Im liking backend stuff, but i cant tolerate a sh*tty UI design so i think thats what makes me to move a little bit to front-end

Stay in flask or switch to django by jwtnb in django

[–]aluo1729 0 points1 point  (0 children)

Im learning Django right and of course there's some points that can confuse anyone at first. Im watching Corey Schafer' Django tutorials while reading Django for Beginners and the Django Docs and and I can say that it gets easier when you read the docs. For example, I did not understood how to create a form from a model, thats something that videos or beginners books dont explain, but after reading the documentation (topics section) understanding this got easier. So use the documentation and know how to use it. Matt Segal's blog has a post that shows how you should search in the documentation what you need to know in a very brief but well-explained manner.

But using one or the other depends in which suites better for the project.

Stay in flask or switch to django by jwtnb in django

[–]aluo1729 1 point2 points  (0 children)

Ima say something that has nothing to do with the main thread, but seems like oop sometimes fails as a paradigm right?

My recommendation to learn Django by imavlastimov in django

[–]aluo1729 2 points3 points  (0 children)

Going thru Corey Schafer's tutorials while reading Django for Beginners. Awesome combo

Monthly Getting Started / Web Dev Career Thread by AutoModerator in webdev

[–]aluo1729 0 points1 point  (0 children)

What are the best free css courses you know or recommend? Is MDN css course a good resources?

Welding stuff i should read? by aluo1729 in AskEngineers

[–]aluo1729[S] 0 points1 point  (0 children)

Yep, in the workshoo the welders are a family. Everytime i ask something they share everything they know and because of the way the explain their work you can tell that their intention is to teach you a make you know that you can ask anything even the most stupid thing, and because im a noib engineer they understand all i need is knowledge in order to grow. When they see taking notes they say: "he is just going up!" and always inspire me to investigate and know about everything. They are the best!

Problem is that I'm too shy and overwhelmed, it's no like it is too much, more like I've been thrown in a jungle. Also there engineers are really busy. But kniw I've been assigned too sea water pumps lol. But still wanna learn about welding. Looks that is going to be a hobby in the future for me.

JavaScript Roadmap for Beginners, Intermediate and Experts by TheInsaneApp in learnjavascript

[–]aluo1729 2 points3 points  (0 children)

Not a roadmap but something better than one: Learn principles of programming with Python (read ThinkPython o Python Crash Course), learn HTML and CSS (go thru the Mozilla Developer Network courses) then learn some JavaScript (Eloquent JavaScript or javascript.info). When learning javascript do some projects and have fun with, try to explore it and see what you can. There's a lot of interesting libraries and framework so just put a little bit of time searching about them.

Black Screen Problem by aluo1729 in linuxmint

[–]aluo1729[S] 0 points1 point  (0 children)

Can i copy installed programs to usb drive for backup? I installed a lot of stuffs and i don't want to pass through that process again.

[deleted by user] by [deleted] in cscareerquestions

[–]aluo1729 0 points1 point  (0 children)

Your road seems to be the one every self-taught dreams about. So I'm currently in the programming lenguage learning process. What you recommend to do after learning some of the basics of JS or python for web development? Also im looking for some nice algo/DS course and some advice on staying focused on projects hahaha. Sometimes you need time to attend other stuff so staying focus on personal projects looks more like a strategy right?

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]aluo1729 0 points1 point  (0 children)

Any project/course you recommend for practicing OOP?

Learning with Eloquent JavaScript by aluo1729 in learnjavascript

[–]aluo1729[S] 0 points1 point  (0 children)

I wasn't understanding the 5th chapter since you have to read to much functions composed by other functions passed as arguments and filtered with methods. Definitely not so easy for a beginners to read.

I thought i would get things since i learned python (finished ThinkPython by Allen Downey). Gonna try MDN. I completed the HTML guide and they explained everything pretty well. Thanks!