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.8k
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
55
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.6k
Building Ethereum powered DApps
arpit
0
61
Firebase For Mobile Developers
arpit
1
60
Getting Started with WebVR
arpit
0
2.4k
Towards a Decentralized Web
arpit
0
70
The State of Blockchain Technology
arpit
0
4.2k
Going (React) Native
arpit
0
4k
SXSW 2017
arpit
0
64
Other Decks in Programming
See All in Programming
Data-Centric Kaggle
isax1015
2
690
AtCoder Conference 2025
shindannin
0
970
PostgreSQLで手軽にDuckDBを使う!DuckDB&pg_duckdb入門/osc25hi-duckdb
takahashiikki
0
260
コマンドとリード間の連携に対する脅威分析フレームワーク
pandayumi
1
400
Patterns of Patterns
denyspoltorak
0
1.1k
副作用をどこに置くか問題:オブジェクト指向で整理する設計判断ツリー
koxya
1
530
高速開発のためのコード整理術
sutetotanuki
1
300
公共交通オープンデータ × モバイルUX 複雑な運行情報を 『直感』に変換する技術
tinykitten
PRO
0
200
OSSとなったswift-buildで Xcodeのビルドを差し替えられるため 自分でXcodeを直せる時代になっている ダイアモンド問題編
yimajo
3
420
HTTPプロトコル正しく理解していますか? 〜かわいい猫と共に学ぼう。ฅ^•ω•^ฅ ニャ〜
hekuchan
2
660
カスタマーサクセス業務を変革したヘルススコアの実現と学び
_hummer0724
0
120
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
120
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.9k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
43
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.9k
Un-Boring Meetings
codingconduct
0
180
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
1
41
Tell your own story through comics
letsgokoyo
1
790
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
430
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
130
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
51
Odyssey Design
rkendrick25
PRO
0
470
Into the Great Unknown - MozCon
thekraken
40
2.2k
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