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
Introduction to Pug Template Engine
Search
Alefe Souza
June 27, 2018
Programming
610
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Introduction to Pug Template Engine
https://github.com/alefesouza/pug-introduction
https://youtube.com/watch?v=t6ZkhDRluzw
Alefe Souza
June 27, 2018
More Decks by Alefe Souza
See All by Alefe Souza
NativeScript: Native Apps with Angular
alefesouza
0
500
Implementing GraphQL with PHP - PHP Community Summit
alefesouza
0
330
Implementing GraphQL with Laravel and Vue.js
alefesouza
0
360
React: Zero to Hero
alefesouza
2
530
Implementing GraphQL with PHP
alefesouza
0
600
Node.js Chatbots with Bot Framework
alefesouza
0
420
GraphQL: A new way to write APIs
alefesouza
0
450
Firebase as back-end
alefesouza
0
490
GitLab: A tool for the entire DevOps lifecycle.pdf
alefesouza
0
720
Other Decks in Programming
See All in Programming
変わらないものが、変わるものを決める — 意図駆動開発 × イベントソーシング × イミュータブル | What Doesn't Change Decides What Can — IDD × Event Sourcing × Immutability
tomohisa
0
880
信頼性について考えてみる(SRE NEXT 2026 miniLT)
hayama17
0
230
『コードを書く以外の』エンジニアリング〜課金基盤移行プロジェクト推進のためのTips4選
yuriko1211
0
560
人間の目はかわらない、だからJPEGは30年もつ
yuzneri
12
17k
Haskell/Servantを通してWebミドルウェアを捉え直す
pizzacat83
1
630
komatsuna「分散システムにおけるバグ分析手法」
komatsunaqa
0
140
FDEが実現するAI駆動経営の現在地
gonta
2
240
GDG Korea Android: 2026 I/O Extended ~ What's new in Android development tools
pluu
0
200
【SRE NEXT 2026 Lunch Session】一人目専任SREの立ち上げを加速する ― AIと進めたオンボーディングで2分を0.04秒にした話
pkshadeck
PRO
0
3.3k
【やさしく解説 設計編・中級 #1】一つの車に、運転手は一人 ~ある倉庫システムの事例から~
panda728
PRO
0
200
PHP に部分適用が来るぞ!……ところで何それ?おいしいの? #phpcon / phpcon-2026
shogogg
0
440
ビデオ通話が繋がる0.2秒で何が起きているのか
supurazako
2
160
Featured
See All Featured
Accessibility Awareness
sabderemane
1
170
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
62
45k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
310
Designing Dashboards & Data Visualisations in Web Apps
destraynor
232
55k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
1
2.2k
ラッコキーワード サービス紹介資料
rakko
1
4.1M
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
120k
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
230
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
4.2k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.4k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
370
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
650
Transcript
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza <h1>Introdução ao template engine
Pug</h1> @alefesouza UTF-8 LF HTML
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza <h2 itemprop="name">Alefe Souza</h2> @alefesouza
<p itemprop="knows">JS, PHP, Java, C#</p> <p itemprop="sameAs">@alefesouza</p> <a itemprop="url">https://alefesouza.com</a> <h3 itemprop="jobTitle">Full Stack Developer</h3> <p itemprop="worksFor">iMasters</p> UTF-8 LF HTML
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza <h1>Pug</h1> <ul> <li>Conhecido anteriormente
como Jade.</li> <li>Baseado em indentação e seletores.</li> <li>Extend, Block e Include.</li> <li>Variáveis, iteradores, condicionais e mixins.</li> </ul> UTF-8 LF HTML
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza <a>http://bit.ly/app-pug</a> <h1>Live Code!</h1>
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza _variables.pug UTF-8 LF Pug
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza UTF-8 LF HTML
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza _companies.pug UTF-8 LF Pug
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza UTF-8 LF HTML
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza _sponsors.pug UTF-8 LF Pug
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza UTF-8 LF Vue
[email protected]
@alefesouza UTF-8 LF PHP
[email protected]
@alefesouza h1 Obrigado!! @alefesouza UTF-8
LF Pug
[email protected]
h2 @alefesouza