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
190
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
1.9k
Hanami - нова надія Ruby чи "імперія ходить по тим самим граблям"?
ijackua
0
100
What Is The Best Programming Language For Your Web Product?
ijackua
0
130
Organizing an architecture of your Ruby on Rails app with Trailblazer 2.0
ijackua
4
370
Railway Oriented Programming in PHP
ijackua
0
480
Uploaded Evolve Your Web Product With A New Technology Stack
ijackua
0
44
MobiDev Meetup Intro
ijackua
0
120
Ruby Web Dev: The Other Way. Architecture aspects
ijackua
0
870
“We like to hate PHP" or bittersweet lessons learned from the Ruby ecosystem
ijackua
1
93
Other Decks in Programming
See All in Programming
useSyncExternalStoreを使いまくる
ssssota
5
970
rails stats で紐解く ANDPAD のイマを支える技術たち
andpad
1
280
Criando Commits Incríveis no Git
marcelgsantos
2
160
Recoilを剥がしている話
kirik
4
6.3k
testcontainers のススメ
sgash708
1
110
フロントエンドのディレクトリ構成どうしてる? Feature-Sliced Design 導入体験談
osakatechlab
8
4k
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
260
クリエイティブコーディングとRuby学習 / Creative Coding and Learning Ruby
chobishiba
0
3.8k
テストコード文化を0から作り、変化し続けた組織
kazatohiei
2
1.4k
The Efficiency Paradox and How to Save Yourself and the World
hollycummins
1
410
Keeping it Ruby: Why Your Product Needs a Ruby SDK - RubyWorld 2024
envek
0
160
複雑な仕様に立ち向かうアーキテクチャ
myohei
0
160
Featured
See All Featured
For a Future-Friendly Web
brad_frost
175
9.4k
Building Adaptive Systems
keathley
38
2.3k
Site-Speed That Sticks
csswizardry
1
180
Documentation Writing (for coders)
carmenintech
66
4.5k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
510
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
1
160
Mobile First: as difficult as doing things right
swwweet
222
9k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Faster Mobile Websites
deanohume
305
30k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
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 ?