Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Front-End Architecture for Large Scale Apps - A...
Search
Gabriel Zigolis
September 16, 2015
Technology
1
150
Front-End Architecture for Large Scale Apps - Amsterdam
Gabriel Zigolis
September 16, 2015
Tweet
Share
More Decks by Gabriel Zigolis
See All by Gabriel Zigolis
git flow
zigolis
0
270
Front-End Architecture for Large Scale Apps - Gabriel Zigolis
zigolis
7
570
Boosting Your Productivity, with Backbone & RactiveJS
zigolis
3
810
SOFEA - Arquiteturas REST com Backbone & HTML5 by Gabriel Zigolis
zigolis
3
280
Bem-vindo ao Mundo Front-End por Gabriel Zigolis
zigolis
2
130
Desenvolvimento ágil com jQuery Mobile
zigolis
0
47
Workshop jQuery por Gabriel Zigolis
zigolis
0
43
Workshop / Benchmarking Performance por Gabriel Zigolis
zigolis
1
51
Workshop Padrões de Desenvolvimento Front-End por Gabriel
zigolis
1
53
Other Decks in Technology
See All in Technology
От ручной разметки к LLM: как мы создавали облако тегов в Lamoda. Анастасия Ангелова, Data Scientist, Lamoda Tech
lamodatech
0
360
YOLOv10~v12
tenten0727
3
870
プロダクト開発におけるAI時代の開発生産性
shnjtk
2
200
2025年春に見直したい、リソース最適化の基本
sogaoh
PRO
0
460
ゆるくVPC Latticeについてまとめてみたら、意外と奥深い件
masakiokuda
2
230
近年の PyCon 情勢から見た PyCon APAC のまとめ
terapyon
0
290
技術者はかっこいいものだ!!~キルラキルから学んだエンジニアの生き方~
masakiokuda
2
140
古き良き Laravel のシステムは関数型スタイルでリファクタできるのか
leveragestech
1
640
10分でわかるfreeeのQA
freee
1
12k
AI AgentOps LT大会(2025/04/16) Algomatic伊藤発表資料
kosukeito
0
120
Amazon CloudWatch Application Signals ではじめるバーンレートアラーム / Burn rate alarm with Amazon CloudWatch Application Signals
ymotongpoo
5
310
ブラウザのレガシー・独自機能を愛でる-Firefoxの脆弱性4選- / Browser Crash Club #1
masatokinugawa
1
390
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
7
390
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.1k
Embracing the Ebb and Flow
colly
85
4.6k
Producing Creativity
orderedlist
PRO
344
40k
Code Reviewing Like a Champion
maltzj
522
39k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.7k
Side Projects
sachag
452
42k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
30k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
660
Transcript
Gabriel Zigolis SCALE APPS LARGE FOR ARCHITECTURE FRONT-END
Front-End Developer @Backbase @zigolis
THE PROJECT SINCE 1972 +1K STORES +€ 1B /Y +12M
ITEMS /Y
CHALLENGE ACCEPTED EXPECTATION +5M PAGE VIEWS /MONTH SUPPORT OLD BROWSERS’
VERSION (IE8 & 9) MOBILE FRIENDLY (RESPONSIVE AND LIGHT) 3G IN BRAZIL SUCKS! INTERFACE LOADING TIME: 1S
SO HERE IS WHAT WE DID!
MINIFY UGLIFY CRITICAL PATH VIRTUAL DOM OPTIMIZATION CACHE CDN AMD
SVG SPRITE
DEMAND ON CONTENT
HAVING FUN WITH
<body class="cart">
var configMap = [module];
require(bodyClass);
GOING beyond the wall!!!
COMMON JS FILES
var configMap = [general];
define (general, []);
require(general);
SO, LET’S in small pieces… THINK
var configMap = [delivery];
HAVING FUN WITH
CartView();
DeliveryView();
None
WE do more… CAN
slideshare speakerdeck github twitter /zigolis