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
Coding Different
Search
Arpit Mathur
June 25, 2017
Programming
0
1.7k
Coding Different
A collection of alternate ideas on programming workflows
Arpit Mathur
June 25, 2017
Tweet
Share
More Decks by Arpit Mathur
See All by Arpit Mathur
Living at the Intersection of Blockchains and Machine Learning
arpit
0
34
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.5k
Building Ethereum powered DApps
arpit
0
48
Firebase For Mobile Developers
arpit
1
28
Getting Started with WebVR
arpit
0
2.2k
Towards a Decentralized Web
arpit
0
44
The State of Blockchain Technology
arpit
0
3.9k
Going (React) Native
arpit
0
3.6k
SXSW 2017
arpit
0
58
Other Decks in Programming
See All in Programming
週次リリースを実現するための グローバルアプリ開発
tera_ny
1
110
創造的活動から切り拓く新たなキャリア 好きから始めてみる夜勤オペレーターからSREへの転身
yjszk
1
140
Jakarta EE meets AI
ivargrimstad
0
280
これが俺の”自分戦略” プロセスを楽しんでいこう! - Developers CAREER Boost 2024
niftycorp
PRO
0
200
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
5
950
良いユニットテストを書こう
mototakatsu
8
3.1k
EC2からECSへ 念願のコンテナ移行と巨大レガシーPHPアプリケーションの再構築
sumiyae
2
430
Webエンジニア主体のモバイルチームの 生産性を高く保つためにやったこと
igreenwood
0
340
歴史と現在から考えるスケーラブルなソフトウェア開発のプラクティス
i10416
0
130
iOS開発におけるCopilot For XcodeとCode Completion / copilot for xcode
fuyan777
1
110
fs2-io を試してたらバグを見つけて直した話
chencmd
0
240
rails stats で紐解く ANDPAD のイマを支える技術たち
andpad
1
300
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
Designing for humans not robots
tammielis
250
25k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
Designing Experiences People Love
moore
138
23k
Testing 201, or: Great Expectations
jmmastey
41
7.1k
Mobile First: as difficult as doing things right
swwweet
222
9k
How GitHub (no longer) Works
holman
311
140k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Transcript
CODING DIFFERENT ARPIT MATHUR @ARPIT A Collection of alternate ideas
on writing software
None
BLOCK BASED PROGRAMMING
Scratch at MIT SCRATCH
http://www.mblock.cc/ mBlock (Arduino)
FLOW BASED PROGRAMMING
GUI programming for iOS apps. Links: Scratch at MIT XCODE
STORYBOARDS
Node based interface for Unreal editor Links: https://docs.unrealengine.com/latest/INT/Engine/Blueprints/ UNREAL BLUEPRINTS
JavaScript implementation of Flow-Based Programming (FBP). Separating the control flow
of software from the actual software logic. Links: https://noflojs.org/ NOFLO
Treeline is a project by the Sails core team to
make Node.js more approachable. Links: https://treeline.io/ TREELINE
The main purpose of DRAKON Editor is capturing and editing
algorithmic knowledge, it can also be used to build programs Links: The Drakon Programming Language DRAKON
NOTEBOOKS
Jupyter/iPython Notebooks
Xcode Playground
https://storybook.js.org/ Storybooks (JS)
THANKS @ARPIT