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
.NET developer in JavaScript world
Search
Alexander Beletsky
April 14, 2013
Programming
1
2.7k
.NET developer in JavaScript world
Lightning talk I gave in #OdessaJS conference
Alexander Beletsky
April 14, 2013
Tweet
Share
More Decks by Alexander Beletsky
See All by Alexander Beletsky
Snapshot Testing: Going beyond UI
alexbeletsky
1
580
Tech Culture in Startups
alexbeletsky
0
170
TDD in JavaScript
alexbeletsky
4
830
This is Node.js
alexbeletsky
10
390
Likeastore
alexbeletsky
3
120
PaaS in your pocker with Dokku
alexbeletsky
7
2.4k
Building Single Page Applications
alexbeletsky
9
5.3k
How to write good tests?
alexbeletsky
2
270
Dynamic web development with Oak
alexbeletsky
1
570
Other Decks in Programming
See All in Programming
【Kaigi on Rails 2024】YOUTRUST スポンサーLT
krpk1900
0
210
Nuxt UI Pro、NuxtHub、Nuxt Scripts、Nuxtエコシステムをふんだんに利用して開発するコーポレートサイト@Vue Fes Japan 2024
shingangan
3
840
テスト駆動開発✅️
akitoshiga
1
210
とにかくAWS GameDay!AWSは世界の共通言語!.pdf / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
0
160
AWS IaCの注目アップデート 2024年10月版
konokenj
3
2.1k
Progressive Web Apps für Desktop und Mobile mit Angular (Hands-on)
christianliebel
PRO
0
100
[PyCon Korea 2024 Keynote] 커뮤니티와 파이썬, 그리고 우리
beomi
0
110
Going Staff - Keynote edition
pragtob
0
430
Golang と Erlang
taiyow
8
1.8k
gopls を改造したら開発生産性が高まった
satorunooshie
8
230
go.mod、DockerfileやCI設定に分散しがちなGoのバージョンをまとめて管理する / Go Connect #3
arthur1
10
2.3k
/←このスケジュール表に立ち向かう フロントエンド開発戦略 / A front-end development strategy to tackle a single-slash schedule.
nrslib
1
580
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
231
17k
10 Git Anti Patterns You Should be Aware of
lemiorhan
653
59k
Git: the NoSQL Database
bkeepers
PRO
425
64k
Bash Introduction
62gerente
608
210k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
4 Signs Your Business is Dying
shpigford
180
21k
Building an army of robots
kneath
302
42k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
106
49k
GitHub's CSS Performance
jonrohan
1030
460k
Unsuck your backbone
ammeep
668
57k
Practical Orchestrator
shlominoach
186
10k
Navigating Team Friction
lara
183
14k
Transcript
.NET Developer in JavaScript World The story
Just realized… I’m not doing .NET for ~1 year
WTF?
None
jQuery
.NET
Backbone.js + Node.js
I know JavaScript … I thought
$(function () { // do stuff here.. });
Long and hard path of learning…
Did JavaScript change me as developer?
… JS is dynamic var obj = { foo: function
() { } }; obj.boo = function (param) { };
… JS infrastructure is light $ node server.js
… Node.js var app = express(); app.get(‘/’, function (req, res)
{ res.end(); });
Thanks, @alexbeletsky