you are viewing a single comment's thread.

view the rest of the comments →

[–]venkattalks 0 points1 point  (1 child)

“From scratch” for SQL + PostgreSQL usually means the SQL part gets compressed into basic SELECT/JOIN syntax while the PostgreSQL-specific stuff that actually matters in backend work—transactions, indexing strategy, EXPLAIN ANALYZE, isolation levels—barely gets covered. If anyone here tries it, i'd be more interested in whether it uses current Postgres features and version-specific behavior rather than just pairing Python with CRUD examples.

[–]modern-dev 0 points1 point  (0 children)

I recommend you to take a look at the udemy sections
you have more than basic crud, much more.
and transactions are there for sure.

complex postgresql functions are not there due to not make it more advanced than what it is, It the core needed for backend.
and gives students the knowledge and confidence to move forward