SlideShare a Scribd company logo
1 of 21
Download to read offline
Intro to Ruby on Rails

Ruby Hellug – 4th of Jan 2014 1
Eleni Chourouzidou (eleni@webspirit.gr)
Brief History


Ruby

2



Ruby on Rails
3

Framework


Organizes code



Provides tools



Automates tasks
4

Brief timeline


1993: Beginning of Ruby



1995: Ruby's first release



1999: Ruby's english documentation



2004: Creation of Ruby on Rails



Today: Ruby version 2.1, RoR version
4.0.2
5

Clean & elegant syntax
> 2.times { print 'We love Ruby!' }
> We love Ruby!We love Ruby! => 2
New app, file structure
> rails new blog
> cd blog
> rails server
Already a functional
application!!

6
Scaffold: Fast functionality

7
8

MVC
9

Migrations

db/migrate/20140101225451_add_author_to_posts.rb
10

Model Validations
Controller

12
14

Routes & RESTful routing
config/routes.rb
15

Routes & RESTful routing
16

What to see next


Codeschool Free Course: Rails for
Zombies www.railsforzombies.org



Tutorial: Creating a simple ToDo
application
www.arubystory.blogspot.gr



Book: Rails 4 in Action (Publication 28
Mar 2014)
17

Any Questions?
Thank you!
18
19

Install Ruby 2
Install gem ‘rails’ in console:
> gem install rails
Create new rails app in console:
> rails new blog
Change Directory (get in the app folder)
> cd blog
20

Start the server
> rails s
Visit rails welcome page in the
browser:
localhost:3000
Create Scaffold Post, in the
console:
> rails g scaffold post
title:string body:text
21

Run migration = create db table:
>rake db:migrate

More Related Content

What's hot

Ruby projects of interest for DevOps
Ruby projects of interest for DevOpsRuby projects of interest for DevOps
Ruby projects of interest for DevOpsRicardo Sanchez
 
The Crystal language *recently* update
The Crystal language *recently* updateThe Crystal language *recently* update
The Crystal language *recently* updatekarupanerura
 
Concurrent Ruby Application Servers
Concurrent Ruby Application ServersConcurrent Ruby Application Servers
Concurrent Ruby Application ServersLin Jen-Shin
 
Microservices in Scala: Spray
Microservices in Scala: SprayMicroservices in Scala: Spray
Microservices in Scala: SprayŁukasz Sowa
 
OSMC 2013 | Zabbix: A Practical Demo by Rihards Olups
OSMC 2013 | Zabbix: A Practical Demo by Rihards OlupsOSMC 2013 | Zabbix: A Practical Demo by Rihards Olups
OSMC 2013 | Zabbix: A Practical Demo by Rihards OlupsNETWAYS
 
Garage RDBMS
Garage RDBMSGarage RDBMS
Garage RDBMSESUG
 
Agile Graduation Using Ruby
Agile Graduation Using RubyAgile Graduation Using Ruby
Agile Graduation Using RubyWen-Kai Huang
 
Kharkiv JS 2015 - Creating isomorphic applications in React (en)
Kharkiv JS  2015 - Creating isomorphic applications in React (en)Kharkiv JS  2015 - Creating isomorphic applications in React (en)
Kharkiv JS 2015 - Creating isomorphic applications in React (en)Viktor Turskyi
 
Migrating the Online’s console with Docker
Migrating the Online’s console with DockerMigrating the Online’s console with Docker
Migrating the Online’s console with DockerScaleway
 
Ruby on Rails : First Mile
Ruby on Rails : First MileRuby on Rails : First Mile
Ruby on Rails : First MileGourab Mitra
 
App engine ja night 9 beertalk2
App engine ja night 9 beertalk2App engine ja night 9 beertalk2
App engine ja night 9 beertalk2SATOSHI TAGOMORI
 
From rest api to graph ql a 10 year journey
From rest api to graph ql a 10 year journeyFrom rest api to graph ql a 10 year journey
From rest api to graph ql a 10 year journeyArno Schulz
 
Making react more like rails
Making react more like railsMaking react more like rails
Making react more like railsLuke Morton
 
Advance java session 20
Advance java session 20Advance java session 20
Advance java session 20Smita B Kumar
 
Exploring reactive programming in Java
Exploring reactive programming in JavaExploring reactive programming in Java
Exploring reactive programming in JavaMiro Cupak
 
Rust kafka-5-2019-unskip
Rust kafka-5-2019-unskipRust kafka-5-2019-unskip
Rust kafka-5-2019-unskipGerard Klijs
 
Asynchronous Programming in Kotlin with Coroutines
Asynchronous Programming in Kotlin with CoroutinesAsynchronous Programming in Kotlin with Coroutines
Asynchronous Programming in Kotlin with CoroutinesTobias Schürg
 
Christmas present for you
Christmas present for youChristmas present for you
Christmas present for youKazuki Tanaka
 

What's hot (20)

Ruby projects of interest for DevOps
Ruby projects of interest for DevOpsRuby projects of interest for DevOps
Ruby projects of interest for DevOps
 
The Crystal language *recently* update
The Crystal language *recently* updateThe Crystal language *recently* update
The Crystal language *recently* update
 
Concurrent Ruby Application Servers
Concurrent Ruby Application ServersConcurrent Ruby Application Servers
Concurrent Ruby Application Servers
 
Microservices in Scala: Spray
Microservices in Scala: SprayMicroservices in Scala: Spray
Microservices in Scala: Spray
 
OSMC 2013 | Zabbix: A Practical Demo by Rihards Olups
OSMC 2013 | Zabbix: A Practical Demo by Rihards OlupsOSMC 2013 | Zabbix: A Practical Demo by Rihards Olups
OSMC 2013 | Zabbix: A Practical Demo by Rihards Olups
 
Garage RDBMS
Garage RDBMSGarage RDBMS
Garage RDBMS
 
Agile Graduation Using Ruby
Agile Graduation Using RubyAgile Graduation Using Ruby
Agile Graduation Using Ruby
 
Upgrading to rails3
Upgrading to rails3Upgrading to rails3
Upgrading to rails3
 
Kharkiv JS 2015 - Creating isomorphic applications in React (en)
Kharkiv JS  2015 - Creating isomorphic applications in React (en)Kharkiv JS  2015 - Creating isomorphic applications in React (en)
Kharkiv JS 2015 - Creating isomorphic applications in React (en)
 
Migrating the Online’s console with Docker
Migrating the Online’s console with DockerMigrating the Online’s console with Docker
Migrating the Online’s console with Docker
 
Experiment for large-scale operation of LibreOffice Online, 2019 Edition
Experiment for large-scale operation of LibreOffice Online, 2019 EditionExperiment for large-scale operation of LibreOffice Online, 2019 Edition
Experiment for large-scale operation of LibreOffice Online, 2019 Edition
 
Ruby on Rails : First Mile
Ruby on Rails : First MileRuby on Rails : First Mile
Ruby on Rails : First Mile
 
App engine ja night 9 beertalk2
App engine ja night 9 beertalk2App engine ja night 9 beertalk2
App engine ja night 9 beertalk2
 
From rest api to graph ql a 10 year journey
From rest api to graph ql a 10 year journeyFrom rest api to graph ql a 10 year journey
From rest api to graph ql a 10 year journey
 
Making react more like rails
Making react more like railsMaking react more like rails
Making react more like rails
 
Advance java session 20
Advance java session 20Advance java session 20
Advance java session 20
 
Exploring reactive programming in Java
Exploring reactive programming in JavaExploring reactive programming in Java
Exploring reactive programming in Java
 
Rust kafka-5-2019-unskip
Rust kafka-5-2019-unskipRust kafka-5-2019-unskip
Rust kafka-5-2019-unskip
 
Asynchronous Programming in Kotlin with Coroutines
Asynchronous Programming in Kotlin with CoroutinesAsynchronous Programming in Kotlin with Coroutines
Asynchronous Programming in Kotlin with Coroutines
 
Christmas present for you
Christmas present for youChristmas present for you
Christmas present for you
 

Viewers also liked

Qué exigir en elecciones 2012
Qué exigir en elecciones 2012Qué exigir en elecciones 2012
Qué exigir en elecciones 2012Rodolfo Torres
 
Andreina colmenares hardware
Andreina colmenares hardwareAndreina colmenares hardware
Andreina colmenares hardwareIna Colmenares
 
Empresa y calidad
Empresa y calidadEmpresa y calidad
Empresa y calidadjguzman137
 
Public Health Final Draft
Public Health Final DraftPublic Health Final Draft
Public Health Final DraftJason Jeffery
 
Aktiva Tidak Lancar yang Dimiliki Untuk Dijual
Aktiva Tidak Lancar yang Dimiliki Untuk DijualAktiva Tidak Lancar yang Dimiliki Untuk Dijual
Aktiva Tidak Lancar yang Dimiliki Untuk DijualFair Nurfachrizi
 
Calander nov to dec
Calander nov to decCalander nov to dec
Calander nov to decmeganflood2
 
Jaguar at the Bistro Press Kit
Jaguar at the Bistro Press KitJaguar at the Bistro Press Kit
Jaguar at the Bistro Press KitSarah Miller
 
Natalie, calculo de energia especifica y cantidad de movimiento
Natalie, calculo de energia especifica y cantidad de movimiento Natalie, calculo de energia especifica y cantidad de movimiento
Natalie, calculo de energia especifica y cantidad de movimiento natiags
 
Mary Phillips_Article
Mary Phillips_ArticleMary Phillips_Article
Mary Phillips_ArticleMary Phillips
 
一年の計は春にあり
一年の計は春にあり一年の計は春にあり
一年の計は春にありYou&I
 
Bass songs - Árias para baixo
Bass songs - Árias para baixoBass songs - Árias para baixo
Bass songs - Árias para baixoMARCO ASSUNCAO
 
Հին Հունաստանի Պատմության Արշալույսը
Հին Հունաստանի Պատմության ԱրշալույսըՀին Հունաստանի Պատմության Արշալույսը
Հին Հունաստանի Պատմության ԱրշալույսըElen Eranosyan
 
UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...
UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...
UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...Keccely
 

Viewers also liked (20)

Qué exigir en elecciones 2012
Qué exigir en elecciones 2012Qué exigir en elecciones 2012
Qué exigir en elecciones 2012
 
10 target isp
10 target isp10 target isp
10 target isp
 
Geogebra
GeogebraGeogebra
Geogebra
 
Andreina colmenares hardware
Andreina colmenares hardwareAndreina colmenares hardware
Andreina colmenares hardware
 
futbol
futbolfutbol
futbol
 
Informatica 4
Informatica 4Informatica 4
Informatica 4
 
Empresa y calidad
Empresa y calidadEmpresa y calidad
Empresa y calidad
 
Public Health Final Draft
Public Health Final DraftPublic Health Final Draft
Public Health Final Draft
 
hoja-de-vida-informatica
hoja-de-vida-informatica hoja-de-vida-informatica
hoja-de-vida-informatica
 
Aktiva Tidak Lancar yang Dimiliki Untuk Dijual
Aktiva Tidak Lancar yang Dimiliki Untuk DijualAktiva Tidak Lancar yang Dimiliki Untuk Dijual
Aktiva Tidak Lancar yang Dimiliki Untuk Dijual
 
Calander nov to dec
Calander nov to decCalander nov to dec
Calander nov to dec
 
Jaguar at the Bistro Press Kit
Jaguar at the Bistro Press KitJaguar at the Bistro Press Kit
Jaguar at the Bistro Press Kit
 
Natalie, calculo de energia especifica y cantidad de movimiento
Natalie, calculo de energia especifica y cantidad de movimiento Natalie, calculo de energia especifica y cantidad de movimiento
Natalie, calculo de energia especifica y cantidad de movimiento
 
Mary Phillips_Article
Mary Phillips_ArticleMary Phillips_Article
Mary Phillips_Article
 
一年の計は春にあり
一年の計は春にあり一年の計は春にあり
一年の計は春にあり
 
Anec tanuj
Anec tanujAnec tanuj
Anec tanuj
 
Bass songs - Árias para baixo
Bass songs - Árias para baixoBass songs - Árias para baixo
Bass songs - Árias para baixo
 
Հին Հունաստանի Պատմության Արշալույսը
Հին Հունաստանի Պատմության ԱրշալույսըՀին Հունաստանի Պատմության Արշալույսը
Հին Հունաստանի Պատմության Արշալույսը
 
Los Blogs
Los BlogsLos Blogs
Los Blogs
 
UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...
UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...
UNIVERSIDAD FERMIN TORO VICE-RECTORADO ACADEMICO FACULTAD DE CIENCIAS SOCIALE...
 

Similar to Ruby hellug

Real World Rails 5 Programming for Web Developers
Real World Rails 5 Programming for Web DevelopersReal World Rails 5 Programming for Web Developers
Real World Rails 5 Programming for Web Developersprshant navgrha
 
Rubinius - Ruby Implemented with Ruby
Rubinius - Ruby Implemented with RubyRubinius - Ruby Implemented with Ruby
Rubinius - Ruby Implemented with RubyAkanksha Agrawal
 
Ruby on Rails Crash course
Ruby on Rails Crash courseRuby on Rails Crash course
Ruby on Rails Crash courseandreanodari
 
Building Application With Ruby On Rails Framework
Building Application With Ruby On Rails FrameworkBuilding Application With Ruby On Rails Framework
Building Application With Ruby On Rails FrameworkVineet Chaturvedi
 
Intro To Ror
Intro To RorIntro To Ror
Intro To Rormyuser
 
An introduction to the ruby ecosystem
An introduction to the ruby ecosystemAn introduction to the ruby ecosystem
An introduction to the ruby ecosystemGeison Goes
 
Exploring Ruby on Rails and PostgreSQL
Exploring Ruby on Rails and PostgreSQLExploring Ruby on Rails and PostgreSQL
Exploring Ruby on Rails and PostgreSQLBarry Jones
 
Introduction to Ruby on Rails
Introduction to Ruby on RailsIntroduction to Ruby on Rails
Introduction to Ruby on RailsManoj Kumar
 
Code for Startup MVP (Ruby on Rails) Session 1
Code for Startup MVP (Ruby on Rails) Session 1Code for Startup MVP (Ruby on Rails) Session 1
Code for Startup MVP (Ruby on Rails) Session 1Henry S
 
Instruments ruby on rails
Instruments ruby on railsInstruments ruby on rails
Instruments ruby on railspmashchak
 
Ruby On Rails
Ruby On RailsRuby On Rails
Ruby On Railsiradarji
 
The story of language development
The story of language developmentThe story of language development
The story of language developmentHiroshi SHIBATA
 
Introduction to Ruby on Rails
Introduction to Ruby on RailsIntroduction to Ruby on Rails
Introduction to Ruby on Railsmithunsasidharan
 
Ruby on Rails introduction
Ruby on Rails introduction Ruby on Rails introduction
Ruby on Rails introduction Tran Hung
 
Introduction to Ruby
Introduction to RubyIntroduction to Ruby
Introduction to Rubykim.mens
 

Similar to Ruby hellug (20)

Intro for RoR
Intro for RoRIntro for RoR
Intro for RoR
 
Real World Rails 5 Programming for Web Developers
Real World Rails 5 Programming for Web DevelopersReal World Rails 5 Programming for Web Developers
Real World Rails 5 Programming for Web Developers
 
Rubinius - Ruby Implemented with Ruby
Rubinius - Ruby Implemented with RubyRubinius - Ruby Implemented with Ruby
Rubinius - Ruby Implemented with Ruby
 
Ruby on rails
Ruby on railsRuby on rails
Ruby on rails
 
Ruby on Rails Crash course
Ruby on Rails Crash courseRuby on Rails Crash course
Ruby on Rails Crash course
 
Building Application With Ruby On Rails Framework
Building Application With Ruby On Rails FrameworkBuilding Application With Ruby On Rails Framework
Building Application With Ruby On Rails Framework
 
Intro To Ror
Intro To RorIntro To Ror
Intro To Ror
 
Intro To Ror
Intro To RorIntro To Ror
Intro To Ror
 
An introduction to the ruby ecosystem
An introduction to the ruby ecosystemAn introduction to the ruby ecosystem
An introduction to the ruby ecosystem
 
Exploring Ruby on Rails and PostgreSQL
Exploring Ruby on Rails and PostgreSQLExploring Ruby on Rails and PostgreSQL
Exploring Ruby on Rails and PostgreSQL
 
Introduction to Ruby on Rails
Introduction to Ruby on RailsIntroduction to Ruby on Rails
Introduction to Ruby on Rails
 
Code for Startup MVP (Ruby on Rails) Session 1
Code for Startup MVP (Ruby on Rails) Session 1Code for Startup MVP (Ruby on Rails) Session 1
Code for Startup MVP (Ruby on Rails) Session 1
 
Instruments ruby on rails
Instruments ruby on railsInstruments ruby on rails
Instruments ruby on rails
 
Ruby on rails
Ruby on railsRuby on rails
Ruby on rails
 
Why ruby
Why rubyWhy ruby
Why ruby
 
Ruby On Rails
Ruby On RailsRuby On Rails
Ruby On Rails
 
The story of language development
The story of language developmentThe story of language development
The story of language development
 
Introduction to Ruby on Rails
Introduction to Ruby on RailsIntroduction to Ruby on Rails
Introduction to Ruby on Rails
 
Ruby on Rails introduction
Ruby on Rails introduction Ruby on Rails introduction
Ruby on Rails introduction
 
Introduction to Ruby
Introduction to RubyIntroduction to Ruby
Introduction to Ruby
 

Recently uploaded

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 

Recently uploaded (20)

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 

Ruby hellug