14 mil subscritores
63 vídeos
What is the difference between VIRTUAL MACHINE and DOCKER? || Docker Vs Virtual Machine
What is WebSocket? || WebSocket || Data Streaming
Importance of TYPE ANNOTATIONS in Python || Python Type Hints || Type Annotations
How HTTPS works? || HTTP Vs HTTPS || Certificates || Symmetric and Asymmetric keys
Mutables vs Immutables || Mutable Objects and immutable objects in Python || Python Tricks
How to authenticate REST APIs? || Different methods of authenticating REST APIs
What is Long Polling? || HTTP Long Polling
What is TRANSACTION in SQL? || Transaction in dbms
Python Switch Case Statement || Python match case || python3.10
SQL vs NoSQL
Demystifying Python Decorators || Decorators in Python
Python Lambda Functions || Python Anonymous Functions
ACID properties of SQL Transactions || ACID properties in DBMS
IG - 3. Understanding iter() function (with and without Callables)
D - 3. | Special decorators in python (@wraps, @cache and @lru_cache) | Python Decorators Playlist
NamedTuple in Python || Tuple vs NamedTuple
Python *args **kwargs
Python Integer caching || Integer interning
What is WebSocket? || WebSocket connection
== VS is Opeartor in Python || Equality Vs Identity Opeartor || Integer caching || String Interning
IG - 2. An intro to iter() function and understand __getitem__() method
How to improve code quality? How to write optimized code? (Part-3)
What is Piggybacking?
Concurrency Vs Parallelism
JWT as session token || How JWT is used to manage HTTP session?
Nested Functions and Closures in Python || What are closures in Python?
How to become a backend engineer? || Backend web development || Backend developer
Authentication vs Authorization
How to improve code quality? What is LLD? (Part-2)
HTTP Long polling || Short polling vs long polling
Whats is HTTP Session? || How is HTTP Session managed
INTERESTING HISTORY OF GIT
__str__ vs __repr__ methods in Python || Python Tricks
IG - 8. Lazy Generator Expressions in Python
D - 1. | Variable Scoping and Closures in Python | Python Decorators Playlist
DISADVANTAGES of MICROSERVICES architecture
IG - 1. Iterators in Python | Introduction
How to improve code quality? (Part - 1)
Problems Solved By Docker Containers
What is OAuth?
IG - 5. "for" loop machinery in Python and the next() function
D - 5. | Parameterized and Class Decorators in Python | Python Decorators Playlist
Python pycache explained
How does python search modules?
Functions as first Class Objects in Python | What are First Class Objects in Python?
List in Python | Data Structures in Python