SlideShare una empresa de Scribd logo
1 de 31
Descargar para leer sin conexión
DECIPHERING DEVELOPMENT TECHNOLOGIES
WEBVISIONS PORTLAND
8 MAY 2014
Phillip Kerman
@phillip
EXPECTATIONS
clientside
more breadth, less depth
test
OUTLINE
Version Control
Package Managers
JS/CSS Frameworks
Automation
TestDriven Development
Terms, perspective, tips for learning
ROI LEARNING
Assessingwhat's "essential"
Consider how itapplies to your project. (Be goaloriented.)
Learningon the fly.
Better to do less and understand itvs. doingmore with
mystery.
Advocacy
ESSENTIALS
Version Control
Package Manager
VERSION CONTROL
git(is notgithub)
~90%is just:
gitstatus
gitadd
gitcommit
gitpush
~10%is:
gitcheckout-b (branch)
gitmerge
VERSION CONTROL (DEMO)
http://www.youtube.com/watch?v=SRn2UwWK7F0
0:00 / 6:41
git demo
Learn GitBranching
VERSION CONTROL
PACKAGE MANAGERS
Installnode.js ( ), and you'llhave npm
Installbower
Discover and get
Manage and distribute
http://nodejs.org/
PACKAGE MANAGERS
Installpackages (usuallyfrom the web)
npm/bower install[package]
npm/bower update [package]
-gglobalflag
--saveflagadds dependency
PACKAGE MANAGERS
Getdependencies for aprojectviaits package.json or bower.json
file
npm/bower install
PACKAGE MANAGERS (DEMO)
http://www.youtube.com/watch?v=TztY4deEMz8
0:00 / 7:03
using npm to manage dependencies
JS LIBRARIES AND FRAMEWORKS
Libraryis acollection of utilities/functions
Libraries should work alongside other libraries (and within
frameworks)
Frameworks always have some opinion how you should build
upon them.
JS LIBRARIES
jQuery
underscore (lodash)
three.js, D3.js, and manymore
JS FRAMEWORKS
AngularJS, Backbone, Ember
binding
templating/rendering
dependency
components
routing
JS FRAMEWORKS
Learning
AngularJS tutorials:
React.js library:
egghead.io
tinyurl.com/fbreact
COMPILING
CoffeeScript
TypeScript
asm.js
The Birth &Death of JavaScripttinyurl.com/banddjs
CSS FRAMEWORKS
Bootstrap, Foundation, manyothers
Layout/style
Components
Transitions
Customization
CSS PREPROCESSORS
LESS and SASS are the language
Countless frameworks and mixins to automate
CSS gets rendered
AUTOMATION
Grunt
Gulp
Gruntvs. Gulp:
Plugins include:
minifying(uglify)
concatentation
linting
tests
Watch
tinyurl.com/gruntvgulp
AUTOMATION
Basic GruntFile.js
module.exports=function(grunt){
grunt.initConfig({
pkg:grunt.file.readJSON('package.json'),
//setupuglify
uglify:{
build:{
src:'main.js',
dest:'_dist/main.min.js'
}
},
more:{demo:"na"}
});
//intopackage.jsonvia:npminstallgrunt-contrib-uglify--save-dev
grunt.loadNpmTasks('grunt-contrib-uglify');
//registerwhattodowhenusingthedefault'grunt'command
grunt.registerTask('default',['uglify','more']);
}
AUTOMATION
Basic gulpfile.js
//npminstallgulp--save-dev
vargulp=require('gulp');
//npminstallgulp-uglify--save-dev
varuglify=require('gulp-uglify');
gulp.task('default',function(){
gulp.src('./main.js')
.pipe(uglify())
.pipe(gulp.dest('./_dist/main.min.js'));
});
//keepsrunning
gulp.watch('./main.js',['default']);
AUTOMATION (DEMO)
http://www.youtube.com/watch?v=9EL_mZjg4xk
0:00 / 7:15
demo using gulp for automation
TDD
Process
write failingtests
implementthe minimum code to pass test
repeat
TDD
Basic syntax
//spec:
describe('myAddFunction',function(){
it('shouldknowoneandoneistwo',function(){
expect(myAddFunction(1,1)).toEqual(2);
});
});
//codetotest
functionmyAddFunction(a,b){
returnnull;
}
TDD (DEMO)
http://www.youtube.com/watch?v=YyjlaSRFy00
0:00 / 9:37
tdd demo
TDD
More
describe('myAddFunction',function(){
beforeEach(function(){
//setsomeglobals
});
it('shouldknowoneandoneistwo',function(){
expect(myAddFunction(1,1)).toEqual(2);
});
});
Also, mocks for integration testingand CI
(SOME) THINGS I LEFT OUT
In browser devtools
Browserify(like Require.js)
Server side tooling
PLEASE DON'T
Justuse Yeoman
THE END
Phillip Kerman | @phillip
phillipkerman.com/wv2014

Más contenido relacionado

La actualidad más candente

La actualidad más candente (10)

Mobile patrols services in calgary
Mobile patrols services in calgaryMobile patrols services in calgary
Mobile patrols services in calgary
 
CLL19 - Acceptance Tests as Monitors
CLL19 - Acceptance Tests as MonitorsCLL19 - Acceptance Tests as Monitors
CLL19 - Acceptance Tests as Monitors
 
How QCLean Works? Introduction to Browser Extensions
How QCLean Works? Introduction to Browser ExtensionsHow QCLean Works? Introduction to Browser Extensions
How QCLean Works? Introduction to Browser Extensions
 
PHP Conference Brazil - What can we expect about framework Laminas?
PHP Conference Brazil - What can we expect about framework Laminas?PHP Conference Brazil - What can we expect about framework Laminas?
PHP Conference Brazil - What can we expect about framework Laminas?
 
Make Your SEO Campaigns Successful With SEO Calgary
Make Your SEO Campaigns Successful With SEO CalgaryMake Your SEO Campaigns Successful With SEO Calgary
Make Your SEO Campaigns Successful With SEO Calgary
 
Tdd presentation
Tdd presentationTdd presentation
Tdd presentation
 
Андрій Юн — Drupal contributor HOWTO
Андрій Юн — Drupal contributor HOWTOАндрій Юн — Drupal contributor HOWTO
Андрій Юн — Drupal contributor HOWTO
 
Points to Consider While Buying a Furnace
Points to Consider While Buying a FurnacePoints to Consider While Buying a Furnace
Points to Consider While Buying a Furnace
 
Preparing for the WebGeek DevCup
Preparing for the WebGeek DevCupPreparing for the WebGeek DevCup
Preparing for the WebGeek DevCup
 
Typescript kata The TDD style 2 edition
Typescript kata The TDD style 2 editionTypescript kata The TDD style 2 edition
Typescript kata The TDD style 2 edition
 

Destacado

Sharing and reuse museum objects in learning environment
Sharing and reuse museum objects in learning environmentSharing and reuse museum objects in learning environment
Sharing and reuse museum objects in learning environment
Vincenza Ferrara
 
The Poetics Of Museum Display
The Poetics Of Museum DisplayThe Poetics Of Museum Display
The Poetics Of Museum Display
Clive McGoun
 
Consejos psicológico deportivos(psicologia)
Consejos psicológico deportivos(psicologia)Consejos psicológico deportivos(psicologia)
Consejos psicológico deportivos(psicologia)
nadia
 
Guardiola y el liderazgo inteligente (psicología)
Guardiola y el liderazgo inteligente (psicología)Guardiola y el liderazgo inteligente (psicología)
Guardiola y el liderazgo inteligente (psicología)
nadia
 
Percepcion de la carga 29 al 05 julio
Percepcion de la carga 29 al 05 julioPercepcion de la carga 29 al 05 julio
Percepcion de la carga 29 al 05 julio
nadia
 
Estructura socio afectiva_francisco_seirullo_vargas_2004
Estructura socio afectiva_francisco_seirullo_vargas_2004Estructura socio afectiva_francisco_seirullo_vargas_2004
Estructura socio afectiva_francisco_seirullo_vargas_2004
nadia
 
Preparación física de un futbolista
Preparación física de un futbolistaPreparación física de un futbolista
Preparación física de un futbolista
nadia
 
De un grupo a un equipo(psicologia)
De un grupo a un equipo(psicologia)De un grupo a un equipo(psicologia)
De un grupo a un equipo(psicologia)
nadia
 
Metodologia planificacion P. seirul-lo_2001
Metodologia planificacion   P. seirul-lo_2001Metodologia planificacion   P. seirul-lo_2001
Metodologia planificacion P. seirul-lo_2001
nadia
 
Atencion y concentracion en un equipo profecional(psicologia)
Atencion y concentracion en un equipo profecional(psicologia)Atencion y concentracion en un equipo profecional(psicologia)
Atencion y concentracion en un equipo profecional(psicologia)
nadia
 
Atencion y concentracion en el futbol(psicologia)
Atencion y concentracion en el futbol(psicologia)Atencion y concentracion en el futbol(psicologia)
Atencion y concentracion en el futbol(psicologia)
nadia
 
El libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeau
El libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeauEl libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeau
El libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeau
nadia
 
Autoconfianza, el motor del rendimiento(psicologia)
Autoconfianza, el motor del rendimiento(psicologia)Autoconfianza, el motor del rendimiento(psicologia)
Autoconfianza, el motor del rendimiento(psicologia)
nadia
 

Destacado (20)

Sharing and reuse museum objects in learning environment
Sharing and reuse museum objects in learning environmentSharing and reuse museum objects in learning environment
Sharing and reuse museum objects in learning environment
 
Authenticity vs. Inauthenticity within the Museum Space in Lebanon
Authenticity vs. Inauthenticity within the Museum Space in LebanonAuthenticity vs. Inauthenticity within the Museum Space in Lebanon
Authenticity vs. Inauthenticity within the Museum Space in Lebanon
 
Exhibition stands, display systems, booth displays
Exhibition stands, display systems, booth displaysExhibition stands, display systems, booth displays
Exhibition stands, display systems, booth displays
 
Museum objects
Museum objectsMuseum objects
Museum objects
 
Taking Your Museum to the Next level with the Museum Assessment Program and ...
 Taking Your Museum to the Next level with the Museum Assessment Program and ... Taking Your Museum to the Next level with the Museum Assessment Program and ...
Taking Your Museum to the Next level with the Museum Assessment Program and ...
 
The Poetics Of Museum Display
The Poetics Of Museum DisplayThe Poetics Of Museum Display
The Poetics Of Museum Display
 
American Museums of the History of Technology
American Museums of the History of TechnologyAmerican Museums of the History of Technology
American Museums of the History of Technology
 
Consejos psicológico deportivos(psicologia)
Consejos psicológico deportivos(psicologia)Consejos psicológico deportivos(psicologia)
Consejos psicológico deportivos(psicologia)
 
Guardiola y el liderazgo inteligente (psicología)
Guardiola y el liderazgo inteligente (psicología)Guardiola y el liderazgo inteligente (psicología)
Guardiola y el liderazgo inteligente (psicología)
 
Percepcion de la carga 29 al 05 julio
Percepcion de la carga 29 al 05 julioPercepcion de la carga 29 al 05 julio
Percepcion de la carga 29 al 05 julio
 
Estructura socio afectiva_francisco_seirullo_vargas_2004
Estructura socio afectiva_francisco_seirullo_vargas_2004Estructura socio afectiva_francisco_seirullo_vargas_2004
Estructura socio afectiva_francisco_seirullo_vargas_2004
 
Preparación física de un futbolista
Preparación física de un futbolistaPreparación física de un futbolista
Preparación física de un futbolista
 
Coaching 3(psicologia)
Coaching 3(psicologia)Coaching 3(psicologia)
Coaching 3(psicologia)
 
Coaching 2(psicologia)
Coaching 2(psicologia)Coaching 2(psicologia)
Coaching 2(psicologia)
 
De un grupo a un equipo(psicologia)
De un grupo a un equipo(psicologia)De un grupo a un equipo(psicologia)
De un grupo a un equipo(psicologia)
 
Metodologia planificacion P. seirul-lo_2001
Metodologia planificacion   P. seirul-lo_2001Metodologia planificacion   P. seirul-lo_2001
Metodologia planificacion P. seirul-lo_2001
 
Atencion y concentracion en un equipo profecional(psicologia)
Atencion y concentracion en un equipo profecional(psicologia)Atencion y concentracion en un equipo profecional(psicologia)
Atencion y concentracion en un equipo profecional(psicologia)
 
Atencion y concentracion en el futbol(psicologia)
Atencion y concentracion en el futbol(psicologia)Atencion y concentracion en el futbol(psicologia)
Atencion y concentracion en el futbol(psicologia)
 
El libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeau
El libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeauEl libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeau
El libro negro_de_los_secretos_de_entrenamiento-christian_thibaudeau
 
Autoconfianza, el motor del rendimiento(psicologia)
Autoconfianza, el motor del rendimiento(psicologia)Autoconfianza, el motor del rendimiento(psicologia)
Autoconfianza, el motor del rendimiento(psicologia)
 

Similar a Deciphering development technologies

Velocity NY 2016 - Devops: Who Does What?
Velocity NY 2016 - Devops: Who Does What?Velocity NY 2016 - Devops: Who Does What?
Velocity NY 2016 - Devops: Who Does What?
cornelia davis
 

Similar a Deciphering development technologies (20)

Alexey Kupriyanenko "Release Early, Often, Stable"
Alexey Kupriyanenko "Release Early, Often, Stable"Alexey Kupriyanenko "Release Early, Often, Stable"
Alexey Kupriyanenko "Release Early, Often, Stable"
 
Optimizing Your CI Pipelines
Optimizing Your CI PipelinesOptimizing Your CI Pipelines
Optimizing Your CI Pipelines
 
TMF2014 CI-CD Workshop Michael Palotas
TMF2014 CI-CD Workshop Michael PalotasTMF2014 CI-CD Workshop Michael Palotas
TMF2014 CI-CD Workshop Michael Palotas
 
DevOps: The New Face Of Application Development - Global Azure Bootcamp
DevOps: The New Face Of Application Development - Global Azure BootcampDevOps: The New Face Of Application Development - Global Azure Bootcamp
DevOps: The New Face Of Application Development - Global Azure Bootcamp
 
SAP Inside Track Munich 2018 - DevOps and Deployment Pipelines in ABAP Landsc...
SAP Inside Track Munich 2018 - DevOps and Deployment Pipelines in ABAP Landsc...SAP Inside Track Munich 2018 - DevOps and Deployment Pipelines in ABAP Landsc...
SAP Inside Track Munich 2018 - DevOps and Deployment Pipelines in ABAP Landsc...
 
Real-World DevOps — 20 Practical Developers Tips for Tightening Your Operatio...
Real-World DevOps — 20 Practical Developers Tips for Tightening Your Operatio...Real-World DevOps — 20 Practical Developers Tips for Tightening Your Operatio...
Real-World DevOps — 20 Practical Developers Tips for Tightening Your Operatio...
 
Write microservice in golang
Write microservice in golangWrite microservice in golang
Write microservice in golang
 
Speeding up your team with GitOps
Speeding up your team with GitOpsSpeeding up your team with GitOps
Speeding up your team with GitOps
 
Agile Bodensee - Testautomation & Continuous Delivery Workshop
Agile Bodensee - Testautomation & Continuous Delivery WorkshopAgile Bodensee - Testautomation & Continuous Delivery Workshop
Agile Bodensee - Testautomation & Continuous Delivery Workshop
 
Joomla in the cloud with Openshift
Joomla in the cloud with OpenshiftJoomla in the cloud with Openshift
Joomla in the cloud with Openshift
 
Simplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual CloudSimplifying and accelerating converged media with Open Visual Cloud
Simplifying and accelerating converged media with Open Visual Cloud
 
Velocity NY 2016 - Devops: Who Does What?
Velocity NY 2016 - Devops: Who Does What?Velocity NY 2016 - Devops: Who Does What?
Velocity NY 2016 - Devops: Who Does What?
 
Kim Carter (BinaryMist)
Kim Carter (BinaryMist)Kim Carter (BinaryMist)
Kim Carter (BinaryMist)
 
DSAG Jahreskongress 2018 - DevOps and Deployment Pipelines in SAP ABAP Landsc...
DSAG Jahreskongress 2018 - DevOps and Deployment Pipelines in SAP ABAP Landsc...DSAG Jahreskongress 2018 - DevOps and Deployment Pipelines in SAP ABAP Landsc...
DSAG Jahreskongress 2018 - DevOps and Deployment Pipelines in SAP ABAP Landsc...
 
All levels of performance testing and monitoring in web-apps
All levels of performance testing and monitoring in web-appsAll levels of performance testing and monitoring in web-apps
All levels of performance testing and monitoring in web-apps
 
Adrian marinica continuous integration in the visual studio world
Adrian marinica   continuous integration in the visual studio worldAdrian marinica   continuous integration in the visual studio world
Adrian marinica continuous integration in the visual studio world
 
NetDevOps Development Environments
NetDevOps Development EnvironmentsNetDevOps Development Environments
NetDevOps Development Environments
 
Cloud-powered Continuous Integration and Deployment architectures - Jinesh Varia
Cloud-powered Continuous Integration and Deployment architectures - Jinesh VariaCloud-powered Continuous Integration and Deployment architectures - Jinesh Varia
Cloud-powered Continuous Integration and Deployment architectures - Jinesh Varia
 
MA 2019. iOS Advanced. CI & CD. Fastlane + Gitlab
MA 2019. iOS Advanced. CI & CD. Fastlane + GitlabMA 2019. iOS Advanced. CI & CD. Fastlane + Gitlab
MA 2019. iOS Advanced. CI & CD. Fastlane + Gitlab
 
AppSec California 2016 - Making Security Agile
AppSec California 2016 - Making Security AgileAppSec California 2016 - Making Security Agile
AppSec California 2016 - Making Security Agile
 

Último

%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 

Último (20)

%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 

Deciphering development technologies