SlideShare une entreprise Scribd logo
1  sur  144
Télécharger pour lire hors ligne
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
a Ruby <3 Story
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
That’s me
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
I also do bad jokes
@braintree_dev @cbettaBraintree
An American Express Walks
into a Bar in Moscow...
@braintree_dev @cbettaBraintree
the bartender says,
“Sorry mate,
You aren’t allowed in here
without a...”
@braintree_dev @cbettaBraintree
“VISA!”
@braintree_dev @cbettaBraintree
I <3 U Cluj!
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
Buna ziua Transilvania!
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
2004
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
-> -> -> ->
@braintree_dev @cbetta
2007
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
Simon Willison
@braintree_dev @cbettaBraintree
Simon Willison
Co-Founder of Lanyrd
@braintree_dev @cbettaBraintree
Simon Willison
Co-Founder of Lanyrd
Co-Creator of Django
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
map(function, sequence)
@braintree_dev @cbettaBraintree
sequence.map(function)
@braintree_dev @cbettaBraintree
sequence.map function
@braintree_dev @cbettaBraintree
sequence.map do
#awesomeness
end
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
<3
@braintree_dev @cbettaBraintree
Ruby 1.8
@braintree_dev @cbettaBraintree
Bundler
@braintree_dev @cbettaBraintree
@braintree_dev @cbetta
2008
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
[[NSString alloc] initWithFormat:@“This looks %s",
complicatedValue];
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
Bundler
@braintree_dev @cbettaBraintree
Testing
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
A Ruby <3 story
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
How I failed to let
go of the 2nd love
of my life
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
2009
@braintree_dev @cbettaBraintree
(Pizza Powered)
@braintree_dev @cbettaBraintree
(EmberAds)
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
fs.readdir(source, function(err, files) {
if (err) {
console.log('Error finding files: ' + err)
} else {
}
})
@braintree_dev @cbettaBraintree
fs.readdir(source, function(err, files) {
if (err) {
console.log('Error finding files: ' + err)
} else {
files.forEach(function(filename, fileIndex) {
console.log(filename)
gm(source + filename).size(function(err, values) {
}
})
})
}
})
@braintree_dev @cbettaBraintree
fs.readdir(source, function(err, files) {
if (err) {
console.log('Error finding files: ' + err)
} else {
files.forEach(function(filename, fileIndex) {
console.log(filename)
gm(source + filename).size(function(err, values) {
if (err) {
console.log('Error identifying file size: ' + err)
} else {
console.log(filename + ' : ' + values)
aspect = (values.width / values.height)
widths.forEach(function(width, widthIndex) {
height = Math.round(width / aspect)
console.log('resizing ' + filename + 'to ' + height + 'x' + height)
this.resize(width, height).write(destination + 'w' + width + '_' + filename, function(err) {
if (err) console.log('Error writing file: ' + err)
})
}.bind(this))
}
})
})
}
})
@braintree_dev @cbettaBraintree
@braintree_dev @cbetta
Since then
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
WHICH HACKERS ARE THE BEST?
KC FOX
@braintree_dev @cbetta
2013 sucked
@braintree_dev @cbettaBraintree
EventBrite
@braintree_dev @cbettaBraintree
MailChimp
@braintree_dev @cbettaBraintree
Github Pages
@braintree_dev @cbettaBattleHack.org
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
statistics
@braintree_dev @cbettaBraintree
microservices
@braintree_dev @cbettaBraintree
microservices
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
private channels
@braintree_dev @cbettaBraintree
auth-*
@braintree_dev @cbettaBraintree
auth-battlehack
hackcodeofconduct.org
@braintree_dev @cbettaBraintree
@braintree_dev @cbettastarttank.paypal.com/london
@braintree_dev @cbettablueprint.paypal.com
@braintree_dev @cbettaBraintree
github.com/cbetta/dokkufy
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
Developer Advocate
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
Tooling and Engineering Lead
@braintree_dev @cbetta
Hackathons on
Rails
Cristiano Betta
F*** It Ship It Wizard
@braintree_dev @cbettaBraintree
I <3 Job Security ;)
WHICH HACKERS ARE THE BEST?
@braintree_dev @cbetta
2015
@braintree_dev @cbetta
6 BattleHacks
done!
@braintree_dev @cbettaBraintree
Popularity
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
5. Python
@braintree_dev @cbettaBraintree
5. Python
4. AngularJS
@braintree_dev @cbettaBraintree
5. Python
4. AngularJS
3. Android
@braintree_dev @cbettaBraintree
5. Python
4. AngularJS
3. Android
2. Javascript
@braintree_dev @cbettaBraintree
5. Python
4. AngularJS
3. Android
2. Javascript
1. NodeJS
@braintree_dev @cbettaBraintree
Rating
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
- NodeJS
@braintree_dev @cbettaBraintree
- NodeJS
- C
@braintree_dev @cbettaBraintree
- NodeJS
- C
- Java
@braintree_dev @cbettaBraintree
- NodeJS
- C
- Java
- MogoDB
@braintree_dev @cbettaBraintree
- NodeJS
- C
- Java
- MogoDB
+ Azure
@braintree_dev @cbettaBraintree
Winner?
@braintree_dev @cbettaBraintree
LA
@braintree_dev @cbettaBraintree
CakePHP
ç
@braintree_dev @cbettaBraintree
Singapore
@braintree_dev @cbettaBraintree
Android, Arduino, NodeJS, MongoDB
@braintree_dev @cbettaBraintree
Raleigh
@braintree_dev @cbettaBraintree
Objective-C, Python, NodeJS, HTML5,
CSS, JavaScript
@braintree_dev @cbettaBraintree
London
@braintree_dev @cbettaBraintree
SparkCore, wemo, ifttt, Sendgrid,
Python, Pusher, Twilio, AWS, NodeJS,
Bootstrap, Backbone.js, SIP,
handlebars, Braintree, webrtc, Swift,
Geofencing
@braintree_dev @cbettaBraintree
Athens
@braintree_dev @cbettaBraintree
NodeJS, Ruby on Rails, Python,
Raspberry Pi, Heroku, Ruby
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
@braintree_dev @cbettaBraintree
<3
THANK YOU
Cristiano Betta
Developer Advocate
@cbetta | @braintree_dev
cbetta@braintreepayments.com
braintreepayments.com

Contenu connexe

Plus de Cristiano Betta

Why we released the kraken
Why we released the krakenWhy we released the kraken
Why we released the krakenCristiano Betta
 
Hardware and the commerce revolution
Hardware and the commerce revolutionHardware and the commerce revolution
Hardware and the commerce revolutionCristiano Betta
 
How hardware is driving the commerce revolution copy
How hardware is driving the commerce revolution copyHow hardware is driving the commerce revolution copy
How hardware is driving the commerce revolution copyCristiano Betta
 
Making your hackathon matter
Making your hackathon matterMaking your hackathon matter
Making your hackathon matterCristiano Betta
 
Hackathons: Best Practices From experience
Hackathons: Best Practices From experienceHackathons: Best Practices From experience
Hackathons: Best Practices From experienceCristiano Betta
 
Hacking through space and time
Hacking through space and timeHacking through space and time
Hacking through space and timeCristiano Betta
 
Hacking with html5 video, rtc and shared web workers
Hacking with html5 video, rtc and shared web workersHacking with html5 video, rtc and shared web workers
Hacking with html5 video, rtc and shared web workersCristiano Betta
 
From geek to event organiser
From geek to event organiserFrom geek to event organiser
From geek to event organiserCristiano Betta
 
5 awesome new paypal hack ideas
5 awesome new paypal hack ideas5 awesome new paypal hack ideas
5 awesome new paypal hack ideasCristiano Betta
 
Online identity getting to know your users
Online identity  getting to know your usersOnline identity  getting to know your users
Online identity getting to know your usersCristiano Betta
 
PayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideasPayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideasCristiano Betta
 
The state of packaged web apps
The state of packaged web appsThe state of packaged web apps
The state of packaged web appsCristiano Betta
 
Payments for the REST of us
Payments for the REST of usPayments for the REST of us
Payments for the REST of usCristiano Betta
 
Chrome Extensions for Hackers
Chrome Extensions for HackersChrome Extensions for Hackers
Chrome Extensions for HackersCristiano Betta
 
Creative Commons Introduction
Creative Commons IntroductionCreative Commons Introduction
Creative Commons IntroductionCristiano Betta
 
Facebook App Development
Facebook App DevelopmentFacebook App Development
Facebook App DevelopmentCristiano Betta
 
Voluntary Economics - Explained
Voluntary Economics - ExplainedVoluntary Economics - Explained
Voluntary Economics - ExplainedCristiano Betta
 

Plus de Cristiano Betta (20)

Why we released the kraken
Why we released the krakenWhy we released the kraken
Why we released the kraken
 
Hardware and the commerce revolution
Hardware and the commerce revolutionHardware and the commerce revolution
Hardware and the commerce revolution
 
How hardware is driving the commerce revolution copy
How hardware is driving the commerce revolution copyHow hardware is driving the commerce revolution copy
How hardware is driving the commerce revolution copy
 
Making your hackathon matter
Making your hackathon matterMaking your hackathon matter
Making your hackathon matter
 
Hackathons: Best Practices From experience
Hackathons: Best Practices From experienceHackathons: Best Practices From experience
Hackathons: Best Practices From experience
 
Hacking through space and time
Hacking through space and timeHacking through space and time
Hacking through space and time
 
Hacking with html5 video, rtc and shared web workers
Hacking with html5 video, rtc and shared web workersHacking with html5 video, rtc and shared web workers
Hacking with html5 video, rtc and shared web workers
 
From geek to event organiser
From geek to event organiserFrom geek to event organiser
From geek to event organiser
 
5 awesome new paypal hack ideas
5 awesome new paypal hack ideas5 awesome new paypal hack ideas
5 awesome new paypal hack ideas
 
Online identity getting to know your users
Online identity  getting to know your usersOnline identity  getting to know your users
Online identity getting to know your users
 
PayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideasPayPal on iOS + 9 great free app ideas
PayPal on iOS + 9 great free app ideas
 
The state of packaged web apps
The state of packaged web appsThe state of packaged web apps
The state of packaged web apps
 
Payments for the REST of us
Payments for the REST of usPayments for the REST of us
Payments for the REST of us
 
Chrome Extensions for Hackers
Chrome Extensions for HackersChrome Extensions for Hackers
Chrome Extensions for Hackers
 
Encampment Opening Talk
Encampment Opening TalkEncampment Opening Talk
Encampment Opening Talk
 
Creative Commons Introduction
Creative Commons IntroductionCreative Commons Introduction
Creative Commons Introduction
 
Facebook App Development
Facebook App DevelopmentFacebook App Development
Facebook App Development
 
Histograms explained
Histograms explainedHistograms explained
Histograms explained
 
How To Be A Green Geek
How To Be A Green GeekHow To Be A Green Geek
How To Be A Green Geek
 
Voluntary Economics - Explained
Voluntary Economics - ExplainedVoluntary Economics - Explained
Voluntary Economics - Explained
 

Dernier

WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 

Dernier (20)

WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Techsylvania -Hackathons on Rails