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
36
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.5k
Building Ethereum powered DApps
arpit
0
49
Firebase For Mobile Developers
arpit
1
33
Getting Started with WebVR
arpit
0
2.3k
Towards a Decentralized Web
arpit
0
46
The State of Blockchain Technology
arpit
0
3.9k
Going (React) Native
arpit
0
3.7k
SXSW 2017
arpit
0
59
Other Decks in Programming
See All in Programming
ASP. NET CoreにおけるWebAPIの最新情報
tomokusaba
0
190
AWSマネコンに複数のアカウントで入れるようになりました
yuhta28
2
150
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
28
6.1k
Pythonでもちょっとリッチな見た目のアプリを設計してみる
ueponx
0
220
ErdMap: Thinking about a map for Rails applications
makicamel
1
1.1k
カンファレンス動画鑑賞会のススメ / Osaka.swift #1
hironytic
0
200
EC2からECSへ 念願のコンテナ移行と巨大レガシーPHPアプリケーションの再構築
sumiyae
3
630
WebDriver BiDiとは何なのか
yotahada3
1
100
盆栽転じて家具となる / Bonsai and Furnitures
aereal
0
2.2k
asdf-ecspresso作って 友達が増えた話 / Fujiwara Tech Conference 2025
koluku
0
1.6k
サーバーゆる勉強会 DBMS の仕組み編
kj455
1
360
Vue.jsでiOSアプリを作る方法
hal_spidernight
0
120
Featured
See All Featured
A better future with KSS
kneath
238
17k
Practical Orchestrator
shlominoach
186
10k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Building Applications with DynamoDB
mza
93
6.2k
No one is an island. Learnings from fostering a developers community.
thoeni
20
3.1k
We Have a Design System, Now What?
morganepeng
51
7.4k
Designing Experiences People Love
moore
139
23k
How STYLIGHT went responsive
nonsquared
96
5.3k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Producing Creativity
orderedlist
PRO
343
39k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
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