Building Social Enterprise with Ruby and Salesforce

Raymond Gao
Raymond GaoSolutions Architecture at SugarCRM em European University
Building Social Enterprise with Ruby and Salesforce,[object Object],Dallas Ruby Brigade, Oct 4th, 2011,[object Object],Presented by Raymond Gao,[object Object]
Growth of Cloud Computing & Social Enterprise,[object Object]
Growth of Cloud Computing,[object Object]
Cloud Computing will be a  $ 241 billion mkt by 2020,[object Object]
Market Cap of Top Cloud Computing Companies,[object Object]
Social Revolution,[object Object],4 hours,[object Object],per month,[object Object],Web Usage,[object Object],Rest of the Web,[object Object],2010,[object Object],2011,[object Object],Sources:  Ben Elowitz, Wetpaint / comScore,[object Object]
Facebook Members (Growth of Social Networking),[object Object],More than 500 million active users,[object Object],over 900 million objects (pages, groups, events and community pages),[object Object],About 70% of Facebook users are outside the United States,[object Object],9 Novembre, 2010,[object Object],2010 IUT Cloud Computing Seminar,[object Object],7,[object Object]
Architecture for the Real World,[object Object]
User,[object Object], Interface,[object Object],Application,[object Object], Logic,[object Object],Data,[object Object], Layer,[object Object],Classic Application Architecture,[object Object],Screens exposed to the end users,[object Object],Your business logic,[object Object],Your Data Model,[object Object]
Idealized Situation,[object Object]
How are your opinions?,[object Object],What do you like most?,[object Object],What do you like least?,[object Object],What kinds of difficulties have you had?,[object Object],What do you think the real world is like?,[object Object]
Small Problem – Easy Fix,[object Object]
Just lift the car out of water,[object Object]
Initial Disappointment,[object Object]
Bring on Heavier Equipment,[object Object]
Whoops, That too was a surprise!,[object Object]
Guess what’s next?,[object Object]
An Example DB Schema,[object Object],Source: from Internet,[object Object]
Another Example,[object Object],Source: from Internet,[object Object]
More Examples,[object Object],Source: from Internet,[object Object]
1st attempt at reinventing the wheel,[object Object]
Reinvent the wheel is tougher than you think,[object Object]
Classic Approach Meets Classic Problems,[object Object],Too Simplistic,[object Object],Linear model,[object Object],Inflexible,[object Object],Static Input / Output,[object Object],Either Quality, Time, or Cost,[object Object],Read my blog - http://www.are4.us/?p=815,[object Object]
Lean Approach – Smart Learning,[object Object]
Data Store is everywhere,[object Object],Browsers (Chrome, Firefox, IE, Opera),[object Object],Mobile devices (Iphone, Android, Blackberry, Windows CE, Symbian) ,[object Object],Adobe Flash Applications,[object Object],Desktop Applications,[object Object],Game Consoles,,[object Object],Everywhere !!!,[object Object]
Meshed Architecture (Macro View ),[object Object],Community Data Models,[object Object]
Growth of No-SQL DBs,[object Object]
Some Causes,[object Object],SW developers are not natural born DBAs,[object Object],Developing a good data scheme is pretty tough,[object Object],Convince your partner to use your DB scheme is tougher!,[object Object],DB administration could be a full time job,[object Object],Backup,[object Object],Security,[object Object],Profiles,[object Object],Etc,[object Object]
Mesh Architecture (Micro view),[object Object],Additional Data Sources,[object Object],High Perf,[object Object],Data Services,[object Object],(No-SQL, In-Memory,[object Object],Cached Objects),[object Object],Persistent,[object Object],Data Store,[object Object],(RDBMS),[object Object],Transient Data,[object Object]
Benefits of Ruby on SF,[object Object],There are lots of incentive to use Ruby,[object Object],Tools for building web-apps (ERB, HAML, Markdowns),[object Object],Methodology (BDD – Cucumbe, Rspec, Shoulda),[object Object],Testing (Webrat, Capybara, Unit Testing),[object Object],Ease of Deployment & code version & collaboration (Git),[object Object],Extensive Code libraries – Github & RubyGems,[object Object],Many more,[object Object]
History of Ruby on Salesforce,[object Object],Version 0 – API era,[object Object],Version 1 + 2 (REST + SOAP) – Force.com Era,[object Object],Version 3 – (Pure REST) Database.com era,[object Object]
History of Ruby / Salesforce,[object Object]
Salesforce Social Platform,[object Object]
Example App – Ruby Social Network Updater,[object Object]
The Datbase.ComGEM,[object Object],Covers both Sobject & Chatter API,[object Object],Full CRUD on DDL side,[object Object],Support:,[object Object],User-name password,[object Object],Security token,[object Object],Oauth Flow,[object Object]
Basic Steps,[object Object],Use the GEMs,[object Object],Create a client with Consumer key + secret,[object Object],Authenticate (3 options),[object Object],Materialize an Sobject + set Namespace (module name),[object Object],CRUD operation on the object,[object Object],Form-building attributes,[object Object]
Use the Gem,[object Object],AddGEMstoGemfile,[object Object],gem 'databasedotcom',[object Object],gem 'databasedotcom-rails’ (optional),[object Object],Run bundleinstall,[object Object]
Initialize the client,[object Object],# configure client id/secret explicitly # client = Databasedotcom::Client.new :client_id => "xxx", :client_secret => "yyy" ,[object Object],# configure client id/secret from a YAML file # client = Databasedotcom::Client.new "databasedotcom.yml" ,[object Object],# configure client id/secret from the environment # client = Databasedotcom::Client.new,[object Object]
Authenticate,[object Object],# authenticate with a username and password client.authenticate(:username => "wayne@manor.com", :password => "arkham") ,[object Object],# authenticate with a callback hash from Omniauthclient.authenticate(hash_from_omniauth) ,[object Object],# authenticate with an externally-acquired OAuth2 access token client.authenticate(:token => "whoa-that-is-long"),[object Object]
Materialize a SObject Class,[object Object],CRUD operations,[object Object],client.materialize("Contact") ,[object Object],Contact.attributes#=> ["Name", "Company", "Phone"] ,[object Object],ron= Contact.find("rons_id") ,[object Object],puts ron["Company"] #=> "The Olde Company, Inc." ,[object Object],ron["Company"] = "Some New Gig, LLC" ,[object Object],ron.reload["Company"] #=> "The Olde Company, Inc." ,[object Object],ron["Company"] = "Some New Gig, LLC" ,[object Object],ron.save,[object Object],ron.reload["Company"]#=> "Some New Gig, LLC",[object Object]
Form-building attributes,[object Object],Contact.label_for("Phone”)#=> "Phone Number”,[object Object],Contact.picklist_values("Honorific") #=> ["Mr.", "Ms.", "Dr."],[object Object]
Get More Info,[object Object],Presentation - http://dreamforce-demo.heroku.com/slides#slide17,[object Object],API doc - http://rubydoc.info/gems/databasedotcom/frames,[object Object],Join the Google Group ActiveSalesforcehttp://groups.google.com/group/activesalesforce,[object Object]
 Q & A,[object Object]
The End,[object Object],Blog: http://raysblog.are4.us,[object Object],Twitter: raygao,[object Object],Github: raygao,[object Object],Email: raygao@verizon.net,[object Object]
1 de 44

Recomendados

Groupon so me por
Groupon so meGroupon so me
Groupon so memarycarmenu
192 visualizações7 slides
Kyle Klatt, Groupon: Groupon for Good por
Kyle Klatt, Groupon: Groupon for GoodKyle Klatt, Groupon: Groupon for Good
Kyle Klatt, Groupon: Groupon for GoodSocial Media for Nonprofits
1.3K visualizações21 slides
How to use Groupon code on SmartGyaan por
How to use Groupon code on SmartGyaanHow to use Groupon code on SmartGyaan
How to use Groupon code on SmartGyaanSmartGyaan
169 visualizações8 slides
Advanced Web Development por
Advanced Web DevelopmentAdvanced Web Development
Advanced Web DevelopmentRobert J. Stein
11.8K visualizações128 slides
Real World Azure - Dev por
Real World Azure - DevReal World Azure - Dev
Real World Azure - DevClint Edmonson
3.3K visualizações180 slides
Dojo - from web page to web apps por
Dojo - from web page to web appsDojo - from web page to web apps
Dojo - from web page to web appsyoavrubin
1.4K visualizações35 slides

Mais conteúdo relacionado

Similar a Building Social Enterprise with Ruby and Salesforce

Daniel Egan Msdn Tech Days Oc por
Daniel Egan Msdn Tech Days OcDaniel Egan Msdn Tech Days Oc
Daniel Egan Msdn Tech Days OcDaniel Egan
1.3K visualizações31 slides
Amazon Web Services for the .NET Developer por
Amazon Web Services for the .NET DeveloperAmazon Web Services for the .NET Developer
Amazon Web Services for the .NET DeveloperRob Gillen
1.1K visualizações44 slides
ArcReady - Architecting For The Cloud por
ArcReady - Architecting For The CloudArcReady - Architecting For The Cloud
ArcReady - Architecting For The CloudMicrosoft ArcReady
851 visualizações82 slides
Improve your Tech Quotient por
Improve your Tech QuotientImprove your Tech Quotient
Improve your Tech QuotientTarence DSouza
1.1K visualizações71 slides
Back-End Code Essay por
Back-End Code EssayBack-End Code Essay
Back-End Code EssaySandy Simonsen
3 visualizações50 slides
HTML5 and the dawn of rich mobile web applications pt 1 por
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1James Pearce
7.4K visualizações91 slides

Similar a Building Social Enterprise with Ruby and Salesforce(20)

Daniel Egan Msdn Tech Days Oc por Daniel Egan
Daniel Egan Msdn Tech Days OcDaniel Egan Msdn Tech Days Oc
Daniel Egan Msdn Tech Days Oc
Daniel Egan1.3K visualizações
Amazon Web Services for the .NET Developer por Rob Gillen
Amazon Web Services for the .NET DeveloperAmazon Web Services for the .NET Developer
Amazon Web Services for the .NET Developer
Rob Gillen1.1K visualizações
ArcReady - Architecting For The Cloud por Microsoft ArcReady
ArcReady - Architecting For The CloudArcReady - Architecting For The Cloud
ArcReady - Architecting For The Cloud
Microsoft ArcReady851 visualizações
Improve your Tech Quotient por Tarence DSouza
Improve your Tech QuotientImprove your Tech Quotient
Improve your Tech Quotient
Tarence DSouza1.1K visualizações
Back-End Code Essay por Sandy Simonsen
Back-End Code EssayBack-End Code Essay
Back-End Code Essay
Sandy Simonsen3 visualizações
HTML5 and the dawn of rich mobile web applications pt 1 por James Pearce
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1
James Pearce7.4K visualizações
Azure Introduction por brunoterkaly
Azure IntroductionAzure Introduction
Azure Introduction
brunoterkaly1.4K visualizações
Microsoft Cloud Computing - Windows Azure Platform por David Chou
Microsoft Cloud Computing - Windows Azure PlatformMicrosoft Cloud Computing - Windows Azure Platform
Microsoft Cloud Computing - Windows Azure Platform
David Chou50.3K visualizações
Cloud Computing por webscale
Cloud ComputingCloud Computing
Cloud Computing
webscale636 visualizações
Arc Ready Cloud Computing por Philip Wheat
Arc Ready Cloud ComputingArc Ready Cloud Computing
Arc Ready Cloud Computing
Philip Wheat472 visualizações
Building Cloud-Native Applications with Microsoft Windows Azure por Bill Wilder
Building Cloud-Native Applications with Microsoft Windows AzureBuilding Cloud-Native Applications with Microsoft Windows Azure
Building Cloud-Native Applications with Microsoft Windows Azure
Bill Wilder899 visualizações
You Too Can Be a Radio Host Or How We Scaled a .NET Startup And Had Fun Doing It por Aleksandr Yampolskiy
You Too Can Be a Radio Host Or How We Scaled a .NET Startup And Had Fun Doing ItYou Too Can Be a Radio Host Or How We Scaled a .NET Startup And Had Fun Doing It
You Too Can Be a Radio Host Or How We Scaled a .NET Startup And Had Fun Doing It
Aleksandr Yampolskiy889 visualizações
Chris O'Brien - Modern SharePoint development: techniques for moving code off... por Chris O'Brien
Chris O'Brien - Modern SharePoint development: techniques for moving code off...Chris O'Brien - Modern SharePoint development: techniques for moving code off...
Chris O'Brien - Modern SharePoint development: techniques for moving code off...
Chris O'Brien20.3K visualizações
XCS110_All_Slides.pdf por ssuser01066a
XCS110_All_Slides.pdfXCS110_All_Slides.pdf
XCS110_All_Slides.pdf
ssuser01066a6 visualizações
Microsoft Partner Roadshow - To the Cloud por Nigel Watson
Microsoft Partner Roadshow  - To the CloudMicrosoft Partner Roadshow  - To the Cloud
Microsoft Partner Roadshow - To the Cloud
Nigel Watson1.3K visualizações
Introduction to Azure DocumentDB por Denny Lee
Introduction to Azure DocumentDBIntroduction to Azure DocumentDB
Introduction to Azure DocumentDB
Denny Lee563 visualizações
Privacy Issues of Cloud Computing in the Federal Sector por Lew Oleinick
Privacy Issues of Cloud Computing in the Federal SectorPrivacy Issues of Cloud Computing in the Federal Sector
Privacy Issues of Cloud Computing in the Federal Sector
Lew Oleinick1.3K visualizações
Azure presentation nnug dec 2010 por Ethos Technologies
Azure presentation nnug  dec 2010Azure presentation nnug  dec 2010
Azure presentation nnug dec 2010
Ethos Technologies1.9K visualizações
Jeremy cabral search marketing summit - scraping data-driven content (1) por Jeremy Cabral
Jeremy cabral   search marketing summit - scraping data-driven content (1)Jeremy cabral   search marketing summit - scraping data-driven content (1)
Jeremy cabral search marketing summit - scraping data-driven content (1)
Jeremy Cabral363 visualizações

Mais de Raymond Gao

System modeling and design por
System modeling and designSystem modeling and design
System modeling and designRaymond Gao
53 visualizações10 slides
2020 Enterprise IT Outlook por
2020 Enterprise IT Outlook2020 Enterprise IT Outlook
2020 Enterprise IT OutlookRaymond Gao
1.3K visualizações50 slides
Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216 por
Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216
Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216Raymond Gao
1K visualizações12 slides
Student Presentation on Cloud Computing (MCO-205) por
Student Presentation on Cloud Computing (MCO-205)Student Presentation on Cloud Computing (MCO-205)
Student Presentation on Cloud Computing (MCO-205)Raymond Gao
752 visualizações25 slides
10 - Project Management por
10 - Project Management10 - Project Management
10 - Project ManagementRaymond Gao
2.5K visualizações39 slides
9 - Security por
9 - Security9 - Security
9 - SecurityRaymond Gao
2.1K visualizações56 slides

Mais de Raymond Gao(19)

System modeling and design por Raymond Gao
System modeling and designSystem modeling and design
System modeling and design
Raymond Gao53 visualizações
2020 Enterprise IT Outlook por Raymond Gao
2020 Enterprise IT Outlook2020 Enterprise IT Outlook
2020 Enterprise IT Outlook
Raymond Gao1.3K visualizações
Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216 por Raymond Gao
Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216
Student Presentation - Social Media & E-Commerce (Groupon) / BCO-216
Raymond Gao1K visualizações
Student Presentation on Cloud Computing (MCO-205) por Raymond Gao
Student Presentation on Cloud Computing (MCO-205)Student Presentation on Cloud Computing (MCO-205)
Student Presentation on Cloud Computing (MCO-205)
Raymond Gao752 visualizações
10 - Project Management por Raymond Gao
10 - Project Management10 - Project Management
10 - Project Management
Raymond Gao2.5K visualizações
9 - Security por Raymond Gao
9 - Security9 - Security
9 - Security
Raymond Gao2.1K visualizações
8 E-Commerce por Raymond Gao
8 E-Commerce8 E-Commerce
8 E-Commerce
Raymond Gao21.9K visualizações
7 - Enterprise IT in Action por Raymond Gao
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in Action
Raymond Gao837 visualizações
5 - Infrastructure and Cloud Computing por Raymond Gao
5 - Infrastructure and Cloud Computing5 - Infrastructure and Cloud Computing
5 - Infrastructure and Cloud Computing
Raymond Gao3.8K visualizações
4 - Mobiility & Impacts por Raymond Gao
4 - Mobiility & Impacts4 - Mobiility & Impacts
4 - Mobiility & Impacts
Raymond Gao364 visualizações
3 - Social Media and Enterprise por Raymond Gao
3 - Social Media and Enterprise3 - Social Media and Enterprise
3 - Social Media and Enterprise
Raymond Gao1.4K visualizações
2 - Value Chain & Porter's 5 Forces por Raymond Gao
2 - Value Chain & Porter's 5 Forces2 - Value Chain & Porter's 5 Forces
2 - Value Chain & Porter's 5 Forces
Raymond Gao4.9K visualizações
1-Intro to MIS por Raymond Gao
1-Intro to MIS1-Intro to MIS
1-Intro to MIS
Raymond Gao1.3K visualizações
IUT presentation - English por Raymond Gao
IUT presentation - EnglishIUT presentation - English
IUT presentation - English
Raymond Gao1.5K visualizações
2nd iut presentation - French por Raymond Gao
2nd iut presentation - French2nd iut presentation - French
2nd iut presentation - French
Raymond Gao570 visualizações
5 facets of cloud computing - Presentation to AGBC por Raymond Gao
5 facets of cloud computing - Presentation to AGBC5 facets of cloud computing - Presentation to AGBC
5 facets of cloud computing - Presentation to AGBC
Raymond Gao1.4K visualizações
Salesforce & SAP Integration por Raymond Gao
Salesforce & SAP IntegrationSalesforce & SAP Integration
Salesforce & SAP Integration
Raymond Gao3.2K visualizações
Lean Start & Cloud Computing Methodology in French por Raymond Gao
Lean Start & Cloud Computing Methodology in FrenchLean Start & Cloud Computing Methodology in French
Lean Start & Cloud Computing Methodology in French
Raymond Gao628 visualizações
What is CloudSpokes? por Raymond Gao
What is CloudSpokes?What is CloudSpokes?
What is CloudSpokes?
Raymond Gao635 visualizações

Último

6g - REPORT.pdf por
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdfLiveplex
10 visualizações23 slides
Piloting & Scaling Successfully With Microsoft Viva por
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft VivaRichard Harbridge
12 visualizações160 slides
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors por
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
21 visualizações15 slides
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... por
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...Bernd Ruecker
40 visualizações69 slides
Kyo - Functional Scala 2023.pdf por
Kyo - Functional Scala 2023.pdfKyo - Functional Scala 2023.pdf
Kyo - Functional Scala 2023.pdfFlavio W. Brasil
400 visualizações92 slides
Ransomware is Knocking your Door_Final.pdf por
Ransomware is Knocking your Door_Final.pdfRansomware is Knocking your Door_Final.pdf
Ransomware is Knocking your Door_Final.pdfSecurity Bootcamp
59 visualizações46 slides

Último(20)

6g - REPORT.pdf por Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex10 visualizações
Piloting & Scaling Successfully With Microsoft Viva por Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
Richard Harbridge12 visualizações
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors por 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
sugiuralab21 visualizações
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... por Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker40 visualizações
Kyo - Functional Scala 2023.pdf por Flavio W. Brasil
Kyo - Functional Scala 2023.pdfKyo - Functional Scala 2023.pdf
Kyo - Functional Scala 2023.pdf
Flavio W. Brasil400 visualizações
Ransomware is Knocking your Door_Final.pdf por Security Bootcamp
Ransomware is Knocking your Door_Final.pdfRansomware is Knocking your Door_Final.pdf
Ransomware is Knocking your Door_Final.pdf
Security Bootcamp59 visualizações
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... por James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson92 visualizações
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive por Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Network Automation Forum34 visualizações
Voice Logger - Telephony Integration Solution at Aegis por Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma39 visualizações
Data Integrity for Banking and Financial Services por Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely25 visualizações
Info Session November 2023.pdf por AleksandraKoprivica4
Info Session November 2023.pdfInfo Session November 2023.pdf
Info Session November 2023.pdf
AleksandraKoprivica413 visualizações
Network Source of Truth and Infrastructure as Code revisited por Network Automation Forum
Network Source of Truth and Infrastructure as Code revisitedNetwork Source of Truth and Infrastructure as Code revisited
Network Source of Truth and Infrastructure as Code revisited
Network Automation Forum27 visualizações
PRODUCT PRESENTATION.pptx por angelicacueva6
PRODUCT PRESENTATION.pptxPRODUCT PRESENTATION.pptx
PRODUCT PRESENTATION.pptx
angelicacueva615 visualizações
SUPPLIER SOURCING.pptx por angelicacueva6
SUPPLIER SOURCING.pptxSUPPLIER SOURCING.pptx
SUPPLIER SOURCING.pptx
angelicacueva616 visualizações
"Running students' code in isolation. The hard way", Yurii Holiuk por Fwdays
"Running students' code in isolation. The hard way", Yurii Holiuk "Running students' code in isolation. The hard way", Yurii Holiuk
"Running students' code in isolation. The hard way", Yurii Holiuk
Fwdays17 visualizações
MVP and prioritization.pdf por rahuldharwal141
MVP and prioritization.pdfMVP and prioritization.pdf
MVP and prioritization.pdf
rahuldharwal14131 visualizações
Melek BEN MAHMOUD.pdf por MelekBenMahmoud
Melek BEN MAHMOUD.pdfMelek BEN MAHMOUD.pdf
Melek BEN MAHMOUD.pdf
MelekBenMahmoud14 visualizações
Igniting Next Level Productivity with AI-Infused Data Integration Workflows por 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 Software280 visualizações

Building Social Enterprise with Ruby and Salesforce

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.

Notas do Editor

  1. Il y a plus 500 milliards membres actives pour le réseau social - Facebook.
  2. http://www.are4.us/?p=815
  3. http://www.iconspedia.com/icon/database-inactive-hot-3-12.htmlhttp://aux.iconpedia.net/uploads/16675932432049440499.png