Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
What Is The Best Programming Language For Your Web Product
Yevhen "Eugene" Kuzminov
June 04, 2016
Programming
0
120
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
1k
Hanami - нова надія Ruby чи "імперія ходить по тим самим граблям"?
ijackua
0
86
What Is The Best Programming Language For Your Web Product?
ijackua
0
68
Organizing an architecture of your Ruby on Rails app with Trailblazer 2.0
ijackua
4
330
Railway Oriented Programming in PHP
ijackua
0
410
Uploaded Evolve Your Web Product With A New Technology Stack
ijackua
0
31
MobiDev Meetup Intro
ijackua
0
110
Ruby Web Dev: The Other Way. Architecture aspects
ijackua
0
810
“We like to hate PHP" or bittersweet lessons learned from the Ruby ecosystem
ijackua
1
64
Other Decks in Programming
See All in Programming
社会人 20 年目エンジニア、発信で技術学びなおしてる話
e99h2121
1
130
【DevFest & ADS JP 22】チームで導入する
[email protected]
おいしい健康
kako351
0
210
Cloudflare WorkersでGoを動かすライブラリを作っている話
syumai
1
290
新卒2年目がデータ分析API開発に挑戦【Stapy#88】/data-science-api-begginer
matsuik
0
330
Azure Functionsをサクッと開発、サクッとデプロイ/vscodeconf2023-baba
nina01
1
320
Refactor with using `available` and `deprecated`
417_72ki
3
370
フロントエンドで学んだことをデータ分析で使ってみた話
daichi_igarashi
0
160
スタック・オーバーフローに コントリビュートしはじめて良かったこと🐣
takuyakikuchi
1
120
フロントエンドで 良いコードを書くために
t_keshi
3
1.6k
Qiita Night PHP 2023
fuwasegu
0
830
tidy_rpart
bk_18
0
510
Writing Greener Java Applications
hollycummins
0
330
Featured
See All Featured
Keith and Marios Guide to Fast Websites
keithpitt
407
21k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
15
1.2k
Designing for Performance
lara
601
65k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
29
7.8k
Bash Introduction
62gerente
601
210k
Fireside Chat
paigeccino
16
1.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
22
42k
Testing 201, or: Great Expectations
jmmastey
25
5.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
109
16k
BBQ
matthewcrist
75
8.1k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
22
1.7k
The Straight Up "How To Draw Better" Workshop
denniskardys
226
130k
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 ?