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.8k
.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
660
Tech Culture in Startups
alexbeletsky
0
210
TDD in JavaScript
alexbeletsky
4
840
This is Node.js
alexbeletsky
10
430
Likeastore
alexbeletsky
3
130
PaaS in your pocker with Dokku
alexbeletsky
7
2.5k
Building Single Page Applications
alexbeletsky
9
5.4k
How to write good tests?
alexbeletsky
2
310
Dynamic web development with Oak
alexbeletsky
1
610
Other Decks in Programming
See All in Programming
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
860
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
10
4.2k
はじめてのMaterial3 Expressive
ym223
2
740
チームのテスト力を鍛える
goyoki
2
130
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
690
私の後悔をAWS DMSで解決した話
hiramax
4
210
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
320
概念モデル→論理モデルで気をつけていること
sunnyone
2
230
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
Improving my own Ruby thereafter
sisshiki1969
1
160
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
310
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
How GitHub (no longer) Works
holman
315
140k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Being A Developer After 40
akosma
90
590k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Git: the NoSQL Database
bkeepers
PRO
431
66k
4 Signs Your Business is Dying
shpigford
184
22k
Scaling GitHub
holman
463
140k
Documentation Writing (for coders)
carmenintech
74
5k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
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