SlideShare a Scribd company logo
WEB APPLICATIONS & WEB SERVICES
DEVELOPMENT USING ZEND FRAMEWORK
Sayed Ahmed
B. Sc. Engineering in Computer Science and Engineering
M. Sc. in Computer Science
sayed@justetc.net
1 647–624–8509
http://sayed.justetc.net
http://www.justetc.com
http://www.justetc.org
OVERVIEW
 Purpose
 Web Application Development
 Web Services Development
 Overview on Zend Framework
 Based on Object Oriented PHP (100% OOP)
 Supports PHP 5.1.4 and later
 Based on MVC architecture
 Component based
 Components can be used almost independently
 Uses loosely coupled architecture for the component
architecture
 Components when used together create a very powerful and
extensible framework
11/10/2011
2
sayed@justetc.net
OVERVIEW
 Some Features
 Simple to use database abstraction layer (Zend_db)
 Forms component that implements
 HTML form rendering
 Form validation
 Form filtering
 Zend_Auth and Zend_Acl
 provide user authentication and authorization
11/10/2011
3
sayed@justetc.net
ZEND FRAMEWORK QUICK START
 Steps
 Zend Framework & MVC Introduction
 Create Your Project
 Create A Layout
 Create a Model and Database Table
 Create A Form
11/10/2011
4
sayed@justetc.net
ZEND FRAMEWORK AND MVC
 Zend has many components that can be used
independently
 However, to establish a basic structure for your
Zend Framework applications
 Zend provides an advanced MVC implementation
 Zend MVC includes components such as
 Zend_Controller
 Zend_Layout
 Zend_Config
 Zend_Db
 Zend_Db_Table
 Zend_Registry
11/10/2011
5
sayed@justetc.net
MVC ARCHITECTURE
11/10/2011
6
sayed@justetc.net
CREATE YOUR PROJECT
 Install Zend Server
 http://www.zend.com/en/products/server-ce/downloads
 Or Download the Zend Framework and extract it
 http://framework.zend.com/download/latest
 Create the project structure
 Run the command
 % zf create project quickstart
11/10/2011
7
sayed@justetc.net
BASIC PROJECT STRUCTURE
11/10/2011
8
sayed@justetc.net
LOADING INITIAL COMPONENTS AND RESOURCES
 The Bootstrap class loads the initial resources and
components
 application/controllers/ as the default directory in
which to look for action controllers
11/10/2011
9
sayed@justetc.net
INITIAL CONFIGURATION OF YOUR APPLICATION
 File used
 application/configs/application.ini
11/10/2011
10
sayed@justetc.net
ACTION CONTROLLERS [INDEXCONTROLLER]
 Associated Directory
 /controller/action
11/10/2011
11
sayed@justetc.net
ERROR CONTROLLER
11/10/2011
12
sayed@justetc.net
VIEWS
 Views are written in plain old PHP
 View scripts are placed in
 application/views/scripts/
 And further categorized
 using the controller names
 Hence, we can create
 Sub-directories
 index/
 error/
 Within these subdirectories
 you will find and create view scripts
 that correspond to each controller action exposed
 Our default case
 index/index.phtml
 error/error.phtml.
11/10/2011
13
sayed@justetc.net
CREATE VIRTUAL HOST
11/10/2011
14
sayed@justetc.net
UPDATE HOSTS FILE
 C:WINDOWSsystem32driversetc
 127.0.0.1 quickstart.local
11/10/2011
15
sayed@justetc.net
FIRE YOUR APPLICATION
 Point your browser to the server name
 As you configured in the previous section
 You will see a welcome page
11/10/2011
16
sayed@justetc.net
REFERENCES
 http://framework.zend.com/manual/en/
11/10/2011
17
sayed@justetc.net
 http://www.developly.com/creating-3-step-layouts-
with-zendlayout
11/10/2011
18
sayed@justetc.net
Ad

Recommended

ColdFusion 11 New Features
ColdFusion 11 New Features
Mindfire Solutions
 
ASP.NET MVC Presentation
ASP.NET MVC Presentation
ivpol
 
IIS 6.0 and asp.net
IIS 6.0 and asp.net
Rishi Kothari
 
MVC - Introduction
MVC - Introduction
Sudhakar Sharma
 
MVC 6 Introduction
MVC 6 Introduction
Sudhakar Sharma
 
Progressive EPiServer Development
Progressive EPiServer Development
joelabrahamsson
 
Symantec I3 Presentation
Symantec I3 Presentation
sebastian.guerrero
 
Asp.net MVC training session
Asp.net MVC training session
Hrichi Mohamed
 
Angular on ASP.NET MVC 6
Angular on ASP.NET MVC 6
Noam Kfir
 
Learning ASP.NET 5 and MVC 6
Learning ASP.NET 5 and MVC 6
Ido Flatow
 
All About Asp Net 4 0 Hosam Kamel
All About Asp Net 4 0 Hosam Kamel
Hosam Kamel
 
PHP Frameworks and CodeIgniter
PHP Frameworks and CodeIgniter
KHALID C
 
ASP .NET MVC
ASP .NET MVC
eldorina
 
Symantec I3 - Inquire & Cluster
Symantec I3 - Inquire & Cluster
sebastian.guerrero
 
Asp.net mvc
Asp.net mvc
Er. Kamal Bhusal
 
New Features of ASP.NET 4.0
New Features of ASP.NET 4.0
Buu Nguyen
 
Asp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin Sawant
Nitin S
 
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
Web api
Web api
Sudhakar Sharma
 
P H P Framework
P H P Framework
Animesh Kumar
 
ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines
Dev Raj Gautam
 
Migrando una app de angular.js a Blazor
Migrando una app de angular.js a Blazor
Miguel Angel Teheran Garcia
 
Benefits of the CodeIgniter Framework
Benefits of the CodeIgniter Framework
Toby Beresford
 
SP2010 Developer Tools
SP2010 Developer Tools
Mohamed Yehia Abdul Kader
 
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Aaron Jacobson
 
Access SharePoint Remotely
Access SharePoint Remotely
Mohamed Yehia Abdul Kader
 
Automating Web Application Deployment
Automating Web Application Deployment
Mathew Byrne
 
Developing Sandbox Solutions
Developing Sandbox Solutions
Mohamed Yehia Abdul Kader
 
Visual studio ide shortcuts
Visual studio ide shortcuts
Sayed Ahmed
 
Virtualization
Virtualization
Sayed Ahmed
 

More Related Content

What's hot (20)

Angular on ASP.NET MVC 6
Angular on ASP.NET MVC 6
Noam Kfir
 
Learning ASP.NET 5 and MVC 6
Learning ASP.NET 5 and MVC 6
Ido Flatow
 
All About Asp Net 4 0 Hosam Kamel
All About Asp Net 4 0 Hosam Kamel
Hosam Kamel
 
PHP Frameworks and CodeIgniter
PHP Frameworks and CodeIgniter
KHALID C
 
ASP .NET MVC
ASP .NET MVC
eldorina
 
Symantec I3 - Inquire & Cluster
Symantec I3 - Inquire & Cluster
sebastian.guerrero
 
Asp.net mvc
Asp.net mvc
Er. Kamal Bhusal
 
New Features of ASP.NET 4.0
New Features of ASP.NET 4.0
Buu Nguyen
 
Asp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin Sawant
Nitin S
 
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
Web api
Web api
Sudhakar Sharma
 
P H P Framework
P H P Framework
Animesh Kumar
 
ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines
Dev Raj Gautam
 
Migrando una app de angular.js a Blazor
Migrando una app de angular.js a Blazor
Miguel Angel Teheran Garcia
 
Benefits of the CodeIgniter Framework
Benefits of the CodeIgniter Framework
Toby Beresford
 
SP2010 Developer Tools
SP2010 Developer Tools
Mohamed Yehia Abdul Kader
 
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Aaron Jacobson
 
Access SharePoint Remotely
Access SharePoint Remotely
Mohamed Yehia Abdul Kader
 
Automating Web Application Deployment
Automating Web Application Deployment
Mathew Byrne
 
Developing Sandbox Solutions
Developing Sandbox Solutions
Mohamed Yehia Abdul Kader
 
Angular on ASP.NET MVC 6
Angular on ASP.NET MVC 6
Noam Kfir
 
Learning ASP.NET 5 and MVC 6
Learning ASP.NET 5 and MVC 6
Ido Flatow
 
All About Asp Net 4 0 Hosam Kamel
All About Asp Net 4 0 Hosam Kamel
Hosam Kamel
 
PHP Frameworks and CodeIgniter
PHP Frameworks and CodeIgniter
KHALID C
 
ASP .NET MVC
ASP .NET MVC
eldorina
 
Symantec I3 - Inquire & Cluster
Symantec I3 - Inquire & Cluster
sebastian.guerrero
 
New Features of ASP.NET 4.0
New Features of ASP.NET 4.0
Buu Nguyen
 
Asp.net mvc presentation by Nitin Sawant
Asp.net mvc presentation by Nitin Sawant
Nitin S
 
Introduction to ASP.NET MVC 1.0
Introduction to ASP.NET MVC 1.0
Shiju Varghese
 
ASP .NET MVC Introduction & Guidelines
ASP .NET MVC Introduction & Guidelines
Dev Raj Gautam
 
Benefits of the CodeIgniter Framework
Benefits of the CodeIgniter Framework
Toby Beresford
 
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Aaron Jacobson
 
Automating Web Application Deployment
Automating Web Application Deployment
Mathew Byrne
 

Viewers also liked (20)

Visual studio ide shortcuts
Visual studio ide shortcuts
Sayed Ahmed
 
Virtualization
Virtualization
Sayed Ahmed
 
Web design and_html_part_3
Web design and_html_part_3
Sayed Ahmed
 
Will be an introduction to
Will be an introduction to
Sayed Ahmed
 
Computer fundamental
Computer fundamental
Yugendra Babu K
 
Computer fandamental bangla by soikot pdf
Computer fandamental bangla by soikot pdf
Shifat Ahmed
 
Whm and cpanel overview hosting control panel overview
Whm and cpanel overview hosting control panel overview
Sayed Ahmed
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
jatin batra
 
MS. word, Excel, access, Power point
MS. word, Excel, access, Power point
Mohaiminul Computer center
 
Extended bangla first_chapter_computer_and_history_of_computer_short
Extended bangla first_chapter_computer_and_history_of_computer_short
Sayed Ahmed
 
ICT in Education
ICT in Education
Hertiki Marsaid
 
3rd presentation slide_our_videos_related_to_grade_9_and_10
3rd presentation slide_our_videos_related_to_grade_9_and_10
Sayed Ahmed
 
computer fundamental
computer fundamental
sanity softwares pvt ltd
 
Computer basic course
Computer basic course
fastestjenius
 
Fundamental of computer
Fundamental of computer
Er Aadarsh Srivastava
 
Bca i-fundamental of computer-u-3-functions operating systems
Bca i-fundamental of computer-u-3-functions operating systems
Rai University
 
Computer fundamental mba
Computer fundamental mba
Nilesh Mishra
 
Bangla first chapter_computer_and_history_of_computer_short
Bangla first chapter_computer_and_history_of_computer_short
Sayed Ahmed
 
Computer fundamental
Computer fundamental
Gas & Oil Pakistan Ltd.
 
ICT Presentation - Std 10th C
ICT Presentation - Std 10th C
Krupesh Shah
 
Visual studio ide shortcuts
Visual studio ide shortcuts
Sayed Ahmed
 
Web design and_html_part_3
Web design and_html_part_3
Sayed Ahmed
 
Will be an introduction to
Will be an introduction to
Sayed Ahmed
 
Computer fandamental bangla by soikot pdf
Computer fandamental bangla by soikot pdf
Shifat Ahmed
 
Whm and cpanel overview hosting control panel overview
Whm and cpanel overview hosting control panel overview
Sayed Ahmed
 
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
BASIC COMPUTER COURSE ! BATRA COMPUTER CENTRE
jatin batra
 
Extended bangla first_chapter_computer_and_history_of_computer_short
Extended bangla first_chapter_computer_and_history_of_computer_short
Sayed Ahmed
 
3rd presentation slide_our_videos_related_to_grade_9_and_10
3rd presentation slide_our_videos_related_to_grade_9_and_10
Sayed Ahmed
 
Computer basic course
Computer basic course
fastestjenius
 
Bca i-fundamental of computer-u-3-functions operating systems
Bca i-fundamental of computer-u-3-functions operating systems
Rai University
 
Computer fundamental mba
Computer fundamental mba
Nilesh Mishra
 
Bangla first chapter_computer_and_history_of_computer_short
Bangla first chapter_computer_and_history_of_computer_short
Sayed Ahmed
 
ICT Presentation - Std 10th C
ICT Presentation - Std 10th C
Krupesh Shah
 
Ad

Similar to Web application development using zend framework (20)

Getting Started with Zend Framework
Getting Started with Zend Framework
Juan Antonio
 
Zend Framework Quick Start Walkthrough
Zend Framework Quick Start Walkthrough
Bradley Holt
 
Edp bootstrapping a-software_company
Edp bootstrapping a-software_company
Ganesh Kulkarni
 
Zend
Zend
Mohamed Ramadan
 
Building Web Applications with Zend Framework
Building Web Applications with Zend Framework
Phil Brown
 
Application development using Zend Framework
Application development using Zend Framework
Mahmud Ahsan
 
Getting up & running with zend framework
Getting up & running with zend framework
Saidur Rahman
 
Getting up and running with Zend Framework
Getting up and running with Zend Framework
Mohammad Shoriful Islam Ronju
 
MVC with Zend Framework
MVC with Zend Framework
webholics
 
Zf2
Zf2
Prashant Marathe
 
green
green
alind tiwari
 
Greenathan
Greenathan
alind tiwari
 
Greenathan
Greenathan
alind tiwari
 
latest slide
latest slide
alind tiwari
 
latest slide
latest slide
alind tiwari
 
dfgdfgf
dfgdfgf
alind tiwari
 
latest slide
latest slide
alind tiwari
 
Unit Test for ZF SlideShare Component
Unit Test for ZF SlideShare Component
zftalk
 
Unit Test for ZF SlideShare Component
Unit Test for ZF SlideShare Component
zftalk
 
Unit Test for ZF SlideShare Component
Unit Test for ZF SlideShare Component
zftalk
 
Getting Started with Zend Framework
Getting Started with Zend Framework
Juan Antonio
 
Zend Framework Quick Start Walkthrough
Zend Framework Quick Start Walkthrough
Bradley Holt
 
Edp bootstrapping a-software_company
Edp bootstrapping a-software_company
Ganesh Kulkarni
 
Building Web Applications with Zend Framework
Building Web Applications with Zend Framework
Phil Brown
 
Application development using Zend Framework
Application development using Zend Framework
Mahmud Ahsan
 
Getting up & running with zend framework
Getting up & running with zend framework
Saidur Rahman
 
MVC with Zend Framework
MVC with Zend Framework
webholics
 
Unit Test for ZF SlideShare Component
Unit Test for ZF SlideShare Component
zftalk
 
Unit Test for ZF SlideShare Component
Unit Test for ZF SlideShare Component
zftalk
 
Unit Test for ZF SlideShare Component
Unit Test for ZF SlideShare Component
zftalk
 
Ad

More from Sayed Ahmed (20)

Workplace, Data Analytics, and Ethics
Workplace, Data Analytics, and Ethics
Sayed Ahmed
 
Python py charm anaconda jupyter installation and basic commands
Python py charm anaconda jupyter installation and basic commands
Sayed Ahmed
 
[not edited] Demo on mobile app development using ionic framework
[not edited] Demo on mobile app development using ionic framework
Sayed Ahmed
 
Sap hana-ide-overview-nodev
Sap hana-ide-overview-nodev
Sayed Ahmed
 
Invest wisely
Invest wisely
Sayed Ahmed
 
Web design and_html_part_2
Web design and_html_part_2
Sayed Ahmed
 
Web design and_html
Web design and_html
Sayed Ahmed
 
User interfaces
User interfaces
Sayed Ahmed
 
Unreal
Unreal
Sayed Ahmed
 
Unit tests in_symfony
Unit tests in_symfony
Sayed Ahmed
 
Telerik this is sayed
Telerik this is sayed
Sayed Ahmed
 
System analysis and_design
System analysis and_design
Sayed Ahmed
 
Symfony 2
Symfony 2
Sayed Ahmed
 
Story telling and_narrative
Story telling and_narrative
Sayed Ahmed
 
Some skills required to be a computer hardware engineer professional
Some skills required to be a computer hardware engineer professional
Sayed Ahmed
 
Simple demonstration on
Simple demonstration on
Sayed Ahmed
 
Server side programming
Server side programming
Sayed Ahmed
 
Serious games
Serious games
Sayed Ahmed
 
Seo google webmaster_tools
Seo google webmaster_tools
Sayed Ahmed
 
Sending email with send grid and laravel
Sending email with send grid and laravel
Sayed Ahmed
 
Workplace, Data Analytics, and Ethics
Workplace, Data Analytics, and Ethics
Sayed Ahmed
 
Python py charm anaconda jupyter installation and basic commands
Python py charm anaconda jupyter installation and basic commands
Sayed Ahmed
 
[not edited] Demo on mobile app development using ionic framework
[not edited] Demo on mobile app development using ionic framework
Sayed Ahmed
 
Sap hana-ide-overview-nodev
Sap hana-ide-overview-nodev
Sayed Ahmed
 
Web design and_html_part_2
Web design and_html_part_2
Sayed Ahmed
 
Web design and_html
Web design and_html
Sayed Ahmed
 
Unit tests in_symfony
Unit tests in_symfony
Sayed Ahmed
 
Telerik this is sayed
Telerik this is sayed
Sayed Ahmed
 
System analysis and_design
System analysis and_design
Sayed Ahmed
 
Story telling and_narrative
Story telling and_narrative
Sayed Ahmed
 
Some skills required to be a computer hardware engineer professional
Some skills required to be a computer hardware engineer professional
Sayed Ahmed
 
Simple demonstration on
Simple demonstration on
Sayed Ahmed
 
Server side programming
Server side programming
Sayed Ahmed
 
Seo google webmaster_tools
Seo google webmaster_tools
Sayed Ahmed
 
Sending email with send grid and laravel
Sending email with send grid and laravel
Sayed Ahmed
 

Recently uploaded (20)

Securing AI - There Is No Try, Only Do!.pdf
Securing AI - There Is No Try, Only Do!.pdf
Priyanka Aash
 
cnc-processing-centers-centateq-p-110-en.pdf
cnc-processing-centers-centateq-p-110-en.pdf
AmirStern2
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Priyanka Aash
 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
 
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
 
PyCon SG 25 - Firecracker Made Easy with Python.pdf
PyCon SG 25 - Firecracker Made Easy with Python.pdf
Muhammad Yuga Nugraha
 
FIDO Seminar: Targeting Trust: The Future of Identity in the Workforce.pptx
FIDO Seminar: Targeting Trust: The Future of Identity in the Workforce.pptx
FIDO Alliance
 
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Alliance
 
“Key Requirements to Successfully Implement Generative AI in Edge Devices—Opt...
“Key Requirements to Successfully Implement Generative AI in Edge Devices—Opt...
Edge AI and Vision Alliance
 
MuleSoft for AgentForce : Topic Center and API Catalog
MuleSoft for AgentForce : Topic Center and API Catalog
shyamraj55
 
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
 
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Safe Software
 
OWASP Barcelona 2025 Threat Model Library
OWASP Barcelona 2025 Threat Model Library
PetraVukmirovic
 
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
 
OpenPOWER Foundation & Open-Source Core Innovations
OpenPOWER Foundation & Open-Source Core Innovations
IBM
 
Powering Multi-Page Web Applications Using Flow Apps and FME Data Streaming
Powering Multi-Page Web Applications Using Flow Apps and FME Data Streaming
Safe Software
 
Securing Account Lifecycles in the Age of Deepfakes.pptx
Securing Account Lifecycles in the Age of Deepfakes.pptx
FIDO Alliance
 
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
biswajitbanerjee38
 
Securing AI - There Is No Try, Only Do!.pdf
Securing AI - There Is No Try, Only Do!.pdf
Priyanka Aash
 
cnc-processing-centers-centateq-p-110-en.pdf
cnc-processing-centers-centateq-p-110-en.pdf
AmirStern2
 
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
 
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Oh, the Possibilities - Balancing Innovation and Risk with Generative AI.pdf
Priyanka Aash
 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
 
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
 
Crypto Super 500 - 14th Report - June2025.pdf
Crypto Super 500 - 14th Report - June2025.pdf
Stephen Perrenod
 
PyCon SG 25 - Firecracker Made Easy with Python.pdf
PyCon SG 25 - Firecracker Made Easy with Python.pdf
Muhammad Yuga Nugraha
 
FIDO Seminar: Targeting Trust: The Future of Identity in the Workforce.pptx
FIDO Seminar: Targeting Trust: The Future of Identity in the Workforce.pptx
FIDO Alliance
 
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Seminar: Perspectives on Passkeys & Consumer Adoption.pptx
FIDO Alliance
 
“Key Requirements to Successfully Implement Generative AI in Edge Devices—Opt...
“Key Requirements to Successfully Implement Generative AI in Edge Devices—Opt...
Edge AI and Vision Alliance
 
MuleSoft for AgentForce : Topic Center and API Catalog
MuleSoft for AgentForce : Topic Center and API Catalog
shyamraj55
 
Cyber Defense Matrix Workshop - RSA Conference
Cyber Defense Matrix Workshop - RSA Conference
Priyanka Aash
 
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Improving Data Integrity: Synchronization between EAM and ArcGIS Utility Netw...
Safe Software
 
OWASP Barcelona 2025 Threat Model Library
OWASP Barcelona 2025 Threat Model Library
PetraVukmirovic
 
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
 
OpenPOWER Foundation & Open-Source Core Innovations
OpenPOWER Foundation & Open-Source Core Innovations
IBM
 
Powering Multi-Page Web Applications Using Flow Apps and FME Data Streaming
Powering Multi-Page Web Applications Using Flow Apps and FME Data Streaming
Safe Software
 
Securing Account Lifecycles in the Age of Deepfakes.pptx
Securing Account Lifecycles in the Age of Deepfakes.pptx
FIDO Alliance
 
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
War_And_Cyber_3_Years_Of_Struggle_And_Lessons_For_Global_Security.pdf
biswajitbanerjee38
 

Web application development using zend framework