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
640
Tech Culture in Startups
alexbeletsky
0
210
TDD in JavaScript
alexbeletsky
4
840
This is Node.js
alexbeletsky
10
420
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
600
Other Decks in Programming
See All in Programming
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1k
C++20 射影変換
faithandbrave
0
520
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
170
5つのアンチパターンから学ぶLT設計
narihara
1
110
DroidKnights 2025 - 다양한 스크롤 뷰에서의 영상 재생
gaeun5744
3
310
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
420
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
190
童醫院敏捷轉型的實踐經驗
cclai999
0
180
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
560
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
120
WindowInsetsだってテストしたい
ryunen344
1
190
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
16
3.2k
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Code Review Best Practice
trishagee
68
18k
Building Applications with DynamoDB
mza
95
6.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
940
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
790
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
What's in a price? How to price your products and services
michaelherold
246
12k
Scaling GitHub
holman
459
140k
Faster Mobile Websites
deanohume
307
31k
Making Projects Easy
brettharned
116
6.3k
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