DEV Community

Discussion on: 20 days into learning how to code 👨🏾‍💻

Collapse
 
darrentmorgan profile image
darrentmorgan

Good work mate. I've been teaching myself to code during the pandemic also. I must admit, I've been doing a little bit of code for the last year in my spare time. I really like youtube for learning. I've mainly worked with python, django and some front end stuff. I would say I've tried to round out my knowledge around full-stack. Dev ops has been one of the hardest things for me, because it's not really focused on so much. You sure have been busy, by looking at your github, keep going mate, best of luck.

Collapse
 
diegomouradev profile image
Diego Moura

Hey man! Thanks, I'm glad I ended up picking up coding during these extreme times. It's keeping me sane, and also maybe it will help me transition into a new career or enhance my current one as a designer. I'm trying not to think about back-end or full-stack at the moment so that I can focus on HTML and CSS, but being honest, I think I'm a bit scared, haha. Working with the visual side of it is much more familiar to me! Cheers, and keep on coding!

Collapse
 
darrentmorgan profile image
darrentmorgan

I can definitely understand the being afraid of back-end. I found the hardest part to understand is the relationships between all of the different moving parts. Databases really perplexed me for a long time(they still do confuse me). The best thing for me to learn has been to build something from a tutorial and then kinda change and modify it into a project of my own.

For example, I did a tutorial from a coder called "Dennis Ivy", I built the CMS system just following along, I then made that into a CMS for my business and my staff use it to manage client data. It's super rewarding to see something I made being used. I'm teaching myself Javascript and React at the moment, which is quite different to Python and Django, but I must admit, I find it more rewarding. There is something about Javascript and the instant visual reward that is very cool.

Keep it up, I'm following to see how you go.

Thread Thread
 
diegomouradev profile image
Diego Moura

I completely understand the gratification of the instant visual reward. I think that's the main reason I'm enjoying CSS so much. I'm going to keep that in mind when approaching JS. Also, thank you for the example of how you came to work with the CMS, I'm going to try and use the same methodology. I'm sure I will be less intimidated and more willing to finish something I can use to improve my daily work life. That's a great idea.