DEV Community

Discussion on: Which Technology Should I Learn?

Collapse
 
cipharius profile image
Valts Liepiņš

I would suggest to make use of what you've already gotten familiar with, instead of trying to catch up with current web dev trends. It's especially important at beginnimg, to stick with and learn some technology in-depth before widening your technology arsenal.

So since you have some experience with Python and Django, that should be your backend choice. Postgres seems like a good choice in this situation. Even with the NoSQL hype, every dev should be comfortable with using relational, SQL databases.

As for frontend, I'd suggest not to jump in the advanced frontend technology deepend before you get good at the very basic building blocks of HTML/CSS/JavaScript. Often you don't need anything more than that and once you feel like experimenting with something more advanced, you'll have a deeper understanding of how to effectively use the framework and why it's useful in the first place.

Collapse
 
legendbabs profile image
legendbabs

Thanks so much for this awesome piece of advice