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
RailsGirls Timisoara - Web Applications
Search
Bogdan Gaza
June 01, 2014
Programming
78
2
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
RailsGirls Timisoara - Web Applications
Talk from RailsGirls Timisoara - 30 - 31 May 2014
Bogdan Gaza
June 01, 2014
More Decks by Bogdan Gaza
See All by Bogdan Gaza
Stripe CTF 3.0 - Follow Up
hurrycane
1
150
Continuous delivery pipelines using Python and Docker
hurrycane
1
520
Real time webapps using python
hurrycane
3
190
Other Decks in Programming
See All in Programming
Laravel Boostに学ぶ、AIにPHPを書かせる技術 〜OSSの実装から蒸留するエージェント制御の王道〜
kentaroutakeda
3
670
【やさしく解説 設計編・中級 #6】良いアーキテクチャとは ~ 一本の登り道の、行き先 ~
panda728
PRO
0
210
FDEが実現するAI駆動経営の現在地
gonta
2
270
PHP Application における Kubernetes 内 gRPC 通信
ganchiku
0
580
AI時代に設計が 最大の生産性レバーになる 意図駆動開発とデータを消さない設計|Don't Delete Your Data or Your Intent — Design as the Deepest Lever in the AI Era
tomohisa
1
720
複数の Claude Code が"放置"されてしまう問題をCLI ダッシュボードを自作して解決した話
sumihiro3
1
670
変わらないものが、変わるものを決める — 意図駆動開発 × イベントソーシング × イミュータブル | What Doesn't Change Decides What Can — IDD × Event Sourcing × Immutability
tomohisa
0
1.3k
為什麼你並不需要ViewModel / No, you don't need a ViewModel
lovee
1
480
わからない話を追いかけたら、プログラミング言語を作る側にいた
ydah
3
470
源内ハンズオン概要編
hideg
0
120
生成AI導入の「期待外れ」を乗り越える ー 開発フロー改革が目指す、真の組織変革
starfish719
0
4k
テーブルをDELETEした
yuzneri
0
140
Featured
See All Featured
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
360
Why You Should Never Use an ORM
jnunemaker
PRO
61
10k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
400
Are puppies a ranking factor?
jonoalderson
1
3.8k
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
440
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
1.2k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
480
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
360
The Art of Programming - Codeland 2020
erikaheidi
57
14k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Faster Mobile Websites
deanohume
310
32k
Git: the NoSQL Database
bkeepers
PRO
432
67k
Transcript
RailsGirls Timisoara
Web Applications The True Story Opinionated!
$whoami Detour #1
Detour #1
Detour #1 20h ?!?!
the Internet
Internet #1 It’s a network Think of an infrastructure that
you can build on.
Internet #1 CFR is a network
Internet #1 The internet is a global network!
Internet #1
Internet #1 Other services: Mail Chat File Transfer Games
Internet #1 Services can be built open the network!
Example #1 Each node on the internet has an address
82.77.159.109 72.21.194.212 72.21.194.212 199.16.156.38 93.184.216.119 107.23.103.51 12.129.242.30 82.77.159.114 206.220.43.92 Internet Protocol Address (IP)
Internet #1 DNS google.com -> 82.77.159.109 twitter.com -> 199.16.156.38 facebook.com
-> 173.252.110.27 cancan.ro -> 85.204.233.78 The DNS is built over the internet
the Web
Example #2 Each node on the internet is a computer.
82.77.159.109 72.21.194.212 72.21.194.212 199.16.156.38 93.184.216.119 107.23.103.51 12.129.242.30 82.77.159.114 206.220.43.92
Example #2 Each node on the internet is a computer.
82.77.159.109 72.21.194.212 72.21.194.212 199.16.156.38 93.184.216.119 107.23.103.51 12.129.242.30 82.77.159.114 206.220.43.92
Web #1 Each node on the internet is a computer.
82.77.159.109
Web #1 Each node on the internet is a computer.
82.77.159.109
Web #1 Each node on the internet is a computer.
82.77.159.109
Web #1 82.77.159.109 Browser Server
Web #1 82.77.159.109 Dear 82.77.159.109˝ Get me the main page˝
(please)˝ xoxo Browser Browser Server Request
Web #1 82.77.159.109 Browser Server Request
Web #1 The Web was started by Sir Tim Berners
Lee (CERN - 1989) Hypertext - a structured of document Anything can link to anything Governed by W3C standards
Web #1 Browser Server HTTP Hypertext Transfer Protocol
Web #1 Browser Server HTTP HyperText Markup Language
Web #1 Browser Server HTTP HyperText Markup Language
Web #1 Browser Server HTTP HyperText Markup Language
Web #1
Web #1
Web #1 Browser Server HTTP Dynamically generated pages
Web #1 Browser Server HTTP Dynamically generated pages
Recap #1 Internet is the network The web is a
service built over the internet The web has something to do with documents Documents are written in HTML
Recap #1 Q/A
Recap #1 Thanks!