@Aditya_181105 For global scale? Depends on the system.
I don’t see the issue with ints. They’re guessable, sure, but guessability isn’t a security vulnerability if auth is properly implemented.
Ints can also be more manageable for cursor pagination, indexing, casting, etc.
@aryan_mittal007 The idea is not cramming it but implementing them over time you will get used to them I remember when database triggers and functions seemed foreign to me not anymore
@CodingPuzzle_en@ArshadSanwal7 Projects are a very great way to learn programming. The better the project the steeper the learner curve the higher the knowledge attainable
@ArshadSanwal7@CodingPuzzle_en Python development is a large niche , larger than you might think
If you want to learn Python so you could earn then remove 100 days from your mind.
Python is broader than backend. In 100 days you can write functional code but you will still need more than that for production
If you're building a backend and you're never asking:
“What happens if this operation partially fails?”
you're probably designing only for the happy path.
Production doesn't care about your happy path.