SlideShare a Scribd company logo
https://youtu.be/DspYurD75Ns?t=43
CoffeeScript
CoffeeScript
created by Jeremy
Backbone.js
transpile to ES5
Syntax Sugar
adopted by
node.js
Ruby
Less is More
var ; () {}
Lambda (arrow)
Callback function is simple.
Slice Splats…
Comprehension
if, for generates list
list.filter(item != 2).map(item => print item)
for (item <- list; item != 2) yield print item
Operator Alias
Write codes like speaking English.
on, yes -> true
is -> ===
Class
class Car
name: “Prius”
mycar: ->
console.log “My car is #{@name}”
c1 = new Car()
c1.mycar() // “My car is Prius”
Prototype base class :
JS class is based on prototype based OOP
Prototype Property
{}c1 = new Car() new create a blank object {}
and a link to Car.prototype
Car = function() {
// prototype is created implicitly
}
Car.prototype.name = “Prius”
c1.name Prototype Chain
look up prototype.name if name does not exist.
this
c1 = new Car()
{
name : “Prius”,
mycar : function()…
}
Car = function() {
this.name = “Prius”
this.mycar = function()
}
Window.name = “Prius”
c2 = new Car()
{
name : “Prius”,
mycar : function()…
}
c3 = Car()
Copy on write
Car.prototype
c1 = new Car()
{name : “Prius x”}
{
name : “Porche”,
mycar : function()…
}
c1.name = “Prius x”
{}
c2 = new Car()
creates a prop name in c1

More Related Content

Viewers also liked

13. Развіццё адукацыі, навукі і культуры ў РБ
13. Развіццё адукацыі, навукі і культуры ў РБ13. Развіццё адукацыі, навукі і культуры ў РБ
13. Развіццё адукацыі, навукі і культуры ў РБ
AnastasiyaF
 
חיים בעמק - מאי 2015
חיים בעמק - מאי 2015חיים בעמק - מאי 2015
חיים בעמק - מאי 2015
garmonim
 
конструктивные умения
конструктивные уменияконструктивные умения
конструктивные умения
Tretyakova
 
вводная лекция
вводная лекциявводная лекция
вводная лекция
Tretyakova
 
Top 8 computer administrator resume samples
Top 8 computer administrator resume samplesTop 8 computer administrator resume samples
Top 8 computer administrator resume samples
mikenagy357
 
Extreme programming
Extreme programmingExtreme programming
Extreme programmingAdrianCuza
 
Dennis preston ppp_showcase
Dennis preston ppp_showcaseDennis preston ppp_showcase
Dennis preston ppp_showcase
Preston Dennis
 
نتيجة الصف السادس الابتدائي ادارة المنيا
نتيجة الصف السادس الابتدائي ادارة المنيا نتيجة الصف السادس الابتدائي ادارة المنيا
نتيجة الصف السادس الابتدائي ادارة المنيا
Nour Elbader
 
Deputy executive director performance appraisal
Deputy executive director performance appraisalDeputy executive director performance appraisal
Deputy executive director performance appraisalRioFerdinand345
 
Depot manager performance appraisal
Depot manager performance appraisalDepot manager performance appraisal
Depot manager performance appraisalRioFerdinand345
 
Actividades elaboradas en Cabri
Actividades elaboradas en CabriActividades elaboradas en Cabri
Actividades elaboradas en Cabri
Danylu Farfan
 
Professional Acheivement
Professional AcheivementProfessional Acheivement
Professional AcheivementZahidur Rahman
 
ใบงานที่1
ใบงานที่1ใบงานที่1
ใบงานที่1thanadon46130
 
Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...
Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...
Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...
Фонд Вера
 
Swift study: Closure
Swift study: ClosureSwift study: Closure
Swift study: Closure
Futada Takashi
 
Medical insurance specialist performance appraisal
Medical insurance specialist performance appraisalMedical insurance specialist performance appraisal
Medical insurance specialist performance appraisal
valikiealie08
 
Nguyen van thang en 081815
Nguyen van thang  en 081815Nguyen van thang  en 081815
Nguyen van thang en 081815
Nguyen Van Thang
 
working on relationships
working on relationshipsworking on relationships
working on relationships
Danianese Woods
 

Viewers also liked (20)

13. Развіццё адукацыі, навукі і культуры ў РБ
13. Развіццё адукацыі, навукі і культуры ў РБ13. Развіццё адукацыі, навукі і культуры ў РБ
13. Развіццё адукацыі, навукі і культуры ў РБ
 
חיים בעמק - מאי 2015
חיים בעמק - מאי 2015חיים בעמק - מאי 2015
חיים בעמק - מאי 2015
 
конструктивные умения
конструктивные уменияконструктивные умения
конструктивные умения
 
вводная лекция
вводная лекциявводная лекция
вводная лекция
 
Top 8 computer administrator resume samples
Top 8 computer administrator resume samplesTop 8 computer administrator resume samples
Top 8 computer administrator resume samples
 
Extreme programming
Extreme programmingExtreme programming
Extreme programming
 
Dennis preston ppp_showcase
Dennis preston ppp_showcaseDennis preston ppp_showcase
Dennis preston ppp_showcase
 
نتيجة الصف السادس الابتدائي ادارة المنيا
نتيجة الصف السادس الابتدائي ادارة المنيا نتيجة الصف السادس الابتدائي ادارة المنيا
نتيجة الصف السادس الابتدائي ادارة المنيا
 
Deputy executive director performance appraisal
Deputy executive director performance appraisalDeputy executive director performance appraisal
Deputy executive director performance appraisal
 
Depot manager performance appraisal
Depot manager performance appraisalDepot manager performance appraisal
Depot manager performance appraisal
 
Parque Patricios
Parque PatriciosParque Patricios
Parque Patricios
 
Actividades elaboradas en Cabri
Actividades elaboradas en CabriActividades elaboradas en Cabri
Actividades elaboradas en Cabri
 
Professional Acheivement
Professional AcheivementProfessional Acheivement
Professional Acheivement
 
Claire's CV 2015
Claire's CV 2015Claire's CV 2015
Claire's CV 2015
 
ใบงานที่1
ใบงานที่1ใบงานที่1
ใบงานที่1
 
Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...
Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...
Что делать, если умер близкий человек - в хосписе или дома, на попечении выез...
 
Swift study: Closure
Swift study: ClosureSwift study: Closure
Swift study: Closure
 
Medical insurance specialist performance appraisal
Medical insurance specialist performance appraisalMedical insurance specialist performance appraisal
Medical insurance specialist performance appraisal
 
Nguyen van thang en 081815
Nguyen van thang  en 081815Nguyen van thang  en 081815
Nguyen van thang en 081815
 
working on relationships
working on relationshipsworking on relationships
working on relationships
 

Similar to Coffee script

Things about Functional JavaScript
Things about Functional JavaScriptThings about Functional JavaScript
Things about Functional JavaScript
ChengHui Weng
 
JavaScript (without DOM)
JavaScript (without DOM)JavaScript (without DOM)
JavaScript (without DOM)Piyush Katariya
 
Exploring Angular 2 - Episode 1
Exploring Angular 2 - Episode 1Exploring Angular 2 - Episode 1
Exploring Angular 2 - Episode 1
Ahmed Moawad
 
Creating a modern web application using Symfony API Platform Atlanta
Creating a modern web application using  Symfony API Platform AtlantaCreating a modern web application using  Symfony API Platform Atlanta
Creating a modern web application using Symfony API Platform Atlanta
Jesus Manuel Olivas
 
Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016
Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016
Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016
STX Next
 
Kotlin Developer Starter in Android projects
Kotlin Developer Starter in Android projectsKotlin Developer Starter in Android projects
Kotlin Developer Starter in Android projects
Bartosz Kosarzycki
 
Chaos Testing with F# and Azure by Rachel Reese at Codemotion Dubai
Chaos Testing with F# and Azure by Rachel Reese at Codemotion DubaiChaos Testing with F# and Azure by Rachel Reese at Codemotion Dubai
Chaos Testing with F# and Azure by Rachel Reese at Codemotion Dubai
Codemotion Dubai
 
29. Treffen - Tobias Meier - TypeScript
29. Treffen - Tobias Meier - TypeScript29. Treffen - Tobias Meier - TypeScript
29. Treffen - Tobias Meier - TypeScript
.NET User Group Rhein-Neckar
 
From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...
From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...
From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...
Databricks
 
Object Oriented Programming with Java
Object Oriented Programming with JavaObject Oriented Programming with Java
Object Oriented Programming with JavaJussi Pohjolainen
 
Real life-coffeescript
Real life-coffeescriptReal life-coffeescript
Real life-coffeescript
David Furber
 
Journey of a C# developer into Javascript
Journey of a C# developer into JavascriptJourney of a C# developer into Javascript
Journey of a C# developer into Javascript
Massimo Franciosa
 
GHC Participant Training
GHC Participant TrainingGHC Participant Training
GHC Participant TrainingAidIQ
 
HTML5 for the Silverlight Guy
HTML5 for the Silverlight GuyHTML5 for the Silverlight Guy
HTML5 for the Silverlight Guy
David Padbury
 
Fun with Lambdas: C++14 Style (part 1)
Fun with Lambdas: C++14 Style (part 1)Fun with Lambdas: C++14 Style (part 1)
Fun with Lambdas: C++14 Style (part 1)
Sumant Tambe
 
EcmaScript 6 - The future is here
EcmaScript 6 - The future is hereEcmaScript 6 - The future is here
EcmaScript 6 - The future is here
Sebastiano Armeli
 
Oop2010 Scala Presentation Stal
Oop2010 Scala Presentation StalOop2010 Scala Presentation Stal
Oop2010 Scala Presentation Stal
Michael Stal
 
Javascript do jeito certo
Javascript do jeito certoJavascript do jeito certo
Javascript do jeito certo
Alexandre Gomes
 

Similar to Coffee script (20)

JavaScript Core
JavaScript CoreJavaScript Core
JavaScript Core
 
Things about Functional JavaScript
Things about Functional JavaScriptThings about Functional JavaScript
Things about Functional JavaScript
 
JavaScript (without DOM)
JavaScript (without DOM)JavaScript (without DOM)
JavaScript (without DOM)
 
Exploring Angular 2 - Episode 1
Exploring Angular 2 - Episode 1Exploring Angular 2 - Episode 1
Exploring Angular 2 - Episode 1
 
Creating a modern web application using Symfony API Platform Atlanta
Creating a modern web application using  Symfony API Platform AtlantaCreating a modern web application using  Symfony API Platform Atlanta
Creating a modern web application using Symfony API Platform Atlanta
 
Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016
Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016
Kotlin Developer Starter in Android - STX Next Lightning Talks - Feb 12, 2016
 
Kotlin Developer Starter in Android projects
Kotlin Developer Starter in Android projectsKotlin Developer Starter in Android projects
Kotlin Developer Starter in Android projects
 
Chaos Testing with F# and Azure by Rachel Reese at Codemotion Dubai
Chaos Testing with F# and Azure by Rachel Reese at Codemotion DubaiChaos Testing with F# and Azure by Rachel Reese at Codemotion Dubai
Chaos Testing with F# and Azure by Rachel Reese at Codemotion Dubai
 
29. Treffen - Tobias Meier - TypeScript
29. Treffen - Tobias Meier - TypeScript29. Treffen - Tobias Meier - TypeScript
29. Treffen - Tobias Meier - TypeScript
 
From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...
From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...
From HelloWorld to Configurable and Reusable Apache Spark Applications in Sca...
 
Object Oriented Programming with Java
Object Oriented Programming with JavaObject Oriented Programming with Java
Object Oriented Programming with Java
 
Real life-coffeescript
Real life-coffeescriptReal life-coffeescript
Real life-coffeescript
 
Journey of a C# developer into Javascript
Journey of a C# developer into JavascriptJourney of a C# developer into Javascript
Journey of a C# developer into Javascript
 
GHC Participant Training
GHC Participant TrainingGHC Participant Training
GHC Participant Training
 
HTML5 for the Silverlight Guy
HTML5 for the Silverlight GuyHTML5 for the Silverlight Guy
HTML5 for the Silverlight Guy
 
Wakanday JS201 Best Practices
Wakanday JS201 Best PracticesWakanday JS201 Best Practices
Wakanday JS201 Best Practices
 
Fun with Lambdas: C++14 Style (part 1)
Fun with Lambdas: C++14 Style (part 1)Fun with Lambdas: C++14 Style (part 1)
Fun with Lambdas: C++14 Style (part 1)
 
EcmaScript 6 - The future is here
EcmaScript 6 - The future is hereEcmaScript 6 - The future is here
EcmaScript 6 - The future is here
 
Oop2010 Scala Presentation Stal
Oop2010 Scala Presentation StalOop2010 Scala Presentation Stal
Oop2010 Scala Presentation Stal
 
Javascript do jeito certo
Javascript do jeito certoJavascript do jeito certo
Javascript do jeito certo
 

More from Futada Takashi

ES6 ECMA2015
ES6 ECMA2015ES6 ECMA2015
ES6 ECMA2015
Futada Takashi
 
Swift
SwiftSwift
Aws(sdk)
Aws(sdk)Aws(sdk)
Aws(sdk)
Futada Takashi
 
Objective c(lang)
Objective c(lang)Objective c(lang)
Objective c(lang)
Futada Takashi
 
Aws(sns)
Aws(sns)Aws(sns)
Aws(sns)
Futada Takashi
 
Ionic2
Ionic2Ionic2
Ionic3
Ionic3Ionic3
Ionic
IonicIonic
Node js
Node jsNode js
Aws
AwsAws
Java8
Java8Java8
Python
PythonPython
Golang
GolangGolang
Bootstrap
BootstrapBootstrap
Bootstrap
Futada Takashi
 
AngularJS
AngularJSAngularJS
AngularJS
Futada Takashi
 
English
EnglishEnglish
Swift study: iBeacon
Swift study: iBeaconSwift study: iBeacon
Swift study: iBeacon
Futada Takashi
 
Swift Map
Swift MapSwift Map
Swift Map
Futada Takashi
 

More from Futada Takashi (20)

ES6 ECMA2015
ES6 ECMA2015ES6 ECMA2015
ES6 ECMA2015
 
Swift
SwiftSwift
Swift
 
Aws(sdk)
Aws(sdk)Aws(sdk)
Aws(sdk)
 
Objective c(lang)
Objective c(lang)Objective c(lang)
Objective c(lang)
 
Aws(sns)
Aws(sns)Aws(sns)
Aws(sns)
 
Ionic2
Ionic2Ionic2
Ionic2
 
Ionic3
Ionic3Ionic3
Ionic3
 
Ionic
IonicIonic
Ionic
 
Node js
Node jsNode js
Node js
 
Aws
AwsAws
Aws
 
Scala
ScalaScala
Scala
 
Java8
Java8Java8
Java8
 
Ruby
RubyRuby
Ruby
 
Python
PythonPython
Python
 
Golang
GolangGolang
Golang
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
AngularJS
AngularJSAngularJS
AngularJS
 
English
EnglishEnglish
English
 
Swift study: iBeacon
Swift study: iBeaconSwift study: iBeacon
Swift study: iBeacon
 
Swift Map
Swift MapSwift Map
Swift Map
 

Recently uploaded

Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
ShamsuddeenMuhammadA
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Mind IT Systems
 
Nidhi Software Price. Fact , Costs, Tips
Nidhi Software Price. Fact , Costs, TipsNidhi Software Price. Fact , Costs, Tips
Nidhi Software Price. Fact , Costs, Tips
vrstrong314
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke
 
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Crescat
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
Adele Miller
 
AI Genie Review: World’s First Open AI WordPress Website Creator
AI Genie Review: World’s First Open AI WordPress Website CreatorAI Genie Review: World’s First Open AI WordPress Website Creator
AI Genie Review: World’s First Open AI WordPress Website Creator
Google
 
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
Alina Yurenko
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
timtebeek1
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
Łukasz Chruściel
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
openEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain SecurityopenEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain Security
Shane Coughlan
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)
abdulrafaychaudhry
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 

Recently uploaded (20)

Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
 
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
Custom Healthcare Software for Managing Chronic Conditions and Remote Patient...
 
Nidhi Software Price. Fact , Costs, Tips
Nidhi Software Price. Fact , Costs, TipsNidhi Software Price. Fact , Costs, Tips
Nidhi Software Price. Fact , Costs, Tips
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
 
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
Introducing Crescat - Event Management Software for Venues, Festivals and Eve...
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
 
AI Genie Review: World’s First Open AI WordPress Website Creator
AI Genie Review: World’s First Open AI WordPress Website CreatorAI Genie Review: World’s First Open AI WordPress Website Creator
AI Genie Review: World’s First Open AI WordPress Website Creator
 
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)GOING AOT WITH GRAALVM FOR  SPRING BOOT (SPRING IO)
GOING AOT WITH GRAALVM FOR SPRING BOOT (SPRING IO)
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
openEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain SecurityopenEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain Security
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)Introduction to Pygame (Lecture 7 Python Game Development)
Introduction to Pygame (Lecture 7 Python Game Development)
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 

Coffee script