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
40
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.6k
Building Ethereum powered DApps
arpit
0
55
Firebase For Mobile Developers
arpit
1
43
Getting Started with WebVR
arpit
0
2.3k
Towards a Decentralized Web
arpit
0
59
The State of Blockchain Technology
arpit
0
4k
Going (React) Native
arpit
0
3.8k
SXSW 2017
arpit
0
59
Other Decks in Programming
See All in Programming
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
690
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
480
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
460
「次に何を学べばいいか分からない」あなたへ──若手エンジニアのための学習地図
panda_program
3
640
Hack Claude Code with Claude Code
choplin
8
2.8k
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
1.1k
Jakarta EE Meets AI
ivargrimstad
0
260
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
640
構造化・自動化・ガードレール - Vibe Coding実践記 -
tonegawa07
0
140
Workers を定期実行する方法は一つじゃない
rokuosan
0
130
Streamlitで実現できるようになったこと、実現してくれたこと
ayumu_yamaguchi
2
210
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
580
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
Agile that works and the tools we love
rasmusluckow
329
21k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Visualization
eitanlees
146
16k
Code Review Best Practice
trishagee
69
19k
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
Automating Front-end Workflow
addyosmani
1370
200k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Unsuck your backbone
ammeep
671
58k
Bash Introduction
62gerente
613
210k
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