SlideShare a Scribd company logo
1 of 201
Download to read offline
Professional Frontend
     Engineering
               Nate Koechley
          Senior Frontend Engineer
                   Yahoo!

natek@yahoo-inc.com | developer.yahoo.com/yui
    nate.koechley.com/blog | ā€œnatekoechleyā€
Why this topic?
ā€¢ Put a stake in the
  ground.
ā€¢ Reiterate our
  values.
ā€¢ Advocate the
  discipline.
ā€¢ Nurture a healthy
  Web.
Historical
Perspective
Historical   Our Beliefs
Perspective   & Principles
Historical    Our Beliefs
Perspective    & Principles


 Knowledge
Areas & Best
  Practices
Historical    Our Beliefs
Perspective    & Principles


 Knowledge
               Why It All
Areas & Best
               Matters
  Practices
Historical
Perspective
Year = 2001
Age = 7 years
Employees = 3000
Frontend
Engineers = 0
So?
2001
First frontend engineering
      specialists hired.
2008
~700 professional frontend
 engineers spread across
  Y! ofļ¬ces worldwide.

     And hiring!!!
2001
Font tags & nested tables.

     Static interface.
2008
Semantic & accessible markup.

Rich DHTML & Ajax behavior.

More content. Same fast speed.
2001
Available and accessible to
         everyone.
2008
Available and accessible to
         everyone.
2001
Plain but predictable.
2008
Highly visual and adaptive, but
       still dependable.
2001
Modest user expectations.
2008
  Sophisticated, broad, and
non-trivial user expectations.
2001
Intersection of design and
 development still vague.
Now
    Professional Frontend
   Engineers focused at the
  intersection of design and
development is a best practice.
ā€”Irene Au, SVP of UED at Yahoo!
ā€œIn 2001, with developments in advanced
   JavaScript and DHTML, we knew the web
  experience would evolve beyond the static
pages we were producing. We brought in web
developers to help us pioneer Yahooā€™s offerings
     to include a more dynamic, interactive
           experience for our users.ā€
              ā€”Irene Au, SVP of UED at Yahoo!
ā€”Irene Au, SVP of UED at Yahoo!
ā€œ... Another motivation was to bring in a
     disciplined frontend programming
     practice to Yahoo. Before then, the
presentation, behavior, and structure of
our pages were not separate, which led
 to many challenges and inefļ¬ciencies in
designing and developing our products.ā€
           ā€”Irene Au, SVP of UED at Yahoo!
ā€œThe Framers of the Web
 saw browser differences
as beneficial and believed
   that visitors should
choose how their browser
   displays the page...ā€
ā€œ...I wanted more control
   so I threw my HTML
  book in the trash and
  started from scratch.ā€
The Web is
 still sick.
Frontend Engineers are
the Webā€™s Radiologists
Question:

What is Frontend
Engineering?
Answer:

We write software
in JavaScript, CSS,
and HTML & more...
Answer:

We tell browsers
what to do.
Answer:

Weā€™re responsible
for ā€œview sourceā€
The Yahoo! Stack
      Pages & modules
          95% HTML, 5% PHP


     Display logic & APIs
         50% HTML, 50% PHP


    Speciļ¬c PHP biz logic
          90% PHP, 10% Text


 Generic PHP functions & libs
             100% PHP


      C/C++ Libraries.
         90% C/C++, 10% PHP
The Yahoo! Stack
     Pages & modules
                               Frontend
         95% HTML, 5% PHP


    Display logic & APIs
        50% HTML, 50% PHP


   Speciļ¬c PHP biz logic
         90% PHP, 10% Text


Generic PHP functions & libs
            100% PHP           Backend
     C/C++ Libraries.
        90% C/C++, 10% PHP
The Yahoo! Stack
     Pages & modules
                               Frontend
         95% HTML, 5% PHP


    Display logic & APIs
        50% HTML, 50% PHP


   Speciļ¬c PHP biz logic
         90% PHP, 10% Text


Generic PHP functions & libs
            100% PHP           Backend
     C/C++ Libraries.
        90% C/C++, 10% PHP
SIMPLE?
no.
server
(X)HTML




 server
(X)HTML

          Speciļ¬cation




 server
(X)HTML

           Speciļ¬cation
          Implementation




 server
(X)HTML

           Speciļ¬cation
          Implementation
               Bugs




 server
(X)HTML

              Speciļ¬cation
             Implementation
                  Bugs
          [ Theory / Practice ]




 server
CSS

                          BOM API
(X)HTML    DOM                      JavaScript
                          DOM API

              Speciļ¬cation




                                    Data Transport
                                                     data: custom, xml,


                                                     mixed: new xhtml
             Implementation




                                                              json
                                                     behavior: js
                  Bugs
          [ Theory / Practice ]




 server
Safari    Firefox    Opera   IE5, 6, 7    Firefox   Opera       10,000+ UAs
         Macintosh                       Windows              Linux, Unix, Mobile


                                CSS

                                                    BOM API
     (X)HTML                  DOM                                JavaScript
                                                    DOM API

                                 Speciļ¬cation




                                                                 Data Transport
                                                                                  data: custom, xml,


                                                                                  mixed: new xhtml
                                Implementation




                                                                                           json
                                                                                  behavior: js
                                     Bugs
                             [ Theory / Practice ]




         server
Safari    Firefox    Opera   IE5, 6, 7   Firefox   Opera        10,000+ UAs
         Macintosh                       Windows             Linux, Unix, Mobile


                                CSS

                                                   BOM API
     (X)HTML                   DOM                               JavaScript
                                                   DOM API




                                 Specification




                                                                                   data: custom, xml,


                                                                                   mixed: new xhtml,
                                                                  Data Transport
                                Implementation




                                                                                   behavior: js
                                                                                          json
                                    Defects
                             [ Theory / Practice ]




           server
Safari    Firefox    Opera   IE5, 6, 7   Firefox   Opera        10,000+ UAs
         Macintosh                       Windows             Linux, Unix, Mobile


             knowledge areas: 7
                    CSS


     (X)HTML
                     dimensions: xJavaScript
                    DOM
                                      4            BOM API


                                                   DOM API


                        platforms: x 3
                     Specification




                                                                                   data: custom, xml,


                                                                                   mixed: new xhtml,
     browsers perDefects platform: x 4




                                                                  Data Transport
                   Implementation




                                                                                   behavior: js
                                                                                          json
             rendering modes: x 2
                [ Theory / Practice ]




           server
               =672
usability, internationalization,
    localization, visual design,
  accessibility, information
   architecture, security, build
   processes, performance,
benchmarking, devices, portability
from Lifted
Ā©2007 Pixar Animation Studios
Different from Backend
      because we:

ā€¢ Canā€™t compile.
ā€¢ Canā€™t trust.
ā€¢ Canā€™t predict.
ā€¢ Canā€™t install or store.
ā€¢ Canā€™t hide anything!
Douglas Crockford on browsers:

       ā€œThe most hostile
    software development
   environment imaginable.ā€
If your business is online...
   your value depends on
   Frontend Engineering.
Elegant algorithms beneļ¬t users
   through interfaces built by
      Frontend Engineers.
Every gorgeous design is
brought to life by Frontend
        Engineers.
Frontend engineers give sites
    strength & resilience,
   appearance & form, and
 functionality & interactivity.
...which is why professional
   frontend engineering is
    critical for success.
Historical   Our Beliefs
Perspective   & Principles
Four Guiding Principles
1) Availability
Availability:
Maximize availability, accessibility
and utility of content and services
for all users worldwide.
2) Openness
Openness:
Share. Learn. Support. Advocate.
We beneļ¬t from a healthy Internet.
3) Richness
Richness:
Provide, but not too much.
Layer endlessly.
Remember we are not average.
4) Stability
Stability:
The Web is young.
Invest in quality.
Prepare for the future.
Four Guiding Principles

ā€¢ Availability
ā€¢ Openness
ā€¢ Richness
ā€¢ Stability
Three Core Techniques
1) Graded Browser
     Support
http://developer.yahoo.com/yui/articles/gbs/
ā€œSupportā€ does not
  mean identical.
ā€œSupportā€ is not a
  binary choice.
Three Support Grades
Three Support Grades
C-Grade
  ā€¢   Blacklist (of incapable browsers)
  ā€¢   Withhold CSS & JavaScript
Three Support Grades
C-Grade
  ā€¢   Blacklist (of incapable browsers)
  ā€¢   Withhold CSS & JavaScript
A-Grade
  ā€¢   Whitelist (of capable browsers tested)
  ā€¢   Serve CSS & JavaScript
Three Support Grades
C-Grade
  ā€¢   Blacklist (of incapable browsers)
  ā€¢   Withhold CSS & JavaScript
A-Grade
  ā€¢   Whitelist (of capable browsers tested)
  ā€¢   Serve CSS & JavaScript
X-Grade
  ā€¢   Everybody else. 
  ā€¢   Serve CSS & JavaScript
A-Grade Support
http://developer.yahoo.com/yui/articles/gbs
C-Grade Experience
A-Grade Experience
C-Grade Experience
A-Grade Experience
2) Progressive
Enhancement
Rules of Progressive
   Enhancement
Rules of Progressive
       Enhancement
ā€¢   Enrich content with thorough, explicit markup.
Rules of Progressive
       Enhancement
ā€¢   Enrich content with thorough, explicit markup.

ā€¢   Test core functionality with HTML only.
Rules of Progressive
       Enhancement
ā€¢   Enrich content with thorough, explicit markup.

ā€¢   Test core functionality with HTML only.

ā€¢   Enhance layout via externally linked CSS.
Rules of Progressive
       Enhancement
ā€¢   Enrich content with thorough, explicit markup.

ā€¢   Test core functionality with HTML only.

ā€¢   Enhance layout via externally linked CSS.

ā€¢   Enhance behavior via externally linked
    unobtrusive JavaScript.
Rules of Progressive
       Enhancement
ā€¢   Enrich content with thorough, explicit markup.

ā€¢   Test core functionality with HTML only.

ā€¢   Enhance layout via externally linked CSS.

ā€¢   Enhance behavior via externally linked
    unobtrusive JavaScript.

ā€¢   Respect end-user browser preferences.
Flipped deļ¬nition of
ā€œgraceful degradationā€
3) Unobtrusive JavaScript
http://onlinetools.org/articles/unobtrusivejavascript/
Rules of Unobtrusive
      JavaScript
Rules of Unobtrusive
          JavaScript
ā€¢   No JavaScript in HTML documents.
Rules of Unobtrusive
          JavaScript
ā€¢   No JavaScript in HTML documents.

ā€¢   Donā€™t depend on or trust JavaScript.
Rules of Unobtrusive
          JavaScript
ā€¢   No JavaScript in HTML documents.

ā€¢   Donā€™t depend on or trust JavaScript.

ā€¢   Poke objects before using them.
Rules of Unobtrusive
          JavaScript
ā€¢   No JavaScript in HTML documents.

ā€¢   Donā€™t depend on or trust JavaScript.

ā€¢   Poke objects before using them.

ā€¢   Write JavaScript, not dialects.
Rules of Unobtrusive
          JavaScript
ā€¢   No JavaScript in HTML documents.

ā€¢   Donā€™t depend on or trust JavaScript.

ā€¢   Poke objects before using them.

ā€¢   Write JavaScript, not dialects.

ā€¢   Mind your manners with vars & scope.
Rules of Unobtrusive
          JavaScript
ā€¢   No JavaScript in HTML documents.

ā€¢   Donā€™t depend on or trust JavaScript.

ā€¢   Poke objects before using them.

ā€¢   Write JavaScript, not dialects.

ā€¢   Mind your manners with vars & scope.

ā€¢   Support multiple event triggers.
Donā€™t Break the Web!

href=ā€œ#ā€
href=ā€œjavascript:foo()ā€
onclick=ā€œfoo()ā€
Three Core Techniques
ā€¢ Graded Browser
 Support

ā€¢ Progressive
 Enhancement

ā€¢ Unobtrusive
 JavaScript
Making Decisions
Making Decisions (1)
1. Do what is standard.
  if impossible, then:

2. Do what is common.
  if impossible, then:

3. Do what it takes.
Making Decisions (2)
1. Do what is simple.
  āœš
2. Do what is ļ¬‚exible & progressive.
  āœš
3. Do what is open.
Making Decisions (3)

ā€¢   Remember you have multiples
    audiences to satisfy:
    ā€¢   Users
    ā€¢   Developers
    ā€¢   Machines
Historical    Our Beliefs
Perspective    & Principles


 Knowledge
Areas & Best
  Practices
8 Areas of Focus
1. HTML                   6. Performance

2. CSS                    7. Infrastructure &
                             Process
3. JavaScript
                          8. Tooling
4. Accessibility

5. Internationalization
oc us
F
  #1



         HTML
Focus: Be thorough.
<label>
<fieldset>
<cite>
<caption>
<thead>
<th scope=ā€rowā€ abbr=ā€ManUā€>
<ins datetime=ā€2008-05-30ā€>
Aim for permanence.
Switching costs
  are rising.
oc us
F
  #2



         CSS
Focus on the left side.
selector: declaration;
selector: declaration;
Focus: Speciļ¬city
   great selectors are an
expression of professionalism
h1: declaration;
#mod h1: declaration;
div#mod h1: declaration;
body.cart #mod h1.class a:
       declaration;
#mod ul li li: declaration;
Focus: Maintenance
  think about how sites age
oc us
F
  #3



         JavaScript
JavaScript


ā€¢ Quality
ā€¢ Security
1) Quality
Linting

ā€¢ Use programs like JSLint (jslint.org) to
  conļ¬rm the quality of your code.
ā€¢ Adopt the idioms it promotes to improve
  your code quality.
Unit Testing w/ YUI Test
ā€¢   Rapid creation of test cases via simple syntax.

ā€¢   Advanced failure detection for methods that
    throw errors.

ā€¢   Grouping of related test cases using test suites.

ā€¢   Asynchronous tests for testing events and Ajax
    communication.

ā€¢   DOM Event simulation in all A-grade browsers.
Proļ¬ling

ā€¢ Learn where to improve your code.
ā€¢ Programmatically retrieve proļ¬ling
  information as the application is running.
ā€¢ Determine unit-testing success based on
  proļ¬ling results.
JavaScript Pollution

ā€¢ Do not mutate JavaScript itself.
ā€¢ Do protect yourself from browsers.
ā€¢ Minimize touchpoints between authors and
  vendors so vendors can iterate faster.
2) Security
JavaScript Security

ā€¢ Beware of XSS
ā€¢ Never Trust Data from the Client
ā€¢ Monitor AdSafe/Caja Developments
oc us
F
  #4



         Accessibility
ARIA
Decoupled Events
oc us
F
  #5



   Internationalization
Begin serving all .css
  and .js at UTF-8
@charset quot;
oc us
F
  #6



         Performance
14 then. 8 more today.
<link> not @import


ā€¢   Because @import
    overrides the browsersā€™
    native performance
    sequencing.
Avoid Redirects

ā€¢ 3xx status codes ā€“ mostly 301 and 302
  HTTP/1.1 301 Moved Permanently
  Location: http://yahoo.com/newuri

ā€¢ Cache redirects via Expires headers
ā€¢ Redirects are worst
  form of blocking
Use Cookie-Free
 Domains For Assets.
ā€¢ Serving static cacheable assets from a
  distinct domains keeps cookies from riding
  along with all requests.
  yimg.com
  images-amazon.com
  fbcdn.net
Preload Assets
Preload Assets

1. Unconditional preload - always w/ onload
  Example: google.comā€™s sprite
Preload Assets

1. Unconditional preload - always w/ onload
  Example: google.comā€™s sprite

2. Conditional preload - based on user action
  Ex: search.yahoo.comā€™s Search Assist
Preload Assets

1. Unconditional preload - always w/ onload
  Example: google.comā€™s sprite

2. Conditional preload - based on user action
  Ex: search.yahoo.comā€™s Search Assist

3. Anticipated preload - give redesigns a boost
Optimize CSS Sprites
Optimize CSS Sprites
1. Horizontal alignment is usually smaller than
   vertical.
Optimize CSS Sprites
1. Horizontal alignment is usually smaller than
   vertical.
2. Combine similar colors in a sprite to
   minimize color count.
  Only 256 colors can ļ¬t in a PNG8.
Optimize CSS Sprites
1. Horizontal alignment is usually smaller than
   vertical.
2. Combine similar colors in a sprite to
   minimize color count.
  Only 256 colors can ļ¬t in a PNG8.

3. Avoid unnecessarily large gaps between
   parts of the sprite.
GET for Ajax Requests

ā€¢ POST is a two-step process.
ā€¢ GET can send in one packet.
ā€¢ Use if possible, but max payload is 2K in IE.
Keep Focusing on Events

1. Event Delegation to reduce total number
2. Donā€™t always wait for onLoad
 ā€¢ YUI Event has onAvailable,
    onContentReady, & onDomReady
iPhone Tip

ā€¢ iPhone will not cache assets larger than 25K
  ā€¢ Thatā€™s 25K uncompressed.
  ā€¢ Only 19 total items in cache.
ā€¢ http://yuiblog.com/blog/2008/02/06/iphone-
  cacheability/
oc us
F
  #7


         Infrastructure &
              Process
Build Process
Documentation
three versions of each member
*.js
*-debug.js
*-min.js
What Is YUI?
oc us
F
  #8



         Tooling
Need More Progress.
But thereā€™s been some:

ā€¢ JSLint, JScript Debugger, Firebug, Debug Bar,
  Fiddler, Charles, HTTP Live Headers,
  DragonFly, Visual Studio 2008
ā€¢ YUI Logger, YUI Test, and YUI Proļ¬ler
Historical    Our Beliefs
Perspective    & Principles


 Knowledge
               Why It All
Areas & Best
               Matters
  Practices
Thereā€™s a lot of
work to be done.
We need more
people doing it.
The health of the
internet depends on it.
The health of our
businesses and passions
     depends on it.
We must stay vigilant.
We must defend users.
Go forth with this in
       mind:
Be Tireless
Trendsetters of Quality
                   Be active.
             Find the way forward.
                    Educate.
Be Belligerent
Gatekeepers of Quality
             Do not accept less.
             Do not cut corners.
Exhibit Stubborn
Empathy for Users
          Weā€™re the last line of
               defense!
Letā€™s keep talking...
       nate@koechley.com
http://nate.koechley.com/blog
      ā€œnatekoechleyā€
CC Images Used
ā€¢   http://www.ļ¬‚ickr.com/photos/dideo/407360526/sizes/l/

ā€¢   http://www.ļ¬‚ickr.com/photos/jenniferbuehrer/113554568/sizes/l/

ā€¢   http://www.ļ¬‚ickr.com/photos/peteashton/290691658/sizes/l/

ā€¢   http://www.ļ¬‚ickr.com/photos/pedjap/101230548/sizes/o/

ā€¢   http://www.ļ¬‚ickr.com/photos/songtuyuri/2200100451/sizes/o/

ā€¢   http://www.ļ¬‚ickr.com/photos/dominik99/1403329318/sizes/o/

ā€¢   http://www.ļ¬‚ickr.com/photos/cuellar/482993472/sizes/o/
nate@koechley.com
http://nate.koechley.com/blog

          natekoechley         = twitter,
delicious, flickr, tripit, last.fm, linkedin,
fireeagle, friendfeed, ... everywhere.

More Related Content

What's hot

Three WEM Dev Tricks
Three WEM Dev TricksThree WEM Dev Tricks
Three WEM Dev TricksGabriel Walt
Ā 
JAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScriptJAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScriptmartinlippert
Ā 
facebook architecture for 600M users
facebook architecture for 600M usersfacebook architecture for 600M users
facebook architecture for 600M usersJongyoon Choi
Ā 
Web servicesoverview
Web servicesoverviewWeb servicesoverview
Web servicesoverviewPrabhat gangwar
Ā 
HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1James Pearce
Ā 
MVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on RailsMVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on Railscodeinmotion
Ā 
Software architectures for the cloud
Software architectures for the cloudSoftware architectures for the cloud
Software architectures for the cloudGeorgios Gousios
Ā 
Web servicesoverview
Web servicesoverviewWeb servicesoverview
Web servicesoverviewthisismusthafa
Ā 
Technology stack behind Airbnb
Technology stack behind Airbnb Technology stack behind Airbnb
Technology stack behind Airbnb Rohan Khude
Ā 
Responsive Websites and Grid-Based Layouts by Gabriel Walt
Responsive Websites and Grid-Based Layouts by Gabriel Walt Responsive Websites and Grid-Based Layouts by Gabriel Walt
Responsive Websites and Grid-Based Layouts by Gabriel Walt AEM HUB
Ā 
Engineering the New LinkedIn Profile
Engineering the New LinkedIn ProfileEngineering the New LinkedIn Profile
Engineering the New LinkedIn ProfileJosh Clemm
Ā 
Ajax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley HalesAjax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley Halesrajivmordani
Ā 
Spring 3 - An Introduction
Spring 3 - An IntroductionSpring 3 - An Introduction
Spring 3 - An IntroductionThorsten Kamann
Ā 
Project Fedena and Why Ruby on Rails - ArvindArvind G S
Project Fedena and Why Ruby on Rails - ArvindArvind G SProject Fedena and Why Ruby on Rails - ArvindArvind G S
Project Fedena and Why Ruby on Rails - ArvindArvind G SThoughtWorks
Ā 
Servletarchitecture,lifecycle,get,post
Servletarchitecture,lifecycle,get,postServletarchitecture,lifecycle,get,post
Servletarchitecture,lifecycle,get,postvamsi krishna
Ā 
Social Photos - My presentation at Microsoft Tech Day
Social Photos - My presentation at Microsoft Tech DaySocial Photos - My presentation at Microsoft Tech Day
Social Photos - My presentation at Microsoft Tech DayTechMaster Vietnam
Ā 
ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)
ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)
ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)Saltlux zinyus
Ā 

What's hot (20)

Three WEM Dev Tricks
Three WEM Dev TricksThree WEM Dev Tricks
Three WEM Dev Tricks
Ā 
JAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScriptJAX 2012: Moderne Architektur mit Spring und JavaScript
JAX 2012: Moderne Architektur mit Spring und JavaScript
Ā 
facebook architecture for 600M users
facebook architecture for 600M usersfacebook architecture for 600M users
facebook architecture for 600M users
Ā 
HTML5 Refresher
HTML5 RefresherHTML5 Refresher
HTML5 Refresher
Ā 
Web servicesoverview
Web servicesoverviewWeb servicesoverview
Web servicesoverview
Ā 
HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1HTML5 and the dawn of rich mobile web applications pt 1
HTML5 and the dawn of rich mobile web applications pt 1
Ā 
MVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on RailsMVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on Rails
Ā 
Software architectures for the cloud
Software architectures for the cloudSoftware architectures for the cloud
Software architectures for the cloud
Ā 
Web servicesoverview
Web servicesoverviewWeb servicesoverview
Web servicesoverview
Ā 
Technology stack behind Airbnb
Technology stack behind Airbnb Technology stack behind Airbnb
Technology stack behind Airbnb
Ā 
Responsive Websites and Grid-Based Layouts by Gabriel Walt
Responsive Websites and Grid-Based Layouts by Gabriel Walt Responsive Websites and Grid-Based Layouts by Gabriel Walt
Responsive Websites and Grid-Based Layouts by Gabriel Walt
Ā 
Engineering the New LinkedIn Profile
Engineering the New LinkedIn ProfileEngineering the New LinkedIn Profile
Engineering the New LinkedIn Profile
Ā 
Ajax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley HalesAjax In Enterprise Portals Wesley Hales
Ajax In Enterprise Portals Wesley Hales
Ā 
Spring 3 - An Introduction
Spring 3 - An IntroductionSpring 3 - An Introduction
Spring 3 - An Introduction
Ā 
Offline Html5 3days
Offline Html5 3daysOffline Html5 3days
Offline Html5 3days
Ā 
Project Fedena and Why Ruby on Rails - ArvindArvind G S
Project Fedena and Why Ruby on Rails - ArvindArvind G SProject Fedena and Why Ruby on Rails - ArvindArvind G S
Project Fedena and Why Ruby on Rails - ArvindArvind G S
Ā 
Servletarchitecture,lifecycle,get,post
Servletarchitecture,lifecycle,get,postServletarchitecture,lifecycle,get,post
Servletarchitecture,lifecycle,get,post
Ā 
Social Photos - My presentation at Microsoft Tech Day
Social Photos - My presentation at Microsoft Tech DaySocial Photos - My presentation at Microsoft Tech Day
Social Photos - My presentation at Microsoft Tech Day
Ā 
Wt unit 1 ppts web development process
Wt unit 1 ppts web development processWt unit 1 ppts web development process
Wt unit 1 ppts web development process
Ā 
ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)
ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)
ģ „ė¬øź°€ķ† ķ¬ė¦“ė ˆģ“ 1ķƒ„ html5 ģ „ė§ (ģ „ģ¢…ķ™ ė°•ģ‚¬)
Ā 

Viewers also liked

Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)
Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)
Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)MaRS Discovery District
Ā 
Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...
Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...
Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...Probir Bidhan
Ā 
Web Trends to Watch in 2014
Web Trends to Watch in 2014Web Trends to Watch in 2014
Web Trends to Watch in 2014David King
Ā 
Schedule Review
Schedule ReviewSchedule Review
Schedule ReviewChris Carson
Ā 
BUSINESS QUIZ -Round 1
 BUSINESS QUIZ -Round 1 BUSINESS QUIZ -Round 1
BUSINESS QUIZ -Round 1pradeep acharya
Ā 
10 Digital Hacks Every Marketer Should Know
10 Digital Hacks Every Marketer Should Know10 Digital Hacks Every Marketer Should Know
10 Digital Hacks Every Marketer Should KnowMark Fidelman
Ā 
Understanding text-structure-powerpoint
Understanding text-structure-powerpointUnderstanding text-structure-powerpoint
Understanding text-structure-powerpointaelowans
Ā 
Size exclusion chromatography
Size exclusion chromatographySize exclusion chromatography
Size exclusion chromatographyMandvi Shandilya
Ā 
5000 Sat Words With Definitions
5000 Sat Words With Definitions5000 Sat Words With Definitions
5000 Sat Words With DefinitionsBrent Daigle, Ph.D.
Ā 
4. heredity and evolution
4. heredity and evolution4. heredity and evolution
4. heredity and evolutionAbhay Goyal
Ā 
Listing presentation Dawn Bahr
Listing presentation Dawn BahrListing presentation Dawn Bahr
Listing presentation Dawn BahrDawn Bahr
Ā 
Fintech and Transformation of the Financial Services Industry
Fintech and Transformation of the Financial Services IndustryFintech and Transformation of the Financial Services Industry
Fintech and Transformation of the Financial Services IndustryRobin Teigland
Ā 
Deep Learning through Examples
Deep Learning through ExamplesDeep Learning through Examples
Deep Learning through ExamplesSri Ambati
Ā 
Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)
Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)
Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)Jodie Harper
Ā 
Introduction to Building Wireframes (with OmniGraffle)
Introduction to Building Wireframes (with OmniGraffle)Introduction to Building Wireframes (with OmniGraffle)
Introduction to Building Wireframes (with OmniGraffle)Erin 'Folletto' Casali
Ā 
OpenDaylight app development tutorial
OpenDaylight app development tutorialOpenDaylight app development tutorial
OpenDaylight app development tutorialSDN Hub
Ā 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regressionKhalid Aziz
Ā 
DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...
DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...
DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...Jared Ram Juezan
Ā 
Digital Brief 003 - Market Report Q2 2015
Digital Brief 003 - Market Report Q2 2015Digital Brief 003 - Market Report Q2 2015
Digital Brief 003 - Market Report Q2 2015LUMA Partners
Ā 

Viewers also liked (20)

Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)
Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)
Go-To-Market Strategy - Entrepreneurship 101 (2012/2013)
Ā 
Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...
Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...
Environmental Impact Assessment (EIA) report on Rampal 1320MW coal-based powe...
Ā 
Web Trends to Watch in 2014
Web Trends to Watch in 2014Web Trends to Watch in 2014
Web Trends to Watch in 2014
Ā 
Schedule Review
Schedule ReviewSchedule Review
Schedule Review
Ā 
BUSINESS QUIZ -Round 1
 BUSINESS QUIZ -Round 1 BUSINESS QUIZ -Round 1
BUSINESS QUIZ -Round 1
Ā 
10 Digital Hacks Every Marketer Should Know
10 Digital Hacks Every Marketer Should Know10 Digital Hacks Every Marketer Should Know
10 Digital Hacks Every Marketer Should Know
Ā 
Understanding text-structure-powerpoint
Understanding text-structure-powerpointUnderstanding text-structure-powerpoint
Understanding text-structure-powerpoint
Ā 
Size exclusion chromatography
Size exclusion chromatographySize exclusion chromatography
Size exclusion chromatography
Ā 
5000 Sat Words With Definitions
5000 Sat Words With Definitions5000 Sat Words With Definitions
5000 Sat Words With Definitions
Ā 
4. heredity and evolution
4. heredity and evolution4. heredity and evolution
4. heredity and evolution
Ā 
Listing presentation Dawn Bahr
Listing presentation Dawn BahrListing presentation Dawn Bahr
Listing presentation Dawn Bahr
Ā 
WCM (World Class Manufacturing)
WCM (World Class Manufacturing)WCM (World Class Manufacturing)
WCM (World Class Manufacturing)
Ā 
Fintech and Transformation of the Financial Services Industry
Fintech and Transformation of the Financial Services IndustryFintech and Transformation of the Financial Services Industry
Fintech and Transformation of the Financial Services Industry
Ā 
Deep Learning through Examples
Deep Learning through ExamplesDeep Learning through Examples
Deep Learning through Examples
Ā 
Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)
Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)
Stress At Work (Tips to Reduce and Manage Job and Workplace Stress)
Ā 
Introduction to Building Wireframes (with OmniGraffle)
Introduction to Building Wireframes (with OmniGraffle)Introduction to Building Wireframes (with OmniGraffle)
Introduction to Building Wireframes (with OmniGraffle)
Ā 
OpenDaylight app development tutorial
OpenDaylight app development tutorialOpenDaylight app development tutorial
OpenDaylight app development tutorial
Ā 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
Ā 
DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...
DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...
DepEd Order No. 47 s. 2014: CONSTITUTION AND BY - LAWS OF THE SUPREME PUPIL G...
Ā 
Digital Brief 003 - Market Report Q2 2015
Digital Brief 003 - Market Report Q2 2015Digital Brief 003 - Market Report Q2 2015
Digital Brief 003 - Market Report Q2 2015
Ā 

Similar to Professional Frontend Engineering

Professional Frontend Engineering
Professional Frontend EngineeringProfessional Frontend Engineering
Professional Frontend EngineeringCheton Wu
Ā 
Front end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your futureFront end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your futureLuke Smith
Ā 
YUI Introduction @ NCTU
YUI Introduction @ NCTUYUI Introduction @ NCTU
YUI Introduction @ NCTUJoseph Chiang
Ā 
The YUI Library (Yahoo! Course @NCU)
The YUI Library (Yahoo! Course @NCU)The YUI Library (Yahoo! Course @NCU)
The YUI Library (Yahoo! Course @NCU)Joseph Chiang
Ā 
Extending XForms with Server-Side Functionality
Extending XForms with Server-Side FunctionalityExtending XForms with Server-Side Functionality
Extending XForms with Server-Side FunctionalityMarkku Laine
Ā 
Building Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsBuilding Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsJames Pearce
Ā 
Poly Source It Profile
Poly Source It ProfilePoly Source It Profile
Poly Source It Profilemoseskhedi
Ā 
Polysource It Profile
Polysource It ProfilePolysource It Profile
Polysource It Profileelenarys
Ā 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT ProfileHelen
Ā 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT ProfileHelen
Ā 
Beyond HTML: Tools for Building Web 2.0 Apps
Beyond HTML: Tools for Building Web 2.0 AppsBeyond HTML: Tools for Building Web 2.0 Apps
Beyond HTML: Tools for Building Web 2.0 AppsMarcos Caceres
Ā 
Building cross platform mobile web apps
Building cross platform mobile web appsBuilding cross platform mobile web apps
Building cross platform mobile web appsJames Pearce
Ā 
Silver Light1.0
Silver Light1.0Silver Light1.0
Silver Light1.0coolajju143
Ā 
Mozilla In Malaysia
Mozilla In MalaysiaMozilla In Malaysia
Mozilla In MalaysiaGen Kanai
Ā 
Cross platform mobile web apps
Cross platform mobile web appsCross platform mobile web apps
Cross platform mobile web appsJames Pearce
Ā 
Java Framework for Database-Centric Web Engineering
Java Framework for Database-Centric Web EngineeringJava Framework for Database-Centric Web Engineering
Java Framework for Database-Centric Web EngineeringBeat Signer
Ā 
CharlesSweetResume06155122015
CharlesSweetResume06155122015CharlesSweetResume06155122015
CharlesSweetResume06155122015Charlie Sweet
Ā 

Similar to Professional Frontend Engineering (20)

Professional Frontend Engineering
Professional Frontend EngineeringProfessional Frontend Engineering
Professional Frontend Engineering
Ā 
YUI
YUIYUI
YUI
Ā 
Front end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your futureFront end engineering, YUI Gallery, and your future
Front end engineering, YUI Gallery, and your future
Ā 
Yui3
Yui3Yui3
Yui3
Ā 
YUI Introduction @ NCTU
YUI Introduction @ NCTUYUI Introduction @ NCTU
YUI Introduction @ NCTU
Ā 
The YUI Library (Yahoo! Course @NCU)
The YUI Library (Yahoo! Course @NCU)The YUI Library (Yahoo! Course @NCU)
The YUI Library (Yahoo! Course @NCU)
Ā 
Extending XForms with Server-Side Functionality
Extending XForms with Server-Side FunctionalityExtending XForms with Server-Side Functionality
Extending XForms with Server-Side Functionality
Ā 
Building Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web AppsBuilding Cross Platform Mobile Web Apps
Building Cross Platform Mobile Web Apps
Ā 
Poly Source It Profile
Poly Source It ProfilePoly Source It Profile
Poly Source It Profile
Ā 
Polysource It Profile
Polysource It ProfilePolysource It Profile
Polysource It Profile
Ā 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT Profile
Ā 
Polysource-IT Profile
Polysource-IT ProfilePolysource-IT Profile
Polysource-IT Profile
Ā 
Beyond HTML: Tools for Building Web 2.0 Apps
Beyond HTML: Tools for Building Web 2.0 AppsBeyond HTML: Tools for Building Web 2.0 Apps
Beyond HTML: Tools for Building Web 2.0 Apps
Ā 
Building cross platform mobile web apps
Building cross platform mobile web appsBuilding cross platform mobile web apps
Building cross platform mobile web apps
Ā 
Silver Light1.0
Silver Light1.0Silver Light1.0
Silver Light1.0
Ā 
Mozilla In Malaysia
Mozilla In MalaysiaMozilla In Malaysia
Mozilla In Malaysia
Ā 
Cross platform mobile web apps
Cross platform mobile web appsCross platform mobile web apps
Cross platform mobile web apps
Ā 
My view on XPages
My view on XPagesMy view on XPages
My view on XPages
Ā 
Java Framework for Database-Centric Web Engineering
Java Framework for Database-Centric Web EngineeringJava Framework for Database-Centric Web Engineering
Java Framework for Database-Centric Web Engineering
Ā 
CharlesSweetResume06155122015
CharlesSweetResume06155122015CharlesSweetResume06155122015
CharlesSweetResume06155122015
Ā 

Recently uploaded

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
Ā 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜RTylerCroy
Ā 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
Ā 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
Ā 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
Ā 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
Ā 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
Ā 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
Ā 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
Ā 
Finology Group ā€“ Insurtech Innovation Award 2024
Finology Group ā€“ Insurtech Innovation Award 2024Finology Group ā€“ Insurtech Innovation Award 2024
Finology Group ā€“ Insurtech Innovation Award 2024The Digital Insurer
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
Ā 
Scaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationScaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationRadu Cotescu
Ā 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
Ā 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
Ā 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
Ā 

Recently uploaded (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
Ā 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜
Ā 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
Ā 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Ā 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
Ā 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
Ā 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Ā 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
Ā 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Ā 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
Ā 
Finology Group ā€“ Insurtech Innovation Award 2024
Finology Group ā€“ Insurtech Innovation Award 2024Finology Group ā€“ Insurtech Innovation Award 2024
Finology Group ā€“ Insurtech Innovation Award 2024
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
Ā 
Scaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationScaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organization
Ā 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Ā 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Ā 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
Ā 

Professional Frontend Engineering