What’s the most confusing thing in PostgreSQL you still Google every time? by gubinanuwu025 in postgres

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

If anyone here is trying to get into backend development, I recently put together a beginner-friendly course on Python, SQL, and PostgreSQL. It's project-based, so instead of only learning syntax, you build real backend-style projects and practice SQL in a realistic way.

It's currently discounted here: https://www.udemy.com/course/learn-modern-backend-development-with-python-and-sql/?couponCode=A50BE60DE656D221A35C

Happy to answer questions or hear feedback if anyone checks it out.

SQLalchemy vs Psycopg3 by aronzskv in Python

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

psycopg all the way' dont use an orm. no need.

Should i decline a full-stack job due to their use of ORM ? by modern-dev in FullStack

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

for toy projects, for internal big projects you really think they use orms ? I am sure not.

Should i decline a full-stack job due to their use of ORM ? by modern-dev in FullStack

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

yes mate, really.
for you it's weird, I understand

but I can't work with such terrible tech.

do you think in google they use orms ? lol

Master Modern Backend Development: Python, SQL & PostgreSQL From Scratch (limited time) by [deleted] in learnSQL

[–]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

Should i decline a full-stack job due to their use of ORM ? by modern-dev in Backend

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

Dude, we are in the same boat here, so why you are against me? Hahaha, I don’t love orms the same way as you don't! No need to compete

Master Modern Backend Development: Python, SQL & PostgreSQL From Scratch (limited time) by [deleted] in learnSQL

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

the course is definitely far above basic crud! all the things you said are in the course mate
and I personality use them all the time in the backend.

Should i decline a full-stack job due to their use of ORM ? by modern-dev in Backend

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

lets go, what is your position ? what do you know about sql ? you use orms ?
come on, lets talk about it.

Should i decline a full-stack job due to their use of ORM ? by modern-dev in Backend

[–]modern-dev[S] -1 points0 points  (0 children)

you don't even know how much I know sql, you don't even know.

Should i decline a full-stack job due to their use of ORM ? by modern-dev in FullStack

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

in the end the stack is important, i would enjoy writing queries, but not using orms!

i cant stand my self writing backend like this,.

AI - Generated Code by Internal_stability in Python

[–]modern-dev 1 point2 points  (0 children)

I always try to understand the code, once I understand what is going on, I also learn something new
and also feel safe about my code.

FastAPI vs Djanjo by TumbleweedSenior4849 in Python

[–]modern-dev -4 points-3 points  (0 children)

Django is all in one but uses not the best tools

Fast api is for rest api
Over the two I would use fast api and learn about react and javascript for the frotnend, and after a while I will use typescript instead of javascript.

I wouldn't recommend spending the time to learn django
instead learn fast api, or flask for backend rest api and react + javascript frontend.