Cream Basic Presentation Template 20231129 233758 0000
Cream Basic Presentation Template 20231129 233758 0000
Cream Basic Presentation Template 20231129 233758 0000
existing Frameworks
& Design Patterns.
What is a Framework?
Plugins
Libraries
FRAMEWORKS- Framework
Web Frameworks and list
Why do frameworks exist?
Introduction to Design
Patterns
DESIGN PATTERNS
What is a Gang of Four
(GOF)? Usage of Design
Pattern
The elements of a Design
Pattern
Creation Pattern
Structural Pattern
Behavioral Pattern
FRAMEWORK
A frame work is structure that you can use to build software.
It also act as a foundation for your code and help you to avoid
Dublicating and reapeating task.
WHY IS IT USED ?
1) Web application:-This frame work are designed to simplify the development of web
application by providing the structure and set tools.
5) Database framework:-Developers use the database framework to help analyze,sort and find
data within a certain collection.
6) Testing framework:-Testing frameworks remind developers what to test for and how to
complete tests,and they ensure accuracy and efficiency in quality assurance practice.
FRONTEND AND BACKEND FRAMEWORKS
.
FRONTEND AND BACKEND
FRONTEND :- The term frontend refers to the graphical user interface (GUI)that your users
can directly interact with navigation menus, design elements, buttons,images and graphs .
Developer Experience
Enhancement
Compartmentalization
Tooling
Routing
DESIGN PATTERNS?
MVC (Model-View-Controller):
4. Strategy Pattern:
Defines a family of algorithms, encapsulates each algorithm, and makes them
interchangeable.Allows the client to choose the appropriate algorithm at runtime.
Useful for scenarios where multiple algorithms can be used interchangeably.
Thank you