Concept Series
Concepts are defined as abstract ideas. They are understood to be the fundamental building blocks of the concept behind principles, thoughts and beliefs. They play an important role in all aspects of cognition.
Concept
# | Description |
---|---|
SDK vs IDE | Concept Series | MyCodeTips | |
Dynamic Typing vs Dynamic Binding | Interview Series | MyCodeTips | [ English ] | |
Compile-time Polymorphism And Run-Time Polymorphism | Concept Series | MyCodeTips | [ Hindi ] | |
Static vs Dynamic Programming | Category | MyCodeTips | [ Hindi ] | |
Dependancy Injection | |
Dependancy Inversion | |
What is Hashing | |
What is Salt in Pasword Encryption | |
What is a Distributed system? – Concept | |
What is GEO Fencing? – Concept | |
What is Load balancing? – Concept | |
What is Latency-Concept | |
Testing and Quality Assurance | |
Types of Software Testing | |
Software Quality Assurance | |
System Design
Description | ||
---|---|---|
How OTT works | ||
How DNS works | ||
How to Design Classes or System Design | ||
Functional and non-functional system design | ||
Scalability and Mataininability | ||
What is System Design? | ||
Software Development Life Cycle (SDLC) | ||
Structured Analysis and Structured Design (SA/SD) | ||
LLD and HLD | ||
monolith vs layered | ||
What is Monolyth | ||
Client Server | ||
CAP Theorem | ||
Responsibility- vs. data-driven design | ||
What is microservice | ||
How to Design Classes | ||
Database Sharding – System Design Interview Concept | ||
System Design – Horizontal and Vertical Scaling | ||
System Design Strategy | ||
Load Balancer in System Design | ||
Routing requests through Load Balancer | ||
Caching – System Design Concept For Beginners | ||
Object-Oriented Analysis and Design | ||
System Design – URL Shortening Service | ||
Design Dropbox – A System Design Interview Question | ||
Design Twitter – A System Design Interview Question | ||
System Design Netflix – A Complete Architecture | ||
System Design of Uber App – Uber System Architecture | ||
Design BookMyShow – A System Design Interview Question | ||
Failure Resilience | ||
Data Consistency | ||
Reducing Network Calls | ||
Components of System Design – Concept | ||
1- Software Design & Architecture
Description | ||
---|---|---|
S.O.L.I.D Design Principles | Concept Series | @mycodetips | [ Hindi ] | ||
S.O.L.I.D : Single Responsibility Principle with Practical in Swift | Concept Series | @mycodetips | ||
S- Single Responsibility | ||
O- Open-Close Responsibility | ||
L- Liskov Substitution | ||
I – Interface Segragation | ||
D – Dependancy Inversion | ||
MVC | ||
MVVM | ||
VIPER | ||
MVP | ||
Clean Architecture | ||
Co-ordinated Pattern | ||
Dependancy Inversion and Dependancy Injection | ||
Creational Pattern | ||
Factory Method Pattern | ||
Abstract Factory Pattern | ||
Singleton Pattern | ||
Prototype Pattern | ||
Builder Pattern | ||
Object Pool Pattern | ||
2- Software Design & Architecture
Description | ||
---|---|---|
Structural Pattern | ||
Adapter Pattern | ||
Bridge Pattern | ||
Composite Pattern | ||
Decorator Pattern | ||
Facade Pattern | ||
Flyweight Pattern | ||
proxy Pattern | ||
Behavioral Pattern | ||
Chain of Responsibility | ||
Command Pattern | ||
Interpreter Pattern | ||
Iterator Pattern | ||
Mediator Pattern | ||
Memento Pattern | ||
Observer Pattern | ||
State Pattern | ||
Strategy Pattern | ||
Template Pattern | ||
Event based communication | ||
Image Processing & Segmentation
Description | ||
---|---|---|
Image formats (JPEG,PNG,TIFF,GIF) – Concept | ||