this post was submitted on 14 Oct 2023
26 points (96.4% liked)

General Programming Discussion

7803 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
26
(lemmy.ml)
submitted 1 year ago* (last edited 10 months ago) by velox_vulnus@lemmy.ml to c/programming@lemmy.ml
 

cross-posted from: https://lemmy.ml/post/6465571

I'm looking for a good resource to learn back-end development in Go, preferably from a micro-framework. Not just CRUD, but also stuff like caching, security and scalability. Are there any good resources out there?

you are viewing a single comment's thread
view the rest of the comments
[–] olafurp@lemmy.world 0 points 1 year ago

Back end development is just communicating with a database via http. Rest is experience. I'd recommend trying out something like dotnet where you setup a template and tinker with it and test via postman or something. Then try to use small amount of js to communicate with the server. After that you more or less learned all there is for basic backend and the rest is just pure programming experience and task specific solutions.