Chef-NYC June-2014 - Testing cookbooks on Digital Ocean

Sean OMeara
Sean OMearaCommunity Software Engineer at Chef
Cookbook Testing with TravisCI, Test
Kitchen and Digital Ocean
Sean OMeara!
someara@getchef.com!
@someara
whoami
Writing Cookbooks
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Are we done?
Testing Cookbooks
Slightly more involved.
The Basics
http://www.flickr.com/photos/jronaldlee/5295169486/
Run the recipe
See what happens
Manual techniques
Automated techniques
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
CLI IS
BETTER
Converge Testing
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Integration Testing
ttps://www.flickr.com/photos/kitsa_sakurako/439652830
Test that a set of resources has achieved
their combined goal
{testable	

intent
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Test Kitchen runs
integration tests out of
band of Chef
It does this with bussers
Bats!
Serverspec!
Minitest!
Cucumber
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
suite busser
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
kitchen test!
!
kitchen converge!
run integration tests!
kitchen destroy
test
tear down
Style Testing
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Ruby level style
enforcement
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
single quotes
space after comma
no trailing whitespace
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef level style
enforcement
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
http://www.flickr.com/photos/40389360@N00/2428706650/
Regression Testing
ChefSpec makes
assertions about
compiled resource
collections
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
REFERENCE SLIDE
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
https://github.com/opscode-cookbooks/yum
https://github.com/opscode-cookbooks/mysql
Reference Cookbooks
https://github.com/opscode-cookbooks/jenkins
https://github.com/opscode-cookbooks/yum-epel
Cookbook Dependencies
Often, a cookbook will
depend on another
include_recipe ‘another_cookbook::recipe’!
!
OR!
!
consume a resource shipped in
another_cookbook
For example
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
not in core Chef
ships in mysql
cookbook
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Dependencies suck and
you don’t want to manage
them manually.
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Berkshelf is bundler for
Chef cookbooks
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
your chef-server here
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Bundler installs
dependencies into your
local gem cache
Berkshelf installs
dependencies into your
local cookbook cache
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
needs moar ServerSpec
Travis CI
Because I like to close my
laptop sometimes
I ran out of slides.
Chef-NYC June-2014 - Testing cookbooks on Digital Ocean
1 of 118

Recommended

Cookbook Reusability @ Chef Community summit 2014 by
Cookbook Reusability @ Chef Community summit 2014Cookbook Reusability @ Chef Community summit 2014
Cookbook Reusability @ Chef Community summit 2014Sean OMeara
1.2K views103 slides
Configuration Management Camp 2015 by
Configuration Management Camp 2015Configuration Management Camp 2015
Configuration Management Camp 2015Sean OMeara
3.1K views93 slides
Put an end to regression with codeception testing by
Put an end to regression with codeception testingPut an end to regression with codeception testing
Put an end to regression with codeception testingJoe Ferguson
922 views75 slides
Midwest PHP 2017 DevOps For Small team by
Midwest PHP 2017 DevOps For Small teamMidwest PHP 2017 DevOps For Small team
Midwest PHP 2017 DevOps For Small teamJoe Ferguson
540 views83 slides
RESTful API Testing using Postman, Newman, and Jenkins by
RESTful API Testing using Postman, Newman, and JenkinsRESTful API Testing using Postman, Newman, and Jenkins
RESTful API Testing using Postman, Newman, and JenkinsQASymphony
5.5K views17 slides
Composer at Scale, Release and Dependency Management by
Composer at Scale, Release and Dependency ManagementComposer at Scale, Release and Dependency Management
Composer at Scale, Release and Dependency ManagementJoe Ferguson
437 views60 slides

More Related Content

What's hot

#AT16VIE: Does Agile mean we have no time for testing? by
#AT16VIE: Does Agile mean we have no time for testing?#AT16VIE: Does Agile mean we have no time for testing?
#AT16VIE: Does Agile mean we have no time for testing?Dr. Alexander Schwartz
555 views51 slides
Selenium and Appium Training from Sauce Labs by
Selenium and Appium Training from Sauce LabsSelenium and Appium Training from Sauce Labs
Selenium and Appium Training from Sauce LabsSauce Labs
5.4K views16 slides
Continuous Testing in the Cloud by
Continuous Testing in the CloudContinuous Testing in the Cloud
Continuous Testing in the CloudSauce Labs
6.9K views21 slides
Drupal8 Front-end Automated Testing by
Drupal8 Front-end Automated TestingDrupal8 Front-end Automated Testing
Drupal8 Front-end Automated TestingRuben Teijeiro
1.3K views67 slides
Simple Unit Testing in Appcelerator Titanium Alloy by
Simple Unit Testing in Appcelerator Titanium AlloySimple Unit Testing in Appcelerator Titanium Alloy
Simple Unit Testing in Appcelerator Titanium AlloyAaron Saunders
7.2K views8 slides
Arquillian: Effective tests from the client to the server by
Arquillian: Effective tests from the client to the serverArquillian: Effective tests from the client to the server
Arquillian: Effective tests from the client to the serverLukáš Fryč
1.7K views123 slides

What's hot(20)

Selenium and Appium Training from Sauce Labs by Sauce Labs
Selenium and Appium Training from Sauce LabsSelenium and Appium Training from Sauce Labs
Selenium and Appium Training from Sauce Labs
Sauce Labs5.4K views
Continuous Testing in the Cloud by Sauce Labs
Continuous Testing in the CloudContinuous Testing in the Cloud
Continuous Testing in the Cloud
Sauce Labs6.9K views
Drupal8 Front-end Automated Testing by Ruben Teijeiro
Drupal8 Front-end Automated TestingDrupal8 Front-end Automated Testing
Drupal8 Front-end Automated Testing
Ruben Teijeiro1.3K views
Simple Unit Testing in Appcelerator Titanium Alloy by Aaron Saunders
Simple Unit Testing in Appcelerator Titanium AlloySimple Unit Testing in Appcelerator Titanium Alloy
Simple Unit Testing in Appcelerator Titanium Alloy
Aaron Saunders7.2K views
Arquillian: Effective tests from the client to the server by Lukáš Fryč
Arquillian: Effective tests from the client to the serverArquillian: Effective tests from the client to the server
Arquillian: Effective tests from the client to the server
Lukáš Fryč1.7K views
Moving From a Selenium Grid to the Cloud - A Real Life Story by Sauce Labs
Moving From a Selenium Grid to the Cloud - A Real Life StoryMoving From a Selenium Grid to the Cloud - A Real Life Story
Moving From a Selenium Grid to the Cloud - A Real Life Story
Sauce Labs2.6K views
Selenium and Sauce Labs by hugs
Selenium and Sauce LabsSelenium and Sauce Labs
Selenium and Sauce Labs
hugs6K views
ChefConf 2016 - Writing Compossible Community Cookbooks using Chef Custom Res... by Tim Smith
ChefConf 2016 - Writing Compossible Community Cookbooks using Chef Custom Res...ChefConf 2016 - Writing Compossible Community Cookbooks using Chef Custom Res...
ChefConf 2016 - Writing Compossible Community Cookbooks using Chef Custom Res...
Tim Smith429 views
Selenium and Cucumber Selenium Conf 2011 by dimakovalenko
Selenium and Cucumber Selenium Conf 2011Selenium and Cucumber Selenium Conf 2011
Selenium and Cucumber Selenium Conf 2011
dimakovalenko2.2K views
Postman Webinar: Postman 101 by Nikita Sharma
Postman Webinar: Postman 101Postman Webinar: Postman 101
Postman Webinar: Postman 101
Nikita Sharma414 views
Ansible top 10 - 2018 by Viresh Doshi
Ansible top 10 -  2018Ansible top 10 -  2018
Ansible top 10 - 2018
Viresh Doshi236 views
Continuous Integration for Titanium by Denver Sessink
Continuous Integration for TitaniumContinuous Integration for Titanium
Continuous Integration for Titanium
Denver Sessink2.8K views
Accelerate Quality with Postman - Basics by Knoldus Inc.
Accelerate Quality with Postman - BasicsAccelerate Quality with Postman - Basics
Accelerate Quality with Postman - Basics
Knoldus Inc.3K views
Release Responsibly by Codemotion
Release ResponsiblyRelease Responsibly
Release Responsibly
Codemotion2.5K views
TiCalabash and TiMocha: The keys to Better & More Stable Titanium Apps by Andrew McElroy
TiCalabash and TiMocha: The keys to Better & More Stable Titanium AppsTiCalabash and TiMocha: The keys to Better & More Stable Titanium Apps
TiCalabash and TiMocha: The keys to Better & More Stable Titanium Apps
Andrew McElroy3.1K views
Continuous integration meetup by Drew Stephens
Continuous integration meetupContinuous integration meetup
Continuous integration meetup
Drew Stephens899 views
The Dog Ate My Deployment - PHP Uncoference September 2013 by D
The Dog Ate My Deployment - PHP Uncoference September 2013The Dog Ate My Deployment - PHP Uncoference September 2013
The Dog Ate My Deployment - PHP Uncoference September 2013
D 2.3K views
Dennis Benkert - The Dog Ate My Deployment - Symfony Usergroup Berlin March ... by D
Dennis Benkert -  The Dog Ate My Deployment - Symfony Usergroup Berlin March ...Dennis Benkert -  The Dog Ate My Deployment - Symfony Usergroup Berlin March ...
Dennis Benkert - The Dog Ate My Deployment - Symfony Usergroup Berlin March ...
D 2.7K views

Viewers also liked

center- point energy annual reports 2008 by
center- point energy annual reports 2008center- point energy annual reports 2008
center- point energy annual reports 2008finance41
598 views140 slides
charter communications ar04 by
charter communications ar04charter communications ar04
charter communications ar04finance34
876 views152 slides
The Airbus Program - National Champions, European Project, Global Player by
The Airbus Program - National Champions, European Project, Global Player The Airbus Program - National Champions, European Project, Global Player
The Airbus Program - National Champions, European Project, Global Player Daniel Stanislaus Martel
2.1K views144 slides
Fbi fingerprint_Sinh trắc Học Dấu Vân tay by
Fbi fingerprint_Sinh trắc Học Dấu Vân tayFbi fingerprint_Sinh trắc Học Dấu Vân tay
Fbi fingerprint_Sinh trắc Học Dấu Vân tayCông ty TNHH DV TV Tiềm Năng Việt
899 views242 slides
charter communications Final_Charter_Annual_Report_2007 by
charter communications Final_Charter_Annual_Report_2007charter communications Final_Charter_Annual_Report_2007
charter communications Final_Charter_Annual_Report_2007finance34
663 views118 slides
Duke Energy Brand Standards Manual by
Duke Energy Brand Standards ManualDuke Energy Brand Standards Manual
Duke Energy Brand Standards ManualBill Smith
4.9K views224 slides

Viewers also liked(11)

center- point energy annual reports 2008 by finance41
center- point energy annual reports 2008center- point energy annual reports 2008
center- point energy annual reports 2008
finance41598 views
charter communications ar04 by finance34
charter communications ar04charter communications ar04
charter communications ar04
finance34876 views
The Airbus Program - National Champions, European Project, Global Player by Daniel Stanislaus Martel
The Airbus Program - National Champions, European Project, Global Player The Airbus Program - National Champions, European Project, Global Player
The Airbus Program - National Champions, European Project, Global Player
charter communications Final_Charter_Annual_Report_2007 by finance34
charter communications Final_Charter_Annual_Report_2007charter communications Final_Charter_Annual_Report_2007
charter communications Final_Charter_Annual_Report_2007
finance34663 views
Duke Energy Brand Standards Manual by Bill Smith
Duke Energy Brand Standards ManualDuke Energy Brand Standards Manual
Duke Energy Brand Standards Manual
Bill Smith4.9K views
Monetize with PayPal X Payments Platform by guest72b121
Monetize with PayPal X Payments PlatformMonetize with PayPal X Payments Platform
Monetize with PayPal X Payments Platform
guest72b12115.1K views
Customer preference for volkswagen cars by Swamit Gupta
Customer preference for volkswagen carsCustomer preference for volkswagen cars
Customer preference for volkswagen cars
Swamit Gupta21.8K views
Credit risk management @ state bank of india project report mba finance by Babasab Patil
Credit risk management @ state bank of india project report mba financeCredit risk management @ state bank of india project report mba finance
Credit risk management @ state bank of india project report mba finance
Babasab Patil50.8K views
HOTEL CASESTUDY - HYATT REGENCY, PUNE by jagrutib22
HOTEL CASESTUDY - HYATT REGENCY, PUNEHOTEL CASESTUDY - HYATT REGENCY, PUNE
HOTEL CASESTUDY - HYATT REGENCY, PUNE
jagrutib2276.2K views
PowerPoint Tutorial Presentation - Tips & Tricks by Niezette -
PowerPoint Tutorial Presentation - Tips & TricksPowerPoint Tutorial Presentation - Tips & Tricks
PowerPoint Tutorial Presentation - Tips & Tricks
Niezette -175.6K views

Similar to Chef-NYC June-2014 - Testing cookbooks on Digital Ocean

What is Test Kitchen by
What is Test KitchenWhat is Test Kitchen
What is Test KitchenBenoit Caron
841 views21 slides
Chef tooling and TDD by
Chef tooling and  TDDChef tooling and  TDD
Chef tooling and TDDSai Kothapalle
126 views15 slides
Environments - Fundamentals Webinar Series Week 5 by
Environments - Fundamentals Webinar Series Week 5Environments - Fundamentals Webinar Series Week 5
Environments - Fundamentals Webinar Series Week 5Chef
12.5K views44 slides
Chef Cookbook Workflow by
Chef Cookbook WorkflowChef Cookbook Workflow
Chef Cookbook WorkflowAmazon Web Services
7.5K views77 slides
Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co... by
Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co...Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co...
Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co...Chef Software, Inc.
11.6K views51 slides
Terraform Testing with InSpec Demo by
Terraform Testing with InSpec DemoTerraform Testing with InSpec Demo
Terraform Testing with InSpec DemoAnnie Hedgpeth
200 views22 slides

Similar to Chef-NYC June-2014 - Testing cookbooks on Digital Ocean(20)

What is Test Kitchen by Benoit Caron
What is Test KitchenWhat is Test Kitchen
What is Test Kitchen
Benoit Caron841 views
Environments - Fundamentals Webinar Series Week 5 by Chef
Environments - Fundamentals Webinar Series Week 5Environments - Fundamentals Webinar Series Week 5
Environments - Fundamentals Webinar Series Week 5
Chef12.5K views
Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co... by Chef Software, Inc.
Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co...Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co...
Chef Fundamentals Training Series Module 6: Roles, Environments, Community Co...
Chef Software, Inc.11.6K views
Terraform Testing with InSpec Demo by Annie Hedgpeth
Terraform Testing with InSpec DemoTerraform Testing with InSpec Demo
Terraform Testing with InSpec Demo
Annie Hedgpeth200 views
Chef Intro @ SF Bay Area LSPE meetup by Promet Source
Chef Intro @ SF Bay Area LSPE meetupChef Intro @ SF Bay Area LSPE meetup
Chef Intro @ SF Bay Area LSPE meetup
Promet Source1.2K views
Ignite Talk on Chef by Bob Nowadly
Ignite Talk on ChefIgnite Talk on Chef
Ignite Talk on Chef
Bob Nowadly1.1K views
Compliance Automation with InSpec by Nathen Harvey
Compliance Automation with InSpecCompliance Automation with InSpec
Compliance Automation with InSpec
Nathen Harvey1.1K views
Test kitchen 1.0 - Fletcher Nichol by Devopsdays
Test kitchen 1.0 - Fletcher NicholTest kitchen 1.0 - Fletcher Nichol
Test kitchen 1.0 - Fletcher Nichol
Devopsdays1.5K views
Building Better Chef Community Cookbooks by Tim Smith
Building Better Chef Community CookbooksBuilding Better Chef Community Cookbooks
Building Better Chef Community Cookbooks
Tim Smith411 views
Introduction To Continuous Compliance & Remediation by Nicole Johnson
Introduction To Continuous Compliance & RemediationIntroduction To Continuous Compliance & Remediation
Introduction To Continuous Compliance & Remediation
Nicole Johnson665 views
Cook like a Chef by Ian Yang
Cook like a ChefCook like a Chef
Cook like a Chef
Ian Yang1.1K views
Atlassian's Mystique CLI, Minimizing the Experiment Development Cycle by Optimizely
Atlassian's Mystique CLI, Minimizing the Experiment Development CycleAtlassian's Mystique CLI, Minimizing the Experiment Development Cycle
Atlassian's Mystique CLI, Minimizing the Experiment Development Cycle
Optimizely370 views
Chef for beginners module 5 by Chef
Chef for beginners   module 5Chef for beginners   module 5
Chef for beginners module 5
Chef288 views
Introduction to Test Kitchen by Nathen Harvey
Introduction to Test KitchenIntroduction to Test Kitchen
Introduction to Test Kitchen
Nathen Harvey2.5K views
Testing Your Automation Code (Vagrant Version) by Mischa Taylor
Testing Your Automation Code (Vagrant Version)Testing Your Automation Code (Vagrant Version)
Testing Your Automation Code (Vagrant Version)
Mischa Taylor3.6K views

Recently uploaded

Zero to Automated in Under a Year by
Zero to Automated in Under a YearZero to Automated in Under a Year
Zero to Automated in Under a YearNetwork Automation Forum
22 views23 slides
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf by
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdfDr. Jimmy Schwarzkopf
24 views29 slides
HTTP headers that make your website go faster - devs.gent November 2023 by
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023Thijs Feryn
26 views151 slides
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensorssugiuralab
23 views15 slides
2024: A Travel Odyssey The Role of Generative AI in the Tourism Universe by
2024: A Travel Odyssey The Role of Generative AI in the Tourism Universe2024: A Travel Odyssey The Role of Generative AI in the Tourism Universe
2024: A Travel Odyssey The Role of Generative AI in the Tourism UniverseSimone Puorto
13 views61 slides
Uni Systems for Power Platform.pptx by
Uni Systems for Power Platform.pptxUni Systems for Power Platform.pptx
Uni Systems for Power Platform.pptxUni Systems S.M.S.A.
58 views21 slides

Recently uploaded(20)

STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf by Dr. Jimmy Schwarzkopf
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn26 views
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors by sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab23 views
2024: A Travel Odyssey The Role of Generative AI in the Tourism Universe by Simone Puorto
2024: A Travel Odyssey The Role of Generative AI in the Tourism Universe2024: A Travel Odyssey The Role of Generative AI in the Tourism Universe
2024: A Travel Odyssey The Role of Generative AI in the Tourism Universe
Simone Puorto13 views
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
Data Integrity for Banking and Financial Services by Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely29 views
SAP Automation Using Bar Code and FIORI.pdf by Virendra Rai, PMP
SAP Automation Using Bar Code and FIORI.pdfSAP Automation Using Bar Code and FIORI.pdf
SAP Automation Using Bar Code and FIORI.pdf
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software317 views
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... by The Digital Insurer
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi139 views

Chef-NYC June-2014 - Testing cookbooks on Digital Ocean