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
39
The Humane Machine: Building AI systems with Emotional Intelligence
arpit
0
2.5k
Building Ethereum powered DApps
arpit
0
52
Firebase For Mobile Developers
arpit
1
38
Getting Started with WebVR
arpit
0
2.3k
Towards a Decentralized Web
arpit
0
56
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
インターフェース設計のコツとツボ
togishima
2
500
FastMCPでMCPサーバー/クライアントを構築してみる
ttnyt8701
2
100
バランスを見極めよう!実装の意味を明示するための型定義 TSKaigi 2025 Day2 (5/24)
whatasoda
2
780
Efficiency and Rock 'n’ Roll (Really!)
hollycummins
0
600
TypeScript LSP の今までとこれから
quramy
0
140
Rethinking Data Access: The New httpResource in Angular
manfredsteyer
PRO
0
220
ワンバイナリWebサービスのススメ
mackee
10
7.5k
TypeScript だけを書いて Tauri でデスクトップアプリを作ろう / Tauri with only TypeScript
tris5572
2
540
Agent Rules as Domain Parser
yodakeisuke
1
350
Doma で目指す ORM 最適解
nakamura_to
1
160
JSAI2025 RecSysChallenge2024 優勝報告
unonao
1
380
eBPFを用いたAIネットワーク監視システム論文の実装 / eBPF Japan Meetup #4
yuukit
3
630
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
76
5.8k
Gamification - CAS2011
davidbonilla
81
5.3k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
A better future with KSS
kneath
239
17k
BBQ
matthewcrist
88
9.7k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
1
82
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
660
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.3k
Code Reviewing Like a Champion
maltzj
523
40k
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