alexvlasov182 / codespaces

CS50

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course CS50

The course covers the following concepts:

  • Development of web applications in Go in accordance with the design of the REST API.
  • Working with the gin-gonic/gin framework.
  • Clean Architecture approach when building application structure. Dependency Injection Technique.
  • Working with a Postgres database. Run from Docker. Generation of migration files.
  • Setting up the application using the spf13/viper library. Working with environment variables.
  • Working with the database using the sqlx library.
  • Registration and authentication. Working with JWT middleware.
  • Writing SQL queries.

About

CS50


Languages

Language:C 97.5%Language:Makefile 2.5%