SlideShare uma empresa Scribd logo
1 de 74
Kurdishdevelopers.com




                        2
Kurdishdevelopers.com




  HTML                  ,




                            3
Kurdishdevelopers.com




                        conditions

                                     functions




                                                 4
Kurdishdevelopers.com




                               
                               
                               
                               
                               
                               




                               



                        HTML
                                   5
Kurdishdevelopers.com
             links                forms




                                                                          
                                 Netscape

                                                                   Sun


                                                                          


                                                               ,


                                 object
   document             window
                                             events


         ,          ,
             platform
                                                                   independent
                     , case sensitive language

                                            DloVan    dlovan           Dlovan
                                                                              6
Kurdishdevelopers.com



                                   ;
                            html
                                           ,




                                       




                            HTML
                        ,




                                       




      ,

                                           7
Kurdishdevelopers.com



                                           Notepad


                                                                    




                                   Notepad++      notepad
                           internet browser
                        chrome       internet explorer
                                                          firefox

                                 notepadd++




                                                            c:javascrip
                                     javascript
                                                         kurdistan.html




                                                                        8
Kurdishdevelopers.com




                        kurdistan.html




                                     9
Kurdishdevelopers.com




                                             Mozilla Firefox
                                                   Google chrome
                                                               safari
                                                            Firefox
                        Internet Explorere

                                                                        10
Kurdishdevelopers.com




                        
                            11
Kurdishdevelopers.com




                                          comments                    


                                                                      

                                              alert       
                                              write       
                                            writeIn       
                                              print       

                                                                      
                                                confirm       
                                                prompt        




                                                                  


          HTML

<script>

</script>

                        <head>            tag
                                 <body>
                                                                          12
Kurdishdevelopers.com




                                          ,
                        <head>
                                 <body>




                                              13
Kurdishdevelopers.com




                        utf-8




                                14
Kurdishdevelopers.com




                        Tahoma ,Verdana ,ArabicTraditional ,

                                                               Zanst




                                                                  15
Kurdishdevelopers.com




                        event
                                onclick




                                          16
Kurdishdevelopers.com




                        javascript.js                  kurdistan.html
                                        .js        html




                               kurdistan.html




                                                javascript.js




                                                                    17
Kurdishdevelopers.com




                             kurdistan.html




                                         comments   




                        //
                                    //
                                                        18
Kurdishdevelopers.com




                        /* */
                                /*
                          */




                                     19
Kurdishdevelopers.com




                        document.write




                                         20
Kurdishdevelopers.com
                                             




                                 alert       o
                                         
                        window           
                                         




                                                 21
Kurdishdevelopers.com




                                   write       o
                                           
                        document           
                                           




                                                   22
Kurdishdevelopers.com




                        23
Kurdishdevelopers.com




                        Escaping Characters   


                                                  24
Kurdishdevelopers.com




                        '          '
                        "          "
 carriage return                   r



                                  n
                            Tab    t




                                        25
Kurdishdevelopers.com




                             writeIn       o
                                           

                                           




                        n


                                   print       o
                                               
                                                   26
Kurdishdevelopers.com
                                           window          
                                                           
window.print();


                                                           
                                             confirm   
                     alert
                  false    true
                                  window




                                                               27
Kurdishdevelopers.com




                            false   true
                        alert




                                           28
Kurdishdevelopers.com




                          ok
                        ok     true

                                      prompt   




                                                   29
Kurdishdevelopers.com




                        30
Kurdishdevelopers.com




                        31
Kurdishdevelopers.com




                        variables

                                               variables       
                                                           o
                                                           o
                                                           o
                                                           o

                                javascript keywords            
                                                                   32
Kurdishdevelopers.com




                             variables           
                                             o
,

               ,




                                             o


                        string           
                                                     33
Kurdishdevelopers.com
                                  numbers        
                        boolean                  
                                     null        




                                                     o


                                                          



                                                          
                                                          

                                                          



                                                  Address 
                                                   Name5 
                                               LastName 
                                              _firstName 
                                            Parent_Name 
                                                              34
Kurdishdevelopers.com




                                                               1stName   
                                                             ?subName    
                                                             Last name   
                                                               @userID   
          Last_Name

                                       LastName



                                LastName                lastName




                                                                   o


    var

              var firstName
                                                         ,




              Var firstName, lastName, userID;
                                                    ,

              Var firstName=”        ”, userID=1;
                                                                             35
Kurdishdevelopers.com
                        




                            36
Kurdishdevelopers.com




                                             username
                                                            prompt
var username = prompt ”                             ”,”              ”);
                        ”       “        username
alert(“                     ”+ username );



                                      javascript keywords            
                            ,




Break
 in
true
continue
                                                                           37
Kurdishdevelopers.com

int
 typeof
do
labeled
var
else
new
 void
false
null
while
for
return
with
function
switch
if
 this
abstract
final
protected
boolean
finally
                        38
Kurdishdevelopers.com

public
byte
float
short
case
goto
static
catch
implements
synchronized
char
import
super
class
instanceof
throw
const
interface
throws
default
long
transient
delete
                        39
Kurdishdevelopers.com

native
try
extend
 private
double
package




                                                  Operations       
                           Arthmetic Operations                o
             Concatenation Operators                           o
        comparison Operations                                  o
        logical operations                                     o
                                Unary Operation                o
                    Assignment Operations                      o
                                                               o
                     Operator Precedence                           
                   Exception Handling                              
                                                  with             
                                                                       40
Kurdishdevelopers.com




                                               Operations        
                        Arthmetic Operations                 o

                                                       +
                                                         -
                                                       :




              Window.alert(5 % 2);




                                                                     41
Kurdishdevelopers.com
                 Concatenation Operators                  o




                  comparison                              o
                                           Operations

                                           false   true

                                                   ==


                                                              42
Kurdishdevelopers.com




                         >
                         <
                        >=
                        <=




                             43
Kurdishdevelopers.com




         logical operations                                   o


                                        false   true




                              ” “
                                false                  true
                                                                  44
Kurdishdevelopers.com




                             true           True                true
                             true           False               False
                             False          true                False
                             False          False               False


                                                                        ||
                             true           ”       “
                        false                           true




                             true           True                true
                             true           False               true
                             False          true                true
                             False          False               False




                                                ”        “




                                     True               False

                                                                             45
Kurdishdevelopers.com
                        False   True




                                       46
Kurdishdevelopers.com




                        47
Kurdishdevelopers.com




                        Unary Operation   o




                                               --

                                              --




                                              48
Kurdishdevelopers.com




                        --




                             –




                                 49
Kurdishdevelopers.com




                        --




                             50
Kurdishdevelopers.com




                        Assignment Operations       o

                                                
                                                
                                                

                                                



                                                        51
Kurdishdevelopers.com




                                                 o
                                            ?:
                        Ternary operaiton




                                                     52
Kurdishdevelopers.com




                        true   num1 > 3




                                          53
Kurdishdevelopers.com




                        Operator Precedence   




2+4*3




                                                  54
Kurdishdevelopers.com




                        55
Kurdishdevelopers.com




                        56
Kurdishdevelopers.com
                   Exception Handling             




                                        F12




        num3



      catch      try                          ,




                                                      57
Kurdishdevelopers.com




                         try
                        catch
           e




                                58
Kurdishdevelopers.com




           e

                             Name 

                          Message 

                           Number 

                        Description 




                                        59
Kurdishdevelopers.com




                        60
Kurdishdevelopers.com




                        throw

                throw       ,




                                61
Kurdishdevelopers.com




                            throw




                        e           catch

                                            62
Kurdishdevelopers.com




                        Error   object
                                         throw




                                            63
Kurdishdevelopers.com




                               with             



                               Properties =

                                  Functions =

                        with




                                                    64
Kurdishdevelopers.com




                        window

                        window




                                 65
Kurdishdevelopers.com




                           Conditional Statements

                                                              if
                                                         switch


                Iteration Statements
                                                         for
                                                       while
                                                    do while
                                                                   66
Kurdishdevelopers.com




                        Conditional Statements




                                          if
                           If



                                     if

                                If
                                                 67
Kurdishdevelopers.com
                                      if

                  true

                                           null
                         if

                              false


if( } (
  //
}




                                                  68
Kurdishdevelopers.com




                                           if ... else

                               true
            ,           null
                               if
                                                         fase
                                      if
                                                                else
if( } (
  //
}else{
  //
}




                                                                   69
Kurdishdevelopers.com




              true

   false                if   null


                               70
Kurdishdevelopers.com
                                             if
     else                               if


if(                     ) } (
  //
else if(                        ) } (
  //
}else{
  //
}




                                                  71
Kurdishdevelopers.com




                        switch



                                 72
Kurdishdevelopers.com
,                             if                 switch
    ,                              if   switch




switch(                 ) }
case : "                  "

break;
case : "                 "
  //
break;
case : "                 "
  //
break;
default :
    //
}




                                                      default
switch(                 ) }
                                                                73
Kurdishdevelopers.com
case       : "          "

break;
case : "                "
  //
break;
case : "                "
  //
break;
    //
}

                            default



                              switch




                                       74

Mais conteúdo relacionado

Destaque

Baliospena 1. gaia
Baliospena 1. gaiaBaliospena 1. gaia
Baliospena 1. gaiakatixa
 
Life correlated with_accounting_terms
Life correlated with_accounting_termsLife correlated with_accounting_terms
Life correlated with_accounting_termsnaveedakq
 
Itdpresentation9 20
Itdpresentation9 20Itdpresentation9 20
Itdpresentation9 20B.J. Roche
 
英文書報報告
英文書報報告英文書報報告
英文書報報告立偉 蔡
 
tutoria_4t_esoset2014
tutoria_4t_esoset2014tutoria_4t_esoset2014
tutoria_4t_esoset2014mariona09
 
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009finance36
 
City presentation
City presentationCity presentation
City presentationRaul Pareja
 
Tänk om grundsärskolan
Tänk om grundsärskolanTänk om grundsärskolan
Tänk om grundsärskolanlindagullberg
 
Att programmera med javascript grunder
Att programmera med javascript   grunderAtt programmera med javascript   grunder
Att programmera med javascript grunderHåkan Elderstig
 
Seguridad en Internet
Seguridad en InternetSeguridad en Internet
Seguridad en InternetPameluski
 
Whos The King Burger King
Whos The King Burger KingWhos The King Burger King
Whos The King Burger Kingguestd345262
 
Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?Mark_Krygier
 
Restaurante Delicias
Restaurante DeliciasRestaurante Delicias
Restaurante DeliciasJuanki_37
 

Destaque (16)

Baliospena 1. gaia
Baliospena 1. gaiaBaliospena 1. gaia
Baliospena 1. gaia
 
Life correlated with_accounting_terms
Life correlated with_accounting_termsLife correlated with_accounting_terms
Life correlated with_accounting_terms
 
Itdpresentation9 20
Itdpresentation9 20Itdpresentation9 20
Itdpresentation9 20
 
英文書報報告
英文書報報告英文書報報告
英文書報報告
 
tutoria_4t_esoset2014
tutoria_4t_esoset2014tutoria_4t_esoset2014
tutoria_4t_esoset2014
 
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
shaw group 656631FE-D4E6-4F14-A3DB-B8C5E6B7BB07_1Q2009
 
City presentation
City presentationCity presentation
City presentation
 
Tänk om grundsärskolan
Tänk om grundsärskolanTänk om grundsärskolan
Tänk om grundsärskolan
 
Misa Crismal
Misa CrismalMisa Crismal
Misa Crismal
 
Att programmera med javascript grunder
Att programmera med javascript   grunderAtt programmera med javascript   grunder
Att programmera med javascript grunder
 
Micro
MicroMicro
Micro
 
Seguridad en Internet
Seguridad en InternetSeguridad en Internet
Seguridad en Internet
 
Informatica
InformaticaInformatica
Informatica
 
Whos The King Burger King
Whos The King Burger KingWhos The King Burger King
Whos The King Burger King
 
Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?Portfolio Management Services - What Can We Do For You?
Portfolio Management Services - What Can We Do For You?
 
Restaurante Delicias
Restaurante DeliciasRestaurante Delicias
Restaurante Delicias
 

Semelhante a javascript

Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory CourseRuby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Coursepeter_marklund
 
A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8rsnarayanan
 
Server Side Javascript
Server Side JavascriptServer Side Javascript
Server Side Javascriptrajivmordani
 
Presentation eXo Foss Bridge
Presentation eXo Foss BridgePresentation eXo Foss Bridge
Presentation eXo Foss BridgeJeremi Joslin
 
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...jward5519
 
Productive Rails development with RubyMine
Productive Rails development with RubyMineProductive Rails development with RubyMine
Productive Rails development with RubyMineolegshpynov
 
Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007matta
 
Some news about the SW
Some news about the SWSome news about the SW
Some news about the SWIvan Herman
 
Reverse Engineering Malicious Javascript
Reverse Engineering Malicious JavascriptReverse Engineering Malicious Javascript
Reverse Engineering Malicious JavascriptYusuf Motiwala
 
10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About Plone10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About PloneJazkarta, Inc.
 
从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用Alipay
 
When To Use Ruby On Rails
When To Use Ruby On RailsWhen To Use Ruby On Rails
When To Use Ruby On Railsdosire
 
How to bake an app in Dart and Polymer
How to bake an app in Dart and PolymerHow to bake an app in Dart and Polymer
How to bake an app in Dart and PolymerJana Moudrá
 
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?David Lipschitz
 
Ruby on rails探索
Ruby on rails探索Ruby on rails探索
Ruby on rails探索Mu Chun Wang
 
Efficient JavaScript Development
Efficient JavaScript DevelopmentEfficient JavaScript Development
Efficient JavaScript Developmentwolframkriesing
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Ivo Jansch
 

Semelhante a javascript (20)

Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory CourseRuby on Rails 101 - Presentation Slides for a Five Day Introductory Course
Ruby on Rails 101 - Presentation Slides for a Five Day Introductory Course
 
A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8A Lap Around Internet Explorer 8
A Lap Around Internet Explorer 8
 
Server Side Javascript
Server Side JavascriptServer Side Javascript
Server Side Javascript
 
Presentation eXo Foss Bridge
Presentation eXo Foss BridgePresentation eXo Foss Bridge
Presentation eXo Foss Bridge
 
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...Do Try This At Home  Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
Do Try This At Home Ajax Bookmarking, Cross Site Scripting, And Other Web 2 ...
 
Productive Rails development with RubyMine
Productive Rails development with RubyMineProductive Rails development with RubyMine
Productive Rails development with RubyMine
 
Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007Unobtrusive Javascript - SD.rb 2007
Unobtrusive Javascript - SD.rb 2007
 
Real solutions, no tricks
Real solutions, no tricksReal solutions, no tricks
Real solutions, no tricks
 
Some news about the SW
Some news about the SWSome news about the SW
Some news about the SW
 
Reverse Engineering Malicious Javascript
Reverse Engineering Malicious JavascriptReverse Engineering Malicious Javascript
Reverse Engineering Malicious Javascript
 
10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About Plone10 Things You Probably Didn't Know About Plone
10 Things You Probably Didn't Know About Plone
 
从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用从小书签到浏览器扩展的应用
从小书签到浏览器扩展的应用
 
When To Use Ruby On Rails
When To Use Ruby On RailsWhen To Use Ruby On Rails
When To Use Ruby On Rails
 
How to bake an app in Dart and Polymer
How to bake an app in Dart and PolymerHow to bake an app in Dart and Polymer
How to bake an app in Dart and Polymer
 
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
"Full Stack Web Developer" or "Delphi (and RDBMS) Developer"?
 
A Period of Transition
A Period of TransitionA Period of Transition
A Period of Transition
 
Ruby on rails探索
Ruby on rails探索Ruby on rails探索
Ruby on rails探索
 
Practical Groovy DSL
Practical Groovy DSLPractical Groovy DSL
Practical Groovy DSL
 
Efficient JavaScript Development
Efficient JavaScript DevelopmentEfficient JavaScript Development
Efficient JavaScript Development
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)
 

Último

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 

Último (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 

javascript