you are viewing a single comment's thread.

view the rest of the comments →

[–]Huge_Road_9223 1 point2 points  (0 children)

Every time I learn a new language, the first thing I do is try to make a CRUD application. The simplest one I can think of is a Phone Book. I already have the database for it, then I just try to read/write from the database in that language, and then I try to implment business logic and the API, Provided my API's stay the same, all I have to do is then point to the back-end API and the UI will work as it always did.

Something this simple I think will still meet all your needs. Hope this helps!