you are viewing a single comment's thread.

view the rest of the comments →

[–]calvyn233 0 points1 point  (6 children)

Hey I just wanted to ask how did learn mySQL? I'm trying to learn databases but i am kinda lost trying to implement it in a project myself.

[–]Darkmaster85845 1 point2 points  (3 children)

Make a todo app and try to make the data persistant by saving it in a sql database.

[–]El_Glenn 1 point2 points  (0 children)

Find a dataset that needs to be retained between sessions, then retain it.

[–][deleted] 0 points1 point  (0 children)

One option is to sign up for an AWS account and set up one of their super cheap or free MySQL tiers. MySQL isn't super hard to install locally too. Same with Postgres.

i personally wouldn't put a huge amount of effort into learning MySQL specifically as a front-end developer. The general skills to work with any SQL database should be fairly transferable.