Ionic HumanTalks - 11/03/2015

Loïc Knuchel
Loïc KnuchelScala tech lead at Gospeak
Un jour pour prototyper une application mobile
@loicknuchel
Loïc Knuchel
● Entrepreneur
● Développeur web freelance
● Organisateur des HumanTalks, Bagger, Blogger...
Me contacter : loicknuchel@gmail.com - @loicknuchel - http://loic.knuchel.org/blog/
Ionic HumanTalks - 11/03/2015
Ionic HumanTalks - 11/03/2015
Application mobile
Ionic HumanTalks - 11/03/2015
Framework UI spécialisé mobile
et basé sur Angular
- Styles
- Directives
- Outils
Ionic HumanTalks - 11/03/2015
Quelques composants Ionic
Natif
Web
Téléphone & APIs natives
Cordova : webview +
JavaScript bridges
AngularJS
Ionic
Votre application
Stack technologique
Code ...
<ion-view>
<ion-header-bar class="bar-positive">
<h1 class="title">Header</h1>
<button class="button button-clear icon ion-settings"></button>
</ion-header-bar>
<ion-content>
</ion-content>
<ion-footer-bar class="bar-dark">
<div class="title">Footer</div>
</ion-footer-bar>
</ion-view>
Header, Footer & Content
● collection-repeat: un ng-repeat
efficace pour de longues listes
<div class="list">
<div class="item item-avatar" collection-repeat="user in users">
<img ng-src="{{user.avatar}}"/>
<h2>{{user.name}}</h2>
<p>{{user.description}}</p>
</div>
</div>
Listes
<ion-refresher pulling-text="Pull to refresh..." on-refresh="doRefresh()">
</ion-refresher>
$scope.doRefresh = function(){
$scope.users = [ ... ];
// Stop the ion-infinite-scroll from spinning
$scope.$broadcast('scroll.infiniteScrollComplete');
};
Pull-to-refresh
<ion-tabs class="tabs-icon-top tabs-positive">
<ion-tab title="Status" icon="ion-ios-pulse-strong">
<ion-nav-view name="tab-dash"></ion-nav-view>
</ion-tab>
<ion-tab title="Chats" icon="ion-ios-chatboxes">
<ion-nav-view name="tab-chats"></ion-nav-view>
</ion-tab>
<ion-tab title="Account" icon="ion-ios-gear">
<ion-nav-view name="tab-account"></ion-nav-view>
</ion-tab>
</ion-tabs>
Navigation Tabs
<ion-popover-view>
<ion-content>
<div class="list">
<div class="item">Menu 1</div>
<div class="item">Menu 2</div>
<div class="item">Menu 3</div>
</div>
</ion-content>
</ion-popover-view>
$ionicPopover.fromTemplateUrl('popover.html', {
scope: $scope
}).then(function(popover){
$scope.popover = popover;
});
<button class="button icon ion-more" ng-click="popover.show($event)"></button>
Navigation Popover
Et bien d’autres...
● Sidemenu
● Popover
● Modal
● ActionSheet
● Infinite-scroll
● Swapable liste
● Popup
● Checkbox
● Radio
● Slidebox
● Spinner
● Gestures
● Select
● ...
Ainsi qu’un ensemble d’outils...
Ionic HumanTalks - 11/03/2015
Ionic HumanTalks - 11/03/2015
Ionic HumanTalks - 11/03/2015
SalooN (Android only…)
http://bit.ly/saloon-app
1 of 22

Recommended

Ionic bbl le 19 février 2015 by
Ionic bbl le 19 février 2015Ionic bbl le 19 février 2015
Ionic bbl le 19 février 2015Loïc Knuchel
5.7K views48 slides
Ionic, ce n'est pas que de l'UI, meetup PhoneGap le 25-05-2015 by
Ionic, ce n'est pas que de l'UI, meetup PhoneGap le 25-05-2015Ionic, ce n'est pas que de l'UI, meetup PhoneGap le 25-05-2015
Ionic, ce n'est pas que de l'UI, meetup PhoneGap le 25-05-2015Loïc Knuchel
1.6K views31 slides
Ionic: The Web SDK for Develop Mobile Apps. by
Ionic: The Web SDK for Develop Mobile Apps.Ionic: The Web SDK for Develop Mobile Apps.
Ionic: The Web SDK for Develop Mobile Apps.Matheus Cardoso
773 views61 slides
Hybrid mobile application with Ionic by
Hybrid mobile application with IonicHybrid mobile application with Ionic
Hybrid mobile application with IonicMaulik Bamania
229 views18 slides
Ionic Crash Course! Hack-a-ton SF by
Ionic Crash Course! Hack-a-ton SFIonic Crash Course! Hack-a-ton SF
Ionic Crash Course! Hack-a-ton SFLukas Ruebbelke
19.8K views23 slides
Ionic2 - the raise of web developer, Riviera DEV le 17/06/2016 by
Ionic2 - the raise of web developer, Riviera DEV le 17/06/2016Ionic2 - the raise of web developer, Riviera DEV le 17/06/2016
Ionic2 - the raise of web developer, Riviera DEV le 17/06/2016Loïc Knuchel
705 views71 slides

More Related Content

What's hot

Ionic Framework: Let's build amazing apps. No Excuses! by
Ionic Framework: Let's build amazing apps. No Excuses!Ionic Framework: Let's build amazing apps. No Excuses!
Ionic Framework: Let's build amazing apps. No Excuses!Matheus Cardoso
1.5K views46 slides
Introduction to Ionic framework by
Introduction to Ionic frameworkIntroduction to Ionic framework
Introduction to Ionic frameworkShyjal Raazi
8.6K views19 slides
Creating mobile apps - an introduction to Ionic (Engage 2016) by
Creating mobile apps - an introduction to Ionic (Engage 2016)Creating mobile apps - an introduction to Ionic (Engage 2016)
Creating mobile apps - an introduction to Ionic (Engage 2016)Mark Leusink
1.4K views41 slides
Building mobile app with Ionic Framework by
Building mobile app with Ionic FrameworkBuilding mobile app with Ionic Framework
Building mobile app with Ionic FrameworkHuy Trần
3.7K views21 slides
Ionic Framework - Intro to Hybrid Mobile Application Development by
Ionic Framework - Intro to Hybrid Mobile Application DevelopmentIonic Framework - Intro to Hybrid Mobile Application Development
Ionic Framework - Intro to Hybrid Mobile Application DevelopmentMax Kaplan
341 views19 slides
Ionic - Revolutionizing Hybrid Mobile Application Development by
Ionic - Revolutionizing Hybrid Mobile Application DevelopmentIonic - Revolutionizing Hybrid Mobile Application Development
Ionic - Revolutionizing Hybrid Mobile Application DevelopmentJustin James
5K views54 slides

What's hot(20)

Ionic Framework: Let's build amazing apps. No Excuses! by Matheus Cardoso
Ionic Framework: Let's build amazing apps. No Excuses!Ionic Framework: Let's build amazing apps. No Excuses!
Ionic Framework: Let's build amazing apps. No Excuses!
Matheus Cardoso1.5K views
Introduction to Ionic framework by Shyjal Raazi
Introduction to Ionic frameworkIntroduction to Ionic framework
Introduction to Ionic framework
Shyjal Raazi8.6K views
Creating mobile apps - an introduction to Ionic (Engage 2016) by Mark Leusink
Creating mobile apps - an introduction to Ionic (Engage 2016)Creating mobile apps - an introduction to Ionic (Engage 2016)
Creating mobile apps - an introduction to Ionic (Engage 2016)
Mark Leusink1.4K views
Building mobile app with Ionic Framework by Huy Trần
Building mobile app with Ionic FrameworkBuilding mobile app with Ionic Framework
Building mobile app with Ionic Framework
Huy Trần3.7K views
Ionic Framework - Intro to Hybrid Mobile Application Development by Max Kaplan
Ionic Framework - Intro to Hybrid Mobile Application DevelopmentIonic Framework - Intro to Hybrid Mobile Application Development
Ionic Framework - Intro to Hybrid Mobile Application Development
Max Kaplan341 views
Ionic - Revolutionizing Hybrid Mobile Application Development by Justin James
Ionic - Revolutionizing Hybrid Mobile Application DevelopmentIonic - Revolutionizing Hybrid Mobile Application Development
Ionic - Revolutionizing Hybrid Mobile Application Development
Justin James5K views
Hybrid vs. Native app - Ionic Framework with AngularJS by Zvika Epstein
Hybrid vs. Native app - Ionic Framework with AngularJSHybrid vs. Native app - Ionic Framework with AngularJS
Hybrid vs. Native app - Ionic Framework with AngularJS
Zvika Epstein743 views
Cordova, Angularjs & Ionic @ Codeaholics by Eddie Lau
Cordova, Angularjs & Ionic @ CodeaholicsCordova, Angularjs & Ionic @ Codeaholics
Cordova, Angularjs & Ionic @ Codeaholics
Eddie Lau15.1K views
Ionic adventures - Hybrid Mobile App Development rocks by Juarez Filho
Ionic adventures - Hybrid Mobile App Development rocksIonic adventures - Hybrid Mobile App Development rocks
Ionic adventures - Hybrid Mobile App Development rocks
Juarez Filho25.3K views
Cross Platform Mobile Apps with the Ionic Framework by Troy Miles
Cross Platform Mobile Apps with the Ionic FrameworkCross Platform Mobile Apps with the Ionic Framework
Cross Platform Mobile Apps with the Ionic Framework
Troy Miles6.4K views
Building Mobile Applications with Ionic by Morris Singer
Building Mobile Applications with IonicBuilding Mobile Applications with Ionic
Building Mobile Applications with Ionic
Morris Singer15.1K views
Hybrid mobile and Ionic by Liju Pillai
Hybrid mobile and IonicHybrid mobile and Ionic
Hybrid mobile and Ionic
Liju Pillai6.7K views
Intro to Ionic for Building Hybrid Mobile Applications by Sasha dos Santos
Intro to Ionic for Building Hybrid Mobile ApplicationsIntro to Ionic for Building Hybrid Mobile Applications
Intro to Ionic for Building Hybrid Mobile Applications
Sasha dos Santos5.9K views
Phone gap & jquerymobile by betabeers
Phone gap & jquerymobilePhone gap & jquerymobile
Phone gap & jquerymobile
betabeers1.1K views
Mobile advertising by Yann Lechelle from Appsfire by CocoaHeads France
Mobile advertising by Yann Lechelle from AppsfireMobile advertising by Yann Lechelle from Appsfire
Mobile advertising by Yann Lechelle from Appsfire
CocoaHeads France6.1K views

Viewers also liked

Eqpo 4 by
Eqpo 4Eqpo 4
Eqpo 4Alfredo Hernandez
411 views13 slides
Neuroscience and mobile app desing by
Neuroscience and mobile app desingNeuroscience and mobile app desing
Neuroscience and mobile app desingMarketing4eCommerce
1.6K views99 slides
Tradedoubler mobile-shopping-2014 by
Tradedoubler mobile-shopping-2014Tradedoubler mobile-shopping-2014
Tradedoubler mobile-shopping-2014Marketing4eCommerce
1.3K views8 slides
Intervisiebijeenkomst Bogerman Lio's by
Intervisiebijeenkomst Bogerman Lio'sIntervisiebijeenkomst Bogerman Lio's
Intervisiebijeenkomst Bogerman Lio'sHerman Van Schie
531 views38 slides
Adobe Social Intelligence Report IV 2013 by
Adobe Social Intelligence Report IV 2013Adobe Social Intelligence Report IV 2013
Adobe Social Intelligence Report IV 2013Marketing4eCommerce
858 views17 slides
MySender_eng_v5 by
MySender_eng_v5MySender_eng_v5
MySender_eng_v5Дмитрий Колчин
482 views10 slides

Viewers also liked(20)

Intervisiebijeenkomst Bogerman Lio's by Herman Van Schie
Intervisiebijeenkomst Bogerman Lio'sIntervisiebijeenkomst Bogerman Lio's
Intervisiebijeenkomst Bogerman Lio's
Herman Van Schie531 views
Who Is the Greatest? by HaynesStreet
Who Is the Greatest?Who Is the Greatest?
Who Is the Greatest?
HaynesStreet472 views
Biblical Benevolence by HaynesStreet
Biblical BenevolenceBiblical Benevolence
Biblical Benevolence
HaynesStreet670 views
Lessons from the Mount by HaynesStreet
Lessons from the MountLessons from the Mount
Lessons from the Mount
HaynesStreet290 views
National Distracted Driving Enforcement Campaign Launches by Cost U Less Direct
National Distracted Driving Enforcement Campaign LaunchesNational Distracted Driving Enforcement Campaign Launches
National Distracted Driving Enforcement Campaign Launches
Cost U Less Direct422 views
Can We Speak in Tongues Today? by HaynesStreet
Can We Speak in Tongues Today?Can We Speak in Tongues Today?
Can We Speak in Tongues Today?
HaynesStreet707 views
Don't Forget Who You Are by HaynesStreet
Don't Forget Who You AreDon't Forget Who You Are
Don't Forget Who You Are
HaynesStreet524 views
لا للمحاكمات العسكرية للمدنيين by Zeyad Etman
لا للمحاكمات العسكرية للمدنيينلا للمحاكمات العسكرية للمدنيين
لا للمحاكمات العسكرية للمدنيين
Zeyad Etman425 views

Similar to Ionic HumanTalks - 11/03/2015

Crash Course in AngularJS + Ionic (Deep dive) by
Crash Course in AngularJS + Ionic (Deep dive)Crash Course in AngularJS + Ionic (Deep dive)
Crash Course in AngularJS + Ionic (Deep dive)ColdFusionConference
625 views106 slides
Workshop 15: Ionic framework by
Workshop 15: Ionic frameworkWorkshop 15: Ionic framework
Workshop 15: Ionic frameworkVisual Engineering
1.2K views45 slides
Ionic by Example by
Ionic by ExampleIonic by Example
Ionic by ExampleMichal Haták
671 views51 slides
Hybrid app development with ionic by
Hybrid app development with ionicHybrid app development with ionic
Hybrid app development with ionicWan Muzaffar Wan Hashim
1.8K views88 slides
Web app by
Web appWeb app
Web app조 용구
1.7K views38 slides
Web app by
Web appWeb app
Web app조 용구
19 views38 slides

Similar to Ionic HumanTalks - 11/03/2015(20)

AngularJS best-practices by Henry Tao
AngularJS best-practicesAngularJS best-practices
AngularJS best-practices
Henry Tao11.8K views
Building Better Web Apps with Angular.js (SXSW 2014) by kbekessy
Building Better Web Apps with Angular.js (SXSW 2014)Building Better Web Apps with Angular.js (SXSW 2014)
Building Better Web Apps with Angular.js (SXSW 2014)
kbekessy3K views
Multi screen HTML5 by Ron Reiter
Multi screen HTML5Multi screen HTML5
Multi screen HTML5
Ron Reiter12.1K views
Intro to mobile apps with the ionic framework & angular js by Hector Iribarne
Intro to mobile apps with the ionic framework & angular jsIntro to mobile apps with the ionic framework & angular js
Intro to mobile apps with the ionic framework & angular js
Hector Iribarne3.3K views
AppNotch by appnotch
AppNotchAppNotch
AppNotch
appnotch382 views
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript by Philipp Bosch
jQTouch – Mobile Web Apps with HTML, CSS and JavaScriptjQTouch – Mobile Web Apps with HTML, CSS and JavaScript
jQTouch – Mobile Web Apps with HTML, CSS and JavaScript
Philipp Bosch7.8K views
Rapid mobile app development using Ionic framework by Swaminathan Vetri
Rapid mobile app development using Ionic frameworkRapid mobile app development using Ionic framework
Rapid mobile app development using Ionic framework
Swaminathan Vetri307 views
Intro to Hybrid Mobile Development && Ionic by Fioriela Bego
Intro to Hybrid Mobile Development && IonicIntro to Hybrid Mobile Development && Ionic
Intro to Hybrid Mobile Development && Ionic
Fioriela Bego356 views
TOC Workshop 2013 by Haig Armen
TOC Workshop 2013TOC Workshop 2013
TOC Workshop 2013
Haig Armen1.1K views
Lesson learned from 3 years with hybrid apps by Patrik Malmquist
Lesson learned from 3 years with hybrid appsLesson learned from 3 years with hybrid apps
Lesson learned from 3 years with hybrid apps
Patrik Malmquist1.1K views

More from Loïc Knuchel

Scala bad practices, scala.io 2019 by
Scala bad practices, scala.io 2019Scala bad practices, scala.io 2019
Scala bad practices, scala.io 2019Loïc Knuchel
803 views22 slides
Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe... by
Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe...Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe...
Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe...Loïc Knuchel
1.7K views43 slides
Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016 by
Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016
Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016Loïc Knuchel
962 views63 slides
Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016 by
Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016
Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016Loïc Knuchel
504 views106 slides
FP is coming... le 19/05/2016 by
FP is coming... le 19/05/2016FP is coming... le 19/05/2016
FP is coming... le 19/05/2016Loïc Knuchel
681 views98 slides
Programmation fonctionnelle en JavaScript by
Programmation fonctionnelle en JavaScriptProgrammation fonctionnelle en JavaScript
Programmation fonctionnelle en JavaScriptLoïc Knuchel
1.2K views88 slides

More from Loïc Knuchel(11)

Scala bad practices, scala.io 2019 by Loïc Knuchel
Scala bad practices, scala.io 2019Scala bad practices, scala.io 2019
Scala bad practices, scala.io 2019
Loïc Knuchel803 views
Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe... by Loïc Knuchel
Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe...Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe...
Mutation testing, enfin une bonne mesure de la qualité des tests ?, RivieraDe...
Loïc Knuchel1.7K views
Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016 by Loïc Knuchel
Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016
Comprendre la programmation fonctionnelle, Blend Web Mix le 02/11/2016
Loïc Knuchel962 views
Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016 by Loïc Knuchel
Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016
Ionic2, les développeurs web à l'assaut du mobile, BDX I/O le 21/10/2016
Loïc Knuchel504 views
FP is coming... le 19/05/2016 by Loïc Knuchel
FP is coming... le 19/05/2016FP is coming... le 19/05/2016
FP is coming... le 19/05/2016
Loïc Knuchel681 views
Programmation fonctionnelle en JavaScript by Loïc Knuchel
Programmation fonctionnelle en JavaScriptProgrammation fonctionnelle en JavaScript
Programmation fonctionnelle en JavaScript
Loïc Knuchel1.2K views
Ionic Framework, L'avenir du mobile sera hybride, bdx.io le 16-10-2015 by Loïc Knuchel
Ionic Framework, L'avenir du mobile sera hybride, bdx.io le 16-10-2015Ionic Framework, L'avenir du mobile sera hybride, bdx.io le 16-10-2015
Ionic Framework, L'avenir du mobile sera hybride, bdx.io le 16-10-2015
Loïc Knuchel2.8K views
Le développement mobile hybride sort du bois, Ch'ti JUG le 15-04-2015 by Loïc Knuchel
Le développement mobile hybride sort du bois, Ch'ti JUG le 15-04-2015Le développement mobile hybride sort du bois, Ch'ti JUG le 15-04-2015
Le développement mobile hybride sort du bois, Ch'ti JUG le 15-04-2015
Loïc Knuchel3.4K views
Devoxx 2015, Atelier Ionic - 09/04/2015 by Loïc Knuchel
Devoxx 2015, Atelier Ionic - 09/04/2015Devoxx 2015, Atelier Ionic - 09/04/2015
Devoxx 2015, Atelier Ionic - 09/04/2015
Loïc Knuchel3.4K views
Devoxx 2015, ionic chat by Loïc Knuchel
Devoxx 2015, ionic chatDevoxx 2015, ionic chat
Devoxx 2015, ionic chat
Loïc Knuchel2.5K views
Des maths et des recommandations - Devoxx 2014 by Loïc Knuchel
Des maths et des recommandations - Devoxx 2014Des maths et des recommandations - Devoxx 2014
Des maths et des recommandations - Devoxx 2014
Loïc Knuchel1.2K views

Recently uploaded

DSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - Prida by
DSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - PridaDSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - Prida
DSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - PridaDeltares
18 views9 slides
Cycleops - Automate deployments on top of bare metal.pptx by
Cycleops - Automate deployments on top of bare metal.pptxCycleops - Automate deployments on top of bare metal.pptx
Cycleops - Automate deployments on top of bare metal.pptxThanassis Parathyras
30 views12 slides
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J... by
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...Deltares
9 views24 slides
Citi TechTalk Session 2: Kafka Deep Dive by
Citi TechTalk Session 2: Kafka Deep DiveCiti TechTalk Session 2: Kafka Deep Dive
Citi TechTalk Session 2: Kafka Deep Diveconfluent
17 views60 slides
Unleash The Monkeys by
Unleash The MonkeysUnleash The Monkeys
Unleash The MonkeysJacob Duijzer
7 views28 slides
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema by
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - GeertsemaDSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - GeertsemaDeltares
17 views13 slides

Recently uploaded(20)

DSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - Prida by Deltares
DSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - PridaDSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - Prida
DSD-INT 2023 Dam break simulation in Derna (Libya) using HydroMT_SFINCS - Prida
Deltares18 views
Cycleops - Automate deployments on top of bare metal.pptx by Thanassis Parathyras
Cycleops - Automate deployments on top of bare metal.pptxCycleops - Automate deployments on top of bare metal.pptx
Cycleops - Automate deployments on top of bare metal.pptx
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J... by Deltares
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
DSD-INT 2023 3D hydrodynamic modelling of microplastic transport in lakes - J...
Deltares9 views
Citi TechTalk Session 2: Kafka Deep Dive by confluent
Citi TechTalk Session 2: Kafka Deep DiveCiti TechTalk Session 2: Kafka Deep Dive
Citi TechTalk Session 2: Kafka Deep Dive
confluent17 views
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema by Deltares
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - GeertsemaDSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema
Deltares17 views
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)... by Deltares
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
DSD-INT 2023 Modelling litter in the Yarra and Maribyrnong Rivers (Australia)...
Deltares9 views
SUGCON ANZ Presentation V2.1 Final.pptx by Jack Spektor
SUGCON ANZ Presentation V2.1 Final.pptxSUGCON ANZ Presentation V2.1 Final.pptx
SUGCON ANZ Presentation V2.1 Final.pptx
Jack Spektor22 views
Neo4j y GenAI by Neo4j
Neo4j y GenAI Neo4j y GenAI
Neo4j y GenAI
Neo4j42 views
DSD-INT 2023 Next-Generation Flood Inundation Mapping for Taiwan - Delft3D FM... by Deltares
DSD-INT 2023 Next-Generation Flood Inundation Mapping for Taiwan - Delft3D FM...DSD-INT 2023 Next-Generation Flood Inundation Mapping for Taiwan - Delft3D FM...
DSD-INT 2023 Next-Generation Flood Inundation Mapping for Taiwan - Delft3D FM...
Deltares7 views
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ... by Donato Onofri
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Donato Onofri711 views
El Arte de lo Possible by Neo4j
El Arte de lo PossibleEl Arte de lo Possible
El Arte de lo Possible
Neo4j38 views
DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit... by Deltares
DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit...DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit...
DSD-INT 2023 FloodAdapt - A decision-support tool for compound flood risk mit...
Deltares13 views
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko... by Deltares
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
DSD-INT 2023 Simulation of Coastal Hydrodynamics and Water Quality in Hong Ko...
Deltares11 views
A first look at MariaDB 11.x features and ideas on how to use them by Federico Razzoli
A first look at MariaDB 11.x features and ideas on how to use themA first look at MariaDB 11.x features and ideas on how to use them
A first look at MariaDB 11.x features and ideas on how to use them
Federico Razzoli45 views
BushraDBR: An Automatic Approach to Retrieving Duplicate Bug Reports by Ra'Fat Al-Msie'deen
BushraDBR: An Automatic Approach to Retrieving Duplicate Bug ReportsBushraDBR: An Automatic Approach to Retrieving Duplicate Bug Reports
BushraDBR: An Automatic Approach to Retrieving Duplicate Bug Reports
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon by Deltares
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
Deltares13 views

Ionic HumanTalks - 11/03/2015