SlideShare a Scribd company logo
Developer	Oriented
Presentation	Engine
Introduction
Pasi	Niemi(	©2013	Nitor	Creations	)

version:	1.0
Contents
Getting	started
Creating	slides
Slide	notes
Embedding	media
Inline	source	code
Outputs
Presenting
Thank	you
Getting	started	(1/2)
Maven	drives	the	presentation	build
You	can	create	a	maven	project	skeleton	with	the	dope-archetype:
				mvn	archetype:generate	-DarchetypeArtifactId=dope-archetype	
						-DarchetypeGroupId=com.nitorcreations	-DgroupId=foo.bar	
						-DdeveloperName="Pasi	Niemi"	-DorganizationName="Nitor	Creations"	
						-DinceptionYear=2013	-Dname="Baz	Bar	Awesomeness"	
						-Dtheme=light	-DartifactId=baz-prez	-DinteractiveMode=false
Parameters	explained	here:	https://github.com/NitorCreations/dope-archetype
Getting	started	(2/2)
Add	your	slides	in	src/main/resources/markdown
JavaFX	needs	to	be	on	your	JDK	classpath
You	may	need	to	run
mvn	com.zenjava:javafx-maven-plugin:2.0:fix-classpath
One	time	only	operation	per	JDK
Java	8	has	this	sorted
The	project	contains	all	of	the	runtime	java	code
You	can	change	all	runtime	behaviour	like:
controllers
http	server
animations
Creating	slides	(1/2)
Slides	shown	in	alphabetical	order
Except	the	title	slide	is	always	first
Name	your	slide	files	to	get	correct	order	e.g.:
01_agenda.md
10_introduction.md
12_introduction_cont.md
Creating	slides	(2/2)
Slides	are	markdown	interpreted	with	pegdown
Some	extensions	are	enabled:
AUTOLINKS
URLs	will	be	turned	into	a	link	to	that	URL
TABLES
simple	multimarkdown-style	tables
FENCED	CODE	BLOCKS code	blocks	will	be	syntax	highlighted	with	pygments
Slide	notes
Slide	notes	are	markdown	files	named	{slidename}.md.notes
They	appear	in	the	http	interface	for	running	the	presentation
Need	to	have	{slidename}.md	for	the	notes	to	be	added	next	to	the	slide
Slides	are	served	as	iframes,	but	notes	are	just	embedded	in	the	index	html
Embedding	media
You	can	embed	images	with	a	simple	markdown	element
![My	face](pasi_niemi_2013.jpg)
Or	embed	html	if	you	need	more	control	with	e.g.	classes	and	ids	for	css
For	videos	you	need	to	embed	html
				<video	width="auto"	controls>
						<source	src="oracle_event_final.mp4"	type="video/mp4"/>
						<img	width="auto"	src="oracle_event_final.jpeg"/>
				</video>
Video	handling
The	build	system	finds	video	elements	at	compile	time
Records	the	location	and	size	of	the	placeholder	image
At	runtime	during	presentation	initialization	the	engine	extracts	the	video	into	a
temporary	file
As	you	traverse	past	the	slide	with	the	video,	the	presentation	zooms	in	on	the
placeholder	and	starts	an	external	player
videoplayer	{video}
on	my	Raspberry	Pi	this	is	/usr/bin/videoplayer
#!/bin/bash
exec	/usr/bin/omxplayer	"$@"
Inline	source	code
pygments	supports	lots	of	languages	-	here	are	some	samples
Python
print	highlight(code,	PythonLexer(),	HtmlFormatter())
Haskell
let	(a:b:c:[])	=	"xyz"	in	a
D
import	std.stdio;
void	main()	{
				ulong	lines	=	0;
and	lots	more	at	http://pygments.org/languages/
Outputs
Maven	build	outputs	the	presentation	in	several	formats
HTML	is	used	as	the	source	for	png	and	pdf	rendering
PNG	images	of	each	slide	in	FullHD	and	small	sizes
PDF	for	easy	sharing	(naturally	without	videos)
JavaFX	jar	that	can	be	run	on	any	computer	with	JavaFX	installed
HTML,	PNG	and	PDF	formats	are	downloadable	from	the	http	interface
HTML	and	PNG	as	Zip	files	with	relevant	files	inside	(including	videos)
PDF	as	a	single	file
Presenting
You	can	run	the	presentation	with	any	java	that	has	JavaFX	installed:
java	-Dhttpport=9999	-Dhttprunpasswords=.passwords	-Dnocache=true	
	-jar	my-presentation-1.0-SNAPSHOT-jfx.jar
The	presentation	can	then	be	controlled	with	a	keyboard,	a	wiimote	or	a	browser
Advanced	usage	explained	here:	https://github.com/NitorCreations/javaone-shanghai2013-javafx-presentation
Video	detailing	presentation	use	here:	http://www.youtube.com/watch?v=1sdZpecv9a8
Thank	You!
Hope	you	have	fun	with	it
If	you	do	come	up	with	extensions	you	are	willing	to	release,	please	let	me
know
This	presentation	source	available	here:
https://github.com/NitorCreations/dope-intro

Pasi	Niemi	pasi.niemi@nitorcreations.com

More Related Content

What's hot

Alpes Jug (29th March, 2010) - Apache Maven
Alpes Jug (29th March, 2010) - Apache MavenAlpes Jug (29th March, 2010) - Apache Maven
Alpes Jug (29th March, 2010) - Apache Maven
Arnaud Héritier
 
Geneva Jug (30th March, 2010) - Maven
Geneva Jug (30th March, 2010) - MavenGeneva Jug (30th March, 2010) - Maven
Geneva Jug (30th March, 2010) - Maven
Arnaud Héritier
 
Lausanne Jug (08th April, 2010) - Maven
Lausanne Jug (08th April, 2010) - MavenLausanne Jug (08th April, 2010) - Maven
Lausanne Jug (08th April, 2010) - Maven
Arnaud Héritier
 
A Story about AngularJS modularization development
A Story about AngularJS modularization developmentA Story about AngularJS modularization development
A Story about AngularJS modularization development
Johannes Weber
 
Enterprise Maven Repository BOF
Enterprise Maven Repository BOFEnterprise Maven Repository BOF
Enterprise Maven Repository BOF
Max Andersen
 
A Gentle Introduction to Angular Schematics - Angular SF 2019
A Gentle Introduction to Angular Schematics - Angular SF 2019A Gentle Introduction to Angular Schematics - Angular SF 2019
A Gentle Introduction to Angular Schematics - Angular SF 2019
Matt Raible
 
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
Matt Raible
 
Modern Web Application Development Workflow - web2day 2014
Modern Web Application Development Workflow - web2day 2014Modern Web Application Development Workflow - web2day 2014
Modern Web Application Development Workflow - web2day 2014
Stéphane Bégaudeau
 

What's hot (8)

Alpes Jug (29th March, 2010) - Apache Maven
Alpes Jug (29th March, 2010) - Apache MavenAlpes Jug (29th March, 2010) - Apache Maven
Alpes Jug (29th March, 2010) - Apache Maven
 
Geneva Jug (30th March, 2010) - Maven
Geneva Jug (30th March, 2010) - MavenGeneva Jug (30th March, 2010) - Maven
Geneva Jug (30th March, 2010) - Maven
 
Lausanne Jug (08th April, 2010) - Maven
Lausanne Jug (08th April, 2010) - MavenLausanne Jug (08th April, 2010) - Maven
Lausanne Jug (08th April, 2010) - Maven
 
A Story about AngularJS modularization development
A Story about AngularJS modularization developmentA Story about AngularJS modularization development
A Story about AngularJS modularization development
 
Enterprise Maven Repository BOF
Enterprise Maven Repository BOFEnterprise Maven Repository BOF
Enterprise Maven Repository BOF
 
A Gentle Introduction to Angular Schematics - Angular SF 2019
A Gentle Introduction to Angular Schematics - Angular SF 2019A Gentle Introduction to Angular Schematics - Angular SF 2019
A Gentle Introduction to Angular Schematics - Angular SF 2019
 
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
 
Modern Web Application Development Workflow - web2day 2014
Modern Web Application Development Workflow - web2day 2014Modern Web Application Development Workflow - web2day 2014
Modern Web Application Development Workflow - web2day 2014
 

Viewers also liked

Investigacion de analisis
Investigacion de analisisInvestigacion de analisis
Investigacion de analisis
Yaretzy Cota
 
Patrick Fraser - Bachelor Degree Certification
Patrick Fraser - Bachelor Degree CertificationPatrick Fraser - Bachelor Degree Certification
Patrick Fraser - Bachelor Degree CertificationPatrick Fraser
 
Nota de Prensa N° 002-2017-GREM
Nota de Prensa N° 002-2017-GREMNota de Prensa N° 002-2017-GREM
Nota de Prensa N° 002-2017-GREM
GREM Moquegua
 
Control estadistico de la calidad
Control estadistico de la calidadControl estadistico de la calidad
Control estadistico de la calidad
Yaretzy Cota
 
Cvjfm january 2015 vpdf
Cvjfm january 2015 vpdfCvjfm january 2015 vpdf
Cvjfm january 2015 vpdf
HarDik Shah
 
Wk7 assgn1mgarrett.doc
Wk7 assgn1mgarrett.docWk7 assgn1mgarrett.doc
Wk7 assgn1mgarrett.doc
m16garrett
 
6º básico a semana 06 al 10 de junio
6º básico a semana 06  al 10 de junio6º básico a semana 06  al 10 de junio
6º básico a semana 06 al 10 de junio
Colegio Camilo Henríquez
 
2° basico b semana del 06 al 10 de junio
2° basico b  semana del  06 al 10 de junio2° basico b  semana del  06 al 10 de junio
2° basico b semana del 06 al 10 de junio
Colegio Camilo Henríquez
 
Control estadistico de la calidad
Control estadistico de la calidadControl estadistico de la calidad
Control estadistico de la calidad
Yaretzy Cota
 
Cierres temporales 2014
Cierres temporales 2014Cierres temporales 2014
Cierres temporales 2014
oscargaliza
 
Ateliers Découverte Plateforme RH - 2016
Ateliers Découverte Plateforme RH - 2016Ateliers Découverte Plateforme RH - 2016
Ateliers Découverte Plateforme RH - 2016
mariejura
 
1° básico b semana 23 al 27 de mayo
1° básico b  semana 23 al 27 de mayo1° básico b  semana 23 al 27 de mayo
1° básico b semana 23 al 27 de mayo
Colegio Camilo Henríquez
 
Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...
Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...
Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...
Rafael Eduardo Jerez Quiñones
 
2º básico a semana 29 febrero al 04 de marzo
2º básico a semana 29  febrero al 04 de marzo2º básico a semana 29  febrero al 04 de marzo
2º básico a semana 29 febrero al 04 de marzo
Colegio Camilo Henríquez
 
IDC_601
IDC_601IDC_601
Nota de Prensa N° 007-2017-GREM
Nota de Prensa N° 007-2017-GREMNota de Prensa N° 007-2017-GREM
Nota de Prensa N° 007-2017-GREM
GREM Moquegua
 
SE4ALL 11 The energy efficiency transition
SE4ALL 11 The energy efficiency transitionSE4ALL 11 The energy efficiency transition
SE4ALL 11 The energy efficiency transition
Comunicación OLADE Organización Latinoamericana de Energía
 
OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)
OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)
OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)
OECD - Organisation for Economic Co-operation and Development
 
OECD Parliamentary Days 2016 - Financing Democracy
OECD Parliamentary Days 2016 - Financing DemocracyOECD Parliamentary Days 2016 - Financing Democracy
OECD Parliamentary Days 2016 - Financing Democracy
OECD - Organisation for Economic Co-operation and Development
 
DETALLES METODO MINADO SUBTERRANEO SHIRINKAGE
DETALLES METODO MINADO SUBTERRANEO SHIRINKAGEDETALLES METODO MINADO SUBTERRANEO SHIRINKAGE
DETALLES METODO MINADO SUBTERRANEO SHIRINKAGE
Mauro Calero
 

Viewers also liked (20)

Investigacion de analisis
Investigacion de analisisInvestigacion de analisis
Investigacion de analisis
 
Patrick Fraser - Bachelor Degree Certification
Patrick Fraser - Bachelor Degree CertificationPatrick Fraser - Bachelor Degree Certification
Patrick Fraser - Bachelor Degree Certification
 
Nota de Prensa N° 002-2017-GREM
Nota de Prensa N° 002-2017-GREMNota de Prensa N° 002-2017-GREM
Nota de Prensa N° 002-2017-GREM
 
Control estadistico de la calidad
Control estadistico de la calidadControl estadistico de la calidad
Control estadistico de la calidad
 
Cvjfm january 2015 vpdf
Cvjfm january 2015 vpdfCvjfm january 2015 vpdf
Cvjfm january 2015 vpdf
 
Wk7 assgn1mgarrett.doc
Wk7 assgn1mgarrett.docWk7 assgn1mgarrett.doc
Wk7 assgn1mgarrett.doc
 
6º básico a semana 06 al 10 de junio
6º básico a semana 06  al 10 de junio6º básico a semana 06  al 10 de junio
6º básico a semana 06 al 10 de junio
 
2° basico b semana del 06 al 10 de junio
2° basico b  semana del  06 al 10 de junio2° basico b  semana del  06 al 10 de junio
2° basico b semana del 06 al 10 de junio
 
Control estadistico de la calidad
Control estadistico de la calidadControl estadistico de la calidad
Control estadistico de la calidad
 
Cierres temporales 2014
Cierres temporales 2014Cierres temporales 2014
Cierres temporales 2014
 
Ateliers Découverte Plateforme RH - 2016
Ateliers Découverte Plateforme RH - 2016Ateliers Découverte Plateforme RH - 2016
Ateliers Découverte Plateforme RH - 2016
 
1° básico b semana 23 al 27 de mayo
1° básico b  semana 23 al 27 de mayo1° básico b  semana 23 al 27 de mayo
1° básico b semana 23 al 27 de mayo
 
Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...
Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...
Las nuevas habilidades y competencias requeridas por los ciudadanos del siglo...
 
2º básico a semana 29 febrero al 04 de marzo
2º básico a semana 29  febrero al 04 de marzo2º básico a semana 29  febrero al 04 de marzo
2º básico a semana 29 febrero al 04 de marzo
 
IDC_601
IDC_601IDC_601
IDC_601
 
Nota de Prensa N° 007-2017-GREM
Nota de Prensa N° 007-2017-GREMNota de Prensa N° 007-2017-GREM
Nota de Prensa N° 007-2017-GREM
 
SE4ALL 11 The energy efficiency transition
SE4ALL 11 The energy efficiency transitionSE4ALL 11 The energy efficiency transition
SE4ALL 11 The energy efficiency transition
 
OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)
OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)
OECD Parliamentary days 2016 - Finance and Inclusive Growth (Part 2)
 
OECD Parliamentary Days 2016 - Financing Democracy
OECD Parliamentary Days 2016 - Financing DemocracyOECD Parliamentary Days 2016 - Financing Democracy
OECD Parliamentary Days 2016 - Financing Democracy
 
DETALLES METODO MINADO SUBTERRANEO SHIRINKAGE
DETALLES METODO MINADO SUBTERRANEO SHIRINKAGEDETALLES METODO MINADO SUBTERRANEO SHIRINKAGE
DETALLES METODO MINADO SUBTERRANEO SHIRINKAGE
 

Similar to Developer Oriented Presentation Engine Introduction

Maven
MavenMaven
Maven
feng lee
 
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
Fabien Potencier
 
Maven: Managing Software Projects for Repeatable Results
Maven: Managing Software Projects for Repeatable ResultsMaven: Managing Software Projects for Repeatable Results
Maven: Managing Software Projects for Repeatable Results
Steve Keener
 
Drupal Front End Development
Drupal Front End DevelopmentDrupal Front End Development
Drupal Front End Development
insready
 
Vagrant or docker for java dev environment
Vagrant or docker for java dev environmentVagrant or docker for java dev environment
Vagrant or docker for java dev environment
Orest Ivasiv
 
Features everywhere
Features everywhere Features everywhere
Features everywhere
Mediacurrent
 
Firebase Basics - Dialog Demo for Group Tech Staff
Firebase Basics - Dialog Demo for Group Tech StaffFirebase Basics - Dialog Demo for Group Tech Staff
Firebase Basics - Dialog Demo for Group Tech Staff
Tharaka Devinda
 
Spring Native and Spring AOT
Spring Native and Spring AOTSpring Native and Spring AOT
Spring Native and Spring AOT
VMware Tanzu
 
Django app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh AgarwalDjango app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh Agarwal
ratneshsinghparihar
 
Java tutorial
Java tutorialJava tutorial
Java tutorial
shalsmart12
 
JSUG - Maven by Michael Greifeneder
JSUG - Maven by Michael GreifenederJSUG - Maven by Michael Greifeneder
JSUG - Maven by Michael Greifeneder
Christoph Pickl
 
Developing Java Web Applications
Developing Java Web ApplicationsDeveloping Java Web Applications
Developing Java Web Applications
hchen1
 
SF Gradle Meetup - Netflix OSS
SF Gradle Meetup - Netflix OSSSF Gradle Meetup - Netflix OSS
SF Gradle Meetup - Netflix OSS
Justin Ryan
 
Rich Media Advertising with SVG and JavaScript
Rich Media Advertising with SVG and JavaScriptRich Media Advertising with SVG and JavaScript
Rich Media Advertising with SVG and JavaScript
Gjokica Zafirovski
 
Turbocharged Java with Quarkus | JakartaOne Livestream
 Turbocharged Java with Quarkus | JakartaOne Livestream Turbocharged Java with Quarkus | JakartaOne Livestream
Turbocharged Java with Quarkus | JakartaOne Livestream
Jakarta_EE
 
Maven
MavenMaven
Maven
Shraddha
 
DevNet Associate : Python introduction
DevNet Associate : Python introductionDevNet Associate : Python introduction
DevNet Associate : Python introduction
Joel W. King
 
1. react - native: setup
1. react - native: setup1. react - native: setup
1. react - native: setup
Govind Prasad Gupta
 
NetWeaver Developer Studio for New-Beas
NetWeaver Developer Studio for New-BeasNetWeaver Developer Studio for New-Beas
NetWeaver Developer Studio for New-Beas
Chander445
 
Rock-solid Magento Development and Deployment Workflows
Rock-solid Magento Development and Deployment WorkflowsRock-solid Magento Development and Deployment Workflows
Rock-solid Magento Development and Deployment Workflows
AOE
 

Similar to Developer Oriented Presentation Engine Introduction (20)

Maven
MavenMaven
Maven
 
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
symfony: An Open-Source Framework for Professionals (Dutch Php Conference 2008)
 
Maven: Managing Software Projects for Repeatable Results
Maven: Managing Software Projects for Repeatable ResultsMaven: Managing Software Projects for Repeatable Results
Maven: Managing Software Projects for Repeatable Results
 
Drupal Front End Development
Drupal Front End DevelopmentDrupal Front End Development
Drupal Front End Development
 
Vagrant or docker for java dev environment
Vagrant or docker for java dev environmentVagrant or docker for java dev environment
Vagrant or docker for java dev environment
 
Features everywhere
Features everywhere Features everywhere
Features everywhere
 
Firebase Basics - Dialog Demo for Group Tech Staff
Firebase Basics - Dialog Demo for Group Tech StaffFirebase Basics - Dialog Demo for Group Tech Staff
Firebase Basics - Dialog Demo for Group Tech Staff
 
Spring Native and Spring AOT
Spring Native and Spring AOTSpring Native and Spring AOT
Spring Native and Spring AOT
 
Django app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh AgarwalDjango app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh Agarwal
 
Java tutorial
Java tutorialJava tutorial
Java tutorial
 
JSUG - Maven by Michael Greifeneder
JSUG - Maven by Michael GreifenederJSUG - Maven by Michael Greifeneder
JSUG - Maven by Michael Greifeneder
 
Developing Java Web Applications
Developing Java Web ApplicationsDeveloping Java Web Applications
Developing Java Web Applications
 
SF Gradle Meetup - Netflix OSS
SF Gradle Meetup - Netflix OSSSF Gradle Meetup - Netflix OSS
SF Gradle Meetup - Netflix OSS
 
Rich Media Advertising with SVG and JavaScript
Rich Media Advertising with SVG and JavaScriptRich Media Advertising with SVG and JavaScript
Rich Media Advertising with SVG and JavaScript
 
Turbocharged Java with Quarkus | JakartaOne Livestream
 Turbocharged Java with Quarkus | JakartaOne Livestream Turbocharged Java with Quarkus | JakartaOne Livestream
Turbocharged Java with Quarkus | JakartaOne Livestream
 
Maven
MavenMaven
Maven
 
DevNet Associate : Python introduction
DevNet Associate : Python introductionDevNet Associate : Python introduction
DevNet Associate : Python introduction
 
1. react - native: setup
1. react - native: setup1. react - native: setup
1. react - native: setup
 
NetWeaver Developer Studio for New-Beas
NetWeaver Developer Studio for New-BeasNetWeaver Developer Studio for New-Beas
NetWeaver Developer Studio for New-Beas
 
Rock-solid Magento Development and Deployment Workflows
Rock-solid Magento Development and Deployment WorkflowsRock-solid Magento Development and Deployment Workflows
Rock-solid Magento Development and Deployment Workflows
 

Recently uploaded

Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
David Brossard
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
jpupo2018
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 

Recently uploaded (20)

Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
OpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - AuthorizationOpenID AuthZEN Interop Read Out - Authorization
OpenID AuthZEN Interop Read Out - Authorization
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Project Management Semester Long Project - Acuity
Project Management Semester Long Project - AcuityProject Management Semester Long Project - Acuity
Project Management Semester Long Project - Acuity
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 

Developer Oriented Presentation Engine Introduction