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
CSC509 Lecture 05
javiergs
PRO
0
300
Back to the Future: Let me tell you about the ACP protocol
terhechte
0
130
チームの境界をブチ抜いていけ
tokai235
0
100
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
240
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
150
CSC305 Lecture 01
javiergs
PRO
1
400
AI Coding Meetup #3 - 導入セッション / ai-coding-meetup-3
izumin5210
0
630
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
200
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
190
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1k
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
140
CSC509 Lecture 01
javiergs
PRO
1
430
Featured
See All Featured
Embracing the Ebb and Flow
colly
88
4.8k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
Optimizing for Happiness
mojombo
379
70k
Building Applications with DynamoDB
mza
96
6.6k
GitHub's CSS Performance
jonrohan
1032
460k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Visualization
eitanlees
148
16k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
KATA
mclloyd
32
15k
The Art of Programming - Codeland 2020
erikaheidi
56
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