Browsing Tag
computerscience
60 posts
Understanding Authentication & Authorization (JWT, OAuth2.0, Session) Concepts
In this blog, I’ve shared my understanding on different Auth strategies. What is Authentication & Authorization? Authentication: The…
[Boost]
Understanding Python’s Garbage Collection and Memory Optimization Pragati Verma ・ Mar 17 #programming #python #computerscience #codenewbie
Ngrok Alternative for UDP Tunneling: Exploring Better Options
Why UDP Tunneling Matters for Developers For developers, network engineers, and IT professionals, tunneling is essential when working…
Relational Database Design: DBMS
Relational Database Design: Comprehensive Guide Relational database design is the cornerstone of effective database systems, focusing on organizing…
OSI Model Layers and Protocols: Computer Networks
The Complete Guide to OSI Model Layers and Protocols The OSI (Open Systems Interconnection) model is the foundation…
Modular Programming: Benefits, Challenges, and Modern Applications
This article explores the concept of modular programming, highlighting its benefits, such as improved readability, reusability, and scalability,…
Facade Pattern
What is Facade Pattern? Facade pattern is a structural pattern that provides a unified interface to a set…
Choosing data structures for Advent of Code 2018 Day 24
How should I store the fighters in a battle with complex interactions? Mild spoilers for Advent of Code…
Roadmap to Learning C Programming
Learning C programming is a thrilling and challenging endeavor, as it is a versatile and powerful language that…