SlideShare a Scribd company logo
Web
 development
Tips and tricks
   By Mahmoud AlZarroug
Highlights
• Definition

• Architecture
  o Storage Tier
  o Server Tier
  o Client Tier

• Common tips
A Web application is..
• An application that utilizes Web browsers to
  accomplish one or more tasks over a network

• It can be a simple static page or as advanced as a
  social network

• Examples:
   o Twitter, Google Search, Facebook, GMail, Angry
     Birds (HTML5 version).. etc
Architecture
Web applications
Client-Server
communication
Storage Tier
Storage Tier
Where information is stored and retrieved.
What to choose?
Relational database
    • Utilize relationship between tables

    • Flexible

    • Easy to update/delete records

    • Avoids duplicate data
NoSQL database
  • Schema-less approach

  • Easy to Scale

  • Fast !
What database to choose?

 Depends on your Software
 requirements
Server Tier
Server side scripting
Key rules
• Security

• Performance

• Scalability
Server Tier: Security
• Cross Site Scripting (XSS):
   o enables attackers to inject client-side script into Web pages
     viewed by other users
• SQL injection:
   o done by passing SQL statements in an entry field in an attempt to
     get the website to pass rogue SQL command to the database
• denial-of-service attack (DoS attack):
   o an attempt to make a machine or network resource unavailable
     to its intended users
• Remote code execution:
   o ability to execute any commands of the attacker's choice on a
     target machine or in a target process
Server Tier: Performance
• Minimize response time
• Code matters !!
  o   Find the simplest solution to a problem
  o   Avoid too many database calls
  o   Merge loops
  o   Review your algorithms
Server Tier: Performance
• Cache pages

• Cache database queries

• Use “Cache-Control” headers

• Cache function returns
Server Tier: Performance
• Merge JavaScript in a single file

• Merge CSS in a single file

• Compress CSS and JS in production
Server Tier: Scalability
• The ability of a system to handle a growing
  amount of work in a capable manner or its
  ability to be enlarged to accommodate
  that growth
Scalability methods
Client Tier
Client Tier
• Client Side Programming

• User Experience

• Browsers Compatibility
Client Side Programming



          Flash
User Experience
1. Make pages load faster
2. Don’t make the user think
  Use clear navigation, clear language, clear layout
3. First Impressions Matter
4. Show Your Credentials
  Buy a SSL cert if required, write copyrights professionally
5. Remove stuff
  Cluttered content, ads
Browsers Compatibility
You will definitely hate this guy
How to avoid it?
• First step to avoid browsers compatibility issues is to
  know your users and the most common browsers
  between them

• Minimize using CSS3 and HTML5 if possible or use an
  alternative depends on the browser

• Use JS frameworks/libraries like Jquery or MooTools
Common Web
           development tips
• For rapid development use MVC frameworks:
   o CodeIgniter, CakePHP, Django, ASP.NET

• Use Cloud solutions for server architecture:
   o Amazon AWS, IBM Cloud, Azure

• “Simplicity is the soul of efficiency”
   o -Austin Freeman


• “Make it Work Before You Make it Fast”
   o -Brian Smits
Questions?

Contact me anytime at:
      mahmoud @ acadox .com

Or Twitter:   @MaXo

More Related Content

PDF
Taming 3rd party content
PDF
Web development using ASP.NET MVC
PPTX
«How to start in web application penetration testing» by Maxim Dzhalamaga
PPTX
Scott Isaacs Presentationajaxexperience (Final)
PDF
WordPress by tomhermans
PDF
WordPress Code Architecture
PPTX
PDF
Debugging WordPress
Taming 3rd party content
Web development using ASP.NET MVC
«How to start in web application penetration testing» by Maxim Dzhalamaga
Scott Isaacs Presentationajaxexperience (Final)
WordPress by tomhermans
WordPress Code Architecture
Debugging WordPress

What's hot (20)

PPTX
Full stack development using javascript what and why - ajay chandravadiya
PPTX
Back to the Basics - 1 - Introduction to Web Development
PPTX
Introduction to maya
PPTX
APEX & Cookie Monster
PPTX
WordPress in the Enterprise Market
PDF
Platforms based on WordPress
PPTX
WEB_Seminar_by_Prashant_Walke
PPTX
How hard can it be
PPT
PDF
About Caching
PPTX
Introduction to TomatoCMS
PDF
WordPress as a CMS
PPTX
Kentico CMS
PPT
What Is joomla - landau Design Reviews
PPT
What is Joomla?
PDF
WordPress as an Application Framework
PDF
Should you be using WordPress as your web platform?
PPTX
SQL Server Service Brokers
PPTX
The Power of Page Builder Plugins in Building a WordPress Site
 - Presented b...
PDF
Best Practices for Building Sites in dotCMS
Full stack development using javascript what and why - ajay chandravadiya
Back to the Basics - 1 - Introduction to Web Development
Introduction to maya
APEX & Cookie Monster
WordPress in the Enterprise Market
Platforms based on WordPress
WEB_Seminar_by_Prashant_Walke
How hard can it be
About Caching
Introduction to TomatoCMS
WordPress as a CMS
Kentico CMS
What Is joomla - landau Design Reviews
What is Joomla?
WordPress as an Application Framework
Should you be using WordPress as your web platform?
SQL Server Service Brokers
The Power of Page Builder Plugins in Building a WordPress Site
 - Presented b...
Best Practices for Building Sites in dotCMS
Ad

Similar to Web development tips and tricks (20)

PPTX
Best Practices for WordPress in Enterprise
PDF
Best practices-wordpress-enterprise
PDF
Do you lose sleep at night?
PPTX
Антон Бойко "Разделяй и властвуй — набор практик для построения масштабируемо...
PDF
Usersnap and the javascript magic behind the scenes - ViennaJS
PPTX
"Python web development combines the simplicity of the language with powerful...
PPTX
Starting Azure mobile services
PPTX
After the LAMP, it's time to get MEAN
PPT
Top 10 web application development frameworks 2016
PPTX
Introduction to GoLang
PPT
Windows Azure Essentials V3
PPTX
Sahi Principles and Architecture
PDF
Enterprise WordPress - Performance, Scalability and Redundancy
PDF
Best Practices for WordPress
PDF
Front end development best practices
PPTX
Browser Hacking For Fun and Profit | Null Bangalore Meetup 2019 | Divyanshu S...
PPTX
Untying the Knots of Web Dev with Internet Explorer
PPTX
Frameworks Galore: A Pragmatic Review
PDF
Ch 10: Hacking Web Servers
PPTX
1 Intro of web technology and sciences .pptx
Best Practices for WordPress in Enterprise
Best practices-wordpress-enterprise
Do you lose sleep at night?
Антон Бойко "Разделяй и властвуй — набор практик для построения масштабируемо...
Usersnap and the javascript magic behind the scenes - ViennaJS
"Python web development combines the simplicity of the language with powerful...
Starting Azure mobile services
After the LAMP, it's time to get MEAN
Top 10 web application development frameworks 2016
Introduction to GoLang
Windows Azure Essentials V3
Sahi Principles and Architecture
Enterprise WordPress - Performance, Scalability and Redundancy
Best Practices for WordPress
Front end development best practices
Browser Hacking For Fun and Profit | Null Bangalore Meetup 2019 | Divyanshu S...
Untying the Knots of Web Dev with Internet Explorer
Frameworks Galore: A Pragmatic Review
Ch 10: Hacking Web Servers
1 Intro of web technology and sciences .pptx
Ad

Web development tips and tricks

  • 1. Web development Tips and tricks By Mahmoud AlZarroug
  • 2. Highlights • Definition • Architecture o Storage Tier o Server Tier o Client Tier • Common tips
  • 3. A Web application is.. • An application that utilizes Web browsers to accomplish one or more tasks over a network • It can be a simple static page or as advanced as a social network • Examples: o Twitter, Google Search, Facebook, GMail, Angry Birds (HTML5 version).. etc
  • 8. Storage Tier Where information is stored and retrieved.
  • 10. Relational database • Utilize relationship between tables • Flexible • Easy to update/delete records • Avoids duplicate data
  • 11. NoSQL database • Schema-less approach • Easy to Scale • Fast !
  • 12. What database to choose? Depends on your Software requirements
  • 15. Key rules • Security • Performance • Scalability
  • 16. Server Tier: Security • Cross Site Scripting (XSS): o enables attackers to inject client-side script into Web pages viewed by other users • SQL injection: o done by passing SQL statements in an entry field in an attempt to get the website to pass rogue SQL command to the database • denial-of-service attack (DoS attack): o an attempt to make a machine or network resource unavailable to its intended users • Remote code execution: o ability to execute any commands of the attacker's choice on a target machine or in a target process
  • 17. Server Tier: Performance • Minimize response time • Code matters !! o Find the simplest solution to a problem o Avoid too many database calls o Merge loops o Review your algorithms
  • 18. Server Tier: Performance • Cache pages • Cache database queries • Use “Cache-Control” headers • Cache function returns
  • 19. Server Tier: Performance • Merge JavaScript in a single file • Merge CSS in a single file • Compress CSS and JS in production
  • 20. Server Tier: Scalability • The ability of a system to handle a growing amount of work in a capable manner or its ability to be enlarged to accommodate that growth
  • 23. Client Tier • Client Side Programming • User Experience • Browsers Compatibility
  • 25. User Experience 1. Make pages load faster 2. Don’t make the user think Use clear navigation, clear language, clear layout 3. First Impressions Matter 4. Show Your Credentials Buy a SSL cert if required, write copyrights professionally 5. Remove stuff Cluttered content, ads
  • 26. Browsers Compatibility You will definitely hate this guy
  • 27. How to avoid it? • First step to avoid browsers compatibility issues is to know your users and the most common browsers between them • Minimize using CSS3 and HTML5 if possible or use an alternative depends on the browser • Use JS frameworks/libraries like Jquery or MooTools
  • 28. Common Web development tips • For rapid development use MVC frameworks: o CodeIgniter, CakePHP, Django, ASP.NET • Use Cloud solutions for server architecture: o Amazon AWS, IBM Cloud, Azure • “Simplicity is the soul of efficiency” o -Austin Freeman • “Make it Work Before You Make it Fast” o -Brian Smits
  • 29. Questions? Contact me anytime at: mahmoud @ acadox .com Or Twitter: @MaXo