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
32
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.5k
Building Ethereum powered DApps
arpit
0
47
Firebase For Mobile Developers
arpit
1
25
Getting Started with WebVR
arpit
0
2.2k
Towards a Decentralized Web
arpit
0
39
The State of Blockchain Technology
arpit
0
3.8k
Going (React) Native
arpit
0
3.6k
SXSW 2017
arpit
0
57
Other Decks in Programming
See All in Programming
C++でシェーダを書く
fadis
6
4.1k
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
110
Functional Event Sourcing using Sekiban
tomohisa
0
110
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
どうして僕の作ったクラスが手続き型と言われなきゃいけないんですか
akikogoto
1
120
Macとオーディオ再生 2024/11/02
yusukeito
0
390
Realtime API 入門
riofujimon
0
150
광고 소재 심사 과정에 AI를 도입하여 광고 서비스 생산성 향상시키기
kakao
PRO
0
180
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
5
970
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
1.1k
CSC509 Lecture 13
javiergs
PRO
0
110
Tauriでネイティブアプリを作りたい
tsucchinoko
0
380
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Producing Creativity
orderedlist
PRO
341
39k
Six Lessons from altMBA
skipperchong
27
3.5k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
Building Applications with DynamoDB
mza
90
6.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
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