SlideShare ist ein Scribd-Unternehmen logo
1 von 38
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
Laravel, il framework PHP per gli Artigiani del Web
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHO AM I
IONUT TANASA
Full Stack Developer && Technical Leader
Certified Laravel
DevOps
*
been using (laravel, not drugs) since 2012 (v3.2)
10 years of PHP
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
BORING STUFF
● First release in June 2011
● 17 major releases since (latest being 5.8)
● Introduced LTS support since 5.1
○ bug fixes for 2 years
○ security fixes for 3 years
● General releases
○ bug fixes for 6 months
○ security fixes for 1 year
● Current LTS version is 5.5
● Dumped PHP 5 support with 5.5 LTS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
TRENDS
Source
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
TRENDS
Source: https://www.jetbrains.com/lp/devecosystem-2019/php/
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Rapid prototyping
$ laravel new app
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Quick scaffolding
$ php artisan make:auth
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Great ORM
Eloquent
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Painless routing
Route::get(‘users’, ‘UsersController’);
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Powerful queues
dispatch(new SendWelcomeEmail($user))
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Great docs
laravel.com/docs
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Projects
keesy.com
bikebee.it
camillo.online
laborplay.com
savetheplanet.green
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Adoption
2015
Microsoft stuff
Java
Ruby
2019
Microsoft stuff
Java
PHP
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
WHY LARAVEL
Learning curve
10 days of PHP
1 week for Laravel
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
LOCAL DEVELOPMENT
Homestead @ Vagrant
Vessel @ Docker
Valet @ OSX
Valet Plus // third party @ OSX
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Auto-balancing
● Code driven configuration
● Metrics
● Monitoring
● Failed Job Management
● Notifications
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Auto-balancing
● Code driven configuration
● Metrics
● Monitoring
● Failed Job Management
● Notifications
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full OAuth2 Server implementation
● Based on League OAuth2 Server
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full OAuth2 Server implementation
● Based on League OAuth2 Server
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full-text search @ Eloquent Models
● Built-in Algolia support
● Third party MySQL Driver
● Third party ElasticSearch Driver
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Full-text search @ Eloquent Models
● Built-in Algolia support
● Third party MySQL Driver
● Third party ElasticSearch Driver
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Social authentication
● Built-in drivers
○ Facebook
○ Twitter
○ LinkedIn
○ Google
○ GitHub && Gitlab && Bitbucket
● And many more...
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Social authentication
● Built-in drivers
○ Facebook
○ Twitter
○ LinkedIn
○ Google
○ GitHub && Gitlab && Bitbucket
● And many more...
Free and OSS
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Incoming requests
● Exceptions
● Log entries
● Database queries
● Queued Jobs
● Mail && Notifications
● Cache
● Scheduled tasks
● Variable dumps
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
Free and OSS
● Incoming requests
● Exceptions
● Log entries
● Database queries
● Queued Jobs
● Mail && Notifications
● Cache
● Scheduled tasks
● Variable dumps
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Browser automation
● Browser testing
● Uses a headless Chrome
● Easily integrable with a CI
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
Free and OSS
● Browser automation
● Browser testing
● Uses a headless Chrome
● Easily integrable with a CI
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Vue.js SPA
● Code driven configuration
● Resource management
● Actions
● Filters
● Lenses
● Metrics
● Authorization
● Custom Tools && Fields
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
$ 99 / site
$ 199 / unlimited
● Vue.js SPA
● Code driven configuration
● Resource management
● Actions
● Filters
● Lenses
● Metrics
● Authorization
● Custom Tools && Fields
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Subscription billing (uses Cashier
underneath)
● Invoices
● Two-Factor Authentication
● Profiles
● Localization
● Charges per user, per team, per seat
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
FIRST PARTY
PACKAGES
● Subscription billing (uses Cashier
underneath)
● Invoices
● Two-Factor Authentication
● Profiles
● Localization
● Charges per user, per team, per seat
$ 99 / site
$ 299 / unlimited
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
SAAS
Envoyer
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
SAAS
Forge
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans
Qs?
CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT
WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans

Weitere ähnliche Inhalte

Ähnlich wie Laravel, il framework php per gli artigiani del web

Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14p6academy
 
OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.Philippe Bogaerts
 
Wagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W PetersonWagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W PetersonBrent W Peterson
 
Microsoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform InstallerMicrosoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform InstallerGeorge Kanellopoulos
 
API Design Best Practices by Igor Miniailo
API Design Best Practices by Igor MiniailoAPI Design Best Practices by Igor Miniailo
API Design Best Practices by Igor MiniailoMagecom UK Limited
 
Rest apis with DRF
Rest apis with DRFRest apis with DRF
Rest apis with DRFDharmit Shah
 
Simple Web Services with PHP
Simple Web Services with PHPSimple Web Services with PHP
Simple Web Services with PHPJohn Paul Ada
 
Last Month in PHP - June 2016
Last Month in PHP - June 2016Last Month in PHP - June 2016
Last Month in PHP - June 2016Eric Poe
 
Hire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel ProgrammersHire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel ProgrammersSummation IT
 
WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1WSO2
 
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?Tom Paseka
 
Python Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | EdurekaPython Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | EdurekaEdureka!
 
NDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my MoncaiNDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my Moncaimoncai
 
Introduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeansIntroduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeansPasqualino Imbemba
 
Real-Time Web applications with WebSockets
Real-Time Web applications with WebSocketsReal-Time Web applications with WebSockets
Real-Time Web applications with WebSocketsStanislav Zozulia
 
Last Month in PHP - May 2016
Last Month in PHP - May 2016Last Month in PHP - May 2016
Last Month in PHP - May 2016Eric Poe
 

Ähnlich wie Laravel, il framework php per gli artigiani del web (20)

Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
Primavera gateway SAP provider - Oracle Primavera P6 Collaborate 14
 
OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.OWASP WebGoat and PANTERA Web Assessment Studio Project.
OWASP WebGoat and PANTERA Web Assessment Studio Project.
 
Wagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W PetersonWagento Magento 2 developer - Brent W Peterson
Wagento Magento 2 developer - Brent W Peterson
 
Microsoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform InstallerMicrosoft WebsiteSpark & Windows Platform Installer
Microsoft WebsiteSpark & Windows Platform Installer
 
Nginx, PHP and Node.js
Nginx, PHP and Node.jsNginx, PHP and Node.js
Nginx, PHP and Node.js
 
API Design Best Practices by Igor Miniailo
API Design Best Practices by Igor MiniailoAPI Design Best Practices by Igor Miniailo
API Design Best Practices by Igor Miniailo
 
Rest apis with DRF
Rest apis with DRFRest apis with DRF
Rest apis with DRF
 
Simple Web Services with PHP
Simple Web Services with PHPSimple Web Services with PHP
Simple Web Services with PHP
 
Last Month in PHP - June 2016
Last Month in PHP - June 2016Last Month in PHP - June 2016
Last Month in PHP - June 2016
 
Hire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel ProgrammersHire laravel-php-developers- Hire Laravel Programmers
Hire laravel-php-developers- Hire Laravel Programmers
 
WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1WSO2 Product Release Webinar - WSO2 App Factory 2.1
WSO2 Product Release Webinar - WSO2 App Factory 2.1
 
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
HKNOG 6.0 Next Generation Networks - will automation put us out of jobs?
 
c0c0n2010 -
c0c0n2010 - c0c0n2010 -
c0c0n2010 -
 
Python Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | EdurekaPython Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | Edureka
 
NDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my MoncaiNDC 2011 - Let me introduce my Moncai
NDC 2011 - Let me introduce my Moncai
 
Introduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeansIntroduction to Enterprise JavaBeans
Introduction to Enterprise JavaBeans
 
Real-Time Web applications with WebSockets
Real-Time Web applications with WebSocketsReal-Time Web applications with WebSockets
Real-Time Web applications with WebSockets
 
Last Month in PHP - May 2016
Last Month in PHP - May 2016Last Month in PHP - May 2016
Last Month in PHP - May 2016
 
Robot Framework
Robot FrameworkRobot Framework
Robot Framework
 
20 cool things python
20 cool things python20 cool things python
20 cool things python
 

Mehr von Commit University

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Commit University
 
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdfBreaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdfCommit University
 
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdfAccelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdfCommit University
 
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...Commit University
 
Commit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptxCommit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptxCommit University
 
Sviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PASviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PACommit University
 
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...Commit University
 
Prisma the ORM that node was waiting for
Prisma the ORM that node was waiting forPrisma the ORM that node was waiting for
Prisma the ORM that node was waiting forCommit University
 
Decision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit UniversityDecision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit UniversityCommit University
 
Component Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdfComponent Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdfCommit University
 
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...Commit University
 
Prototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step FunctionsPrototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step FunctionsCommit University
 
KMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and SwiftKMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and SwiftCommit University
 
Da Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazioneDa Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazioneCommit University
 
Orchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lcOrchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lcCommit University
 
Fastify has defeated Lagacy-Code
Fastify has defeated Lagacy-CodeFastify has defeated Lagacy-Code
Fastify has defeated Lagacy-CodeCommit University
 

Mehr von Commit University (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)
 
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdfBreaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
Breaking REST Chains_ A Fastify & Mercurius Pathway to GraphQL Glory.pdf
 
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdfAccelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
Accelerating API Development: A Pit Stop with Gin-Gonic in Golang-Slide.pdf
 
Slide-10years.pdf
Slide-10years.pdfSlide-10years.pdf
Slide-10years.pdf
 
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
Collaborazione, Decisionalità e Gestione della Complessità nel Tempo: cosa ...
 
Vue.js slots.pdf
Vue.js slots.pdfVue.js slots.pdf
Vue.js slots.pdf
 
Commit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptxCommit - Qwik il framework che ti stupirà.pptx
Commit - Qwik il framework che ti stupirà.pptx
 
Sviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PASviluppare da zero una Angular Web App per la PA
Sviluppare da zero una Angular Web App per la PA
 
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
Backstage l'Internal Developer Portal Open Source per una migliore Developer ...
 
Prisma the ORM that node was waiting for
Prisma the ORM that node was waiting forPrisma the ORM that node was waiting for
Prisma the ORM that node was waiting for
 
Decision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit UniversityDecision-making for Software Development Teams - Commit University
Decision-making for Software Development Teams - Commit University
 
Component Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdfComponent Design Pattern nei Game Engine.pdf
Component Design Pattern nei Game Engine.pdf
 
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
Un viaggio alla scoperta dei Language Models e dell’intelligenza artificiale ...
 
Prototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step FunctionsPrototipazione Low-Code con AWS Step Functions
Prototipazione Low-Code con AWS Step Functions
 
KMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and SwiftKMM survival guide: how to tackle struggles between Kotlin and Swift
KMM survival guide: how to tackle struggles between Kotlin and Swift
 
Da Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazioneDa Vuex a Pinia: come fare la migrazione
Da Vuex a Pinia: come fare la migrazione
 
Orchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lcOrchestrare Micro-frontend con micro-lc
Orchestrare Micro-frontend con micro-lc
 
Fastify has defeated Lagacy-Code
Fastify has defeated Lagacy-CodeFastify has defeated Lagacy-Code
Fastify has defeated Lagacy-Code
 
SwiftUI vs UIKit
SwiftUI vs UIKitSwiftUI vs UIKit
SwiftUI vs UIKit
 

Kürzlich hochgeladen

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Kürzlich hochgeladen (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Laravel, il framework php per gli artigiani del web

  • 1. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT Laravel, il framework PHP per gli Artigiani del Web
  • 2. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHO AM I IONUT TANASA Full Stack Developer && Technical Leader Certified Laravel DevOps * been using (laravel, not drugs) since 2012 (v3.2) 10 years of PHP
  • 3. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans BORING STUFF ● First release in June 2011 ● 17 major releases since (latest being 5.8) ● Introduced LTS support since 5.1 ○ bug fixes for 2 years ○ security fixes for 3 years ● General releases ○ bug fixes for 6 months ○ security fixes for 1 year ● Current LTS version is 5.5 ● Dumped PHP 5 support with 5.5 LTS
  • 4. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans TRENDS Source
  • 5. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans TRENDS Source: https://www.jetbrains.com/lp/devecosystem-2019/php/
  • 6. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL
  • 7. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Rapid prototyping $ laravel new app
  • 8. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Quick scaffolding $ php artisan make:auth
  • 9. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Great ORM Eloquent
  • 10. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Painless routing Route::get(‘users’, ‘UsersController’);
  • 11. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Powerful queues dispatch(new SendWelcomeEmail($user))
  • 12. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Great docs laravel.com/docs
  • 13. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL
  • 14. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Projects keesy.com bikebee.it camillo.online laborplay.com savetheplanet.green
  • 15. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Adoption 2015 Microsoft stuff Java Ruby 2019 Microsoft stuff Java PHP
  • 16. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans WHY LARAVEL Learning curve 10 days of PHP 1 week for Laravel
  • 17. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans LOCAL DEVELOPMENT Homestead @ Vagrant Vessel @ Docker Valet @ OSX Valet Plus // third party @ OSX
  • 18. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES
  • 19. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Auto-balancing ● Code driven configuration ● Metrics ● Monitoring ● Failed Job Management ● Notifications
  • 20. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Auto-balancing ● Code driven configuration ● Metrics ● Monitoring ● Failed Job Management ● Notifications Free and OSS
  • 21. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full OAuth2 Server implementation ● Based on League OAuth2 Server
  • 22. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full OAuth2 Server implementation ● Based on League OAuth2 Server Free and OSS
  • 23. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full-text search @ Eloquent Models ● Built-in Algolia support ● Third party MySQL Driver ● Third party ElasticSearch Driver
  • 24. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Full-text search @ Eloquent Models ● Built-in Algolia support ● Third party MySQL Driver ● Third party ElasticSearch Driver Free and OSS
  • 25. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Social authentication ● Built-in drivers ○ Facebook ○ Twitter ○ LinkedIn ○ Google ○ GitHub && Gitlab && Bitbucket ● And many more...
  • 26. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Social authentication ● Built-in drivers ○ Facebook ○ Twitter ○ LinkedIn ○ Google ○ GitHub && Gitlab && Bitbucket ● And many more... Free and OSS
  • 27. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Incoming requests ● Exceptions ● Log entries ● Database queries ● Queued Jobs ● Mail && Notifications ● Cache ● Scheduled tasks ● Variable dumps
  • 28. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES Free and OSS ● Incoming requests ● Exceptions ● Log entries ● Database queries ● Queued Jobs ● Mail && Notifications ● Cache ● Scheduled tasks ● Variable dumps
  • 29. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Browser automation ● Browser testing ● Uses a headless Chrome ● Easily integrable with a CI
  • 30. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES Free and OSS ● Browser automation ● Browser testing ● Uses a headless Chrome ● Easily integrable with a CI
  • 31. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Vue.js SPA ● Code driven configuration ● Resource management ● Actions ● Filters ● Lenses ● Metrics ● Authorization ● Custom Tools && Fields
  • 32. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES $ 99 / site $ 199 / unlimited ● Vue.js SPA ● Code driven configuration ● Resource management ● Actions ● Filters ● Lenses ● Metrics ● Authorization ● Custom Tools && Fields
  • 33. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Subscription billing (uses Cashier underneath) ● Invoices ● Two-Factor Authentication ● Profiles ● Localization ● Charges per user, per team, per seat
  • 34. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans FIRST PARTY PACKAGES ● Subscription billing (uses Cashier underneath) ● Invoices ● Two-Factor Authentication ● Profiles ● Localization ● Charges per user, per team, per seat $ 99 / site $ 299 / unlimited
  • 35. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans SAAS Envoyer
  • 36. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans SAAS Forge
  • 37. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans Qs?
  • 38. CORPORATE PRESENTATION 2016 WWW.COMMITSOFTWARE.IT WWW.COMMITSOFTWARE.ITThe PHP Framework For Web Artisans