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
610
Tech Culture in Startups
alexbeletsky
0
180
TDD in JavaScript
alexbeletsky
4
830
This is Node.js
alexbeletsky
10
400
Likeastore
alexbeletsky
3
120
PaaS in your pocker with Dokku
alexbeletsky
7
2.5k
Building Single Page Applications
alexbeletsky
9
5.3k
How to write good tests?
alexbeletsky
2
280
Dynamic web development with Oak
alexbeletsky
1
580
Other Decks in Programming
See All in Programming
ARA Ansible for the teams
kksat
0
150
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
110
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
120
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
220
Amazon S3 TablesとAmazon S3 Metadataを触ってみた / 20250201-jawsug-tochigi-s3tables-s3metadata
kasacchiful
0
100
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
『GO』アプリ データ基盤のログ収集システムコスト削減
mot_techtalk
0
110
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
130
DevinとCursorから学ぶAIエージェントメモリーの設計とMoatの考え方
itarutomy
1
640
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
160
XStateを用いた堅牢なReact Components設計~複雑なClient Stateをシンプルに~ @React Tokyo ミートアップ #2
kfurusho
1
770
テストをしないQAエンジニアは何をしているか?
nealle
0
130
Featured
See All Featured
Site-Speed That Sticks
csswizardry
3
370
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
950
How to train your dragon (web standard)
notwaldorf
90
5.8k
How to Ace a Technical Interview
jacobian
276
23k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Become a Pro
speakerdeck
PRO
26
5.1k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
51k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
BBQ
matthewcrist
86
9.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
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