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
What Is The Best Programming Language For Your ...
Search
Yevhen "Eugene" Kuzminov
June 04, 2016
Programming
0
230
What Is The Best Programming Language For Your Web Product
MobiDev Experts Day 2016
Yevhen "Eugene" Kuzminov
June 04, 2016
Tweet
Share
More Decks by Yevhen "Eugene" Kuzminov
See All by Yevhen "Eugene" Kuzminov
A year (+½) with Hanami in production: the Good, the Bad and some Recipes
ijackua
1
2k
Hanami - нова надія Ruby чи "імперія ходить по тим самим граблям"?
ijackua
0
110
What Is The Best Programming Language For Your Web Product?
ijackua
0
140
Organizing an architecture of your Ruby on Rails app with Trailblazer 2.0
ijackua
4
380
Railway Oriented Programming in PHP
ijackua
0
500
Uploaded Evolve Your Web Product With A New Technology Stack
ijackua
0
48
MobiDev Meetup Intro
ijackua
0
130
Ruby Web Dev: The Other Way. Architecture aspects
ijackua
0
890
“We like to hate PHP" or bittersweet lessons learned from the Ruby ecosystem
ijackua
1
110
Other Decks in Programming
See All in Programming
ドメイン駆動設計とXPで支える子どもの未来 / Domain-Driven Design and XP Supporting Children's Future
nrslib
0
350
Rethinking Data Access: The New httpResource in Angular
manfredsteyer
PRO
0
190
當開發遇上包裝:AI 如何讓產品從想法變成商品
clonn
0
110
データベースの技術選定を突き詰める ~複数事例から考える最適なデータベースの選び方~
nnaka2992
3
3.9k
バランスを見極めよう!実装の意味を明示するための型定義 TSKaigi 2025 Day2 (5/24)
whatasoda
2
710
Building an Application with TDD, DDD and Hexagonal Architecture - Isn't it a bit too much?
mufrid
0
360
がんばりすぎないコーディングルール運用術
tsukakei
1
110
抽象データ型について学んだ
ryounasso
0
200
AIにコードを生成するコードを作らせて、再現性を担保しよう! / Let AI generate code to ensure reproducibility
yamachu
7
5.6k
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
180
バリデーションライブラリ徹底比較
nayuta999999
1
210
人には人それぞれのサービス層がある
shimabox
2
320
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
How STYLIGHT went responsive
nonsquared
100
5.6k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Faster Mobile Websites
deanohume
307
31k
Practical Orchestrator
shlominoach
187
11k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.5k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Scaling GitHub
holman
459
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.3k
Transcript
What Is The Best Programming Language For Your Web Product?
Ievgen Kuzminov http://stdout.in @iJackUA 7+ years in Web Development Ruby
Team Lead in MobiDev Author of http://rwdtow.stdout.in
Dilemma How do we choose programming language for a product
? ❏ There is no “bad” languages ❏ The “best” lang - is the lang you know! ❏ Ecosystem does matter
Speed vs Quality vs Price Requests per Second in “Hello
World” has nothing to do here...
Recent decade of The Web Dev
The World Has Changed
WAT? ❏ Backend ~> Frontend ❏ Relational ~> Denormalized ❏
Majestic Monolith ~> Microservices ❏ Static ~> Realtime ❏ a lot more ...
A new choice ❏ Application criterias ❏ Ecosystem: packages, tools,
community ❏ Evolution roadmap ❏ A bit of personal “taste”
Master of “yellow” titles ❏ PHP is not so awful
❏ Ruby is not so awesome ❏ Node.JS is not so almighty
Master of “yellow” titles ❏ PHP is not so awful
❏ Ruby is not so awesome ❏ Node.JS is not so almighty ❏ “This city needs a hero”
Language
Language ❏ Evolution ❏ Syntax ❏ DSL ❏ Metaprogramming
Language ❏ Execution flow (sync, async) ❏ Performance ❏ Concurrency
❏ Debug
Ecosystem
Ecosystem ❏ Packages ❏ Web frameworks ❏ Tests ❏ Daemons
❏ Deployment ❏ IDE
Human Resources
Human Resources ❏ Entry level. Familiarity. ❏ Skills ❏ Poka-yoke
❏ Hiring
❏ Low entry barrier ❏ Bigger market ❏ Cheaper Developers:
❏ Pure PHP ~> Frameworks ❏ Harder to filter skilled devs NB!
❏ Quick start with Rails ❏ MVP oriented ❏ Harder
to scale Developers: ❏ Solely Rails oriented ❏ Easier to filter skilled devs NB!
❏ Aimed to API/Realtime ❏ Node.JS is everywhere ❏ Harder
to maintain backend Developers: ❏ Come from Frontend ❏ Closer to Full-Stack NB!
Dark Horses of Web Development
Elixir, Go, Closure and others ❏ Compiled (fast) ❏ Much
better performance ❏ Close to system level ❏ Functional approaches ❏ Multi-core concurrency
❏ Erlang + OTP ❏ Functional ❏ Ruby-like syntax ❏
Friendly web framework ❏ Metaprogramming ❏ Scaling ❏ Fault tolerance NB! http://elixir-lang.org
A new choice (once again!) ❏ Application criterias ❏ Ecosystem:
packages, tools, community ❏ Evolution roadmap ❏ A lot of personal “taste”
Brief conclusion ❏ PHP: “classic” web portal ❏ Ruby: web
portal + background jobs ❏ Node.JS: isomorphic app, API + SPA ❏ Elixir: your next “world class” pet-project
Thank you!
[email protected]
http://stdout.in @iJackUA Questions ?