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
Blogging and writing about JavaScript
Search
mulderp
September 04, 2014
Programming
2
940
Blogging and writing about JavaScript
A talk on the background of my blog and my book, as well a bit of JavaScript
mulderp
September 04, 2014
Tweet
Share
More Decks by mulderp
See All by mulderp
Node.js for Embedded Systems
mulderp
1
2.8k
Nodebotsday
mulderp
1
130
I2C basics with Arduino
mulderp
0
220
Sharing hardware with JavaScript
mulderp
1
210
Arduino October meetup
mulderp
0
120
Physical JavaScript with Johnny-5, Cylon and Tessel
mulderp
1
1.1k
Minimum Viable Interactions
mulderp
3
620
Arduino July Meetup
mulderp
0
110
Handlebones
mulderp
0
210
Other Decks in Programming
See All in Programming
モデル駆動設計をやってみよう Modeling Forum2025ワークショップ/Let’s Try Model-Driven Design
haru860
0
160
予防に勝る防御なし(2025年版) - 堅牢なコードを導く様々な設計のヒント / Growing Reliable Code PHP Conference Fukuoka 2025
twada
PRO
39
13k
全員アーキテクトで挑む、 巨大で高密度なドメインの紐解き方
agatan
3
3.2k
自動テストを活かすためのテスト分析・テスト設計の進め方/JaSST25 Shikoku
goyoki
3
700
What's New in Web AI?
christianliebel
PRO
0
130
DartASTとその活用
sotaatos
2
140
開発生産性が組織文化になるまでの軌跡
tonegawa07
0
180
flutter_kaigi_2025.pdf
kyoheig3
1
350
2026年向け会社紹介資料
misu
0
240
Feature Flags Suck! - KubeCon Atlanta 2025
phodgson
0
150
JJUG CCC 2025 Fall: Virtual Thread Deep Dive
ternbusty
3
460
What’s Fair is FAIR: A Decentralised Future for WordPress Distribution
rmccue
0
190
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
It's Worth the Effort
3n
187
28k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
A better future with KSS
kneath
239
18k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Context Engineering - Making Every Token Count
addyosmani
9
400
Done Done
chrislema
186
16k
Site-Speed That Sticks
csswizardry
13
970
What's in a price? How to price your products and services
michaelherold
246
12k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
The Cost Of JavaScript in 2023
addyosmani
55
9.3k
Transcript
Blogging and writing about JavaScript MunichJS Patrick Mulder @mulpat September
2014
blogging! is free
prepare for! books
But you are here for JavaScript, right?
Blogs help, inspire, connect [ you with the javascript community
] http://thinkingonthinking.com/new-kid-on-the-blog/
http://thinkingonthinking.com/organizing-a-backbone-application/ An example
@nzgb
@rauschma
Donald Knuth wrote “The Art of Computer Programming” (Vol. 1-4)
–Donald Knuth (inventor of TeX1) “My current programs generally describe
what worked and what didn’t work, and they proceed both bottom-up and top-down” 1) maybe the first blogging engine From LonelyScholar Press
Language
“The author uses a lot of buzzwords that either are
not explained thoroughly or are never used again” - some other blogger
Style
https://signalvnoise.com/posts/3375-the-five-programming- books-that-meant-most-to-me “If you consider programming to be a subset
of writing, then you would also do well to read Elements of Style and On Writing Well. “ - David Heinemeier Hansson
Blogging Engines
Platforms
Jekyll1) 1) Ruby and Grunt based
cabin Node based but depends on compass
$ cabin new blog ! . ├── Gruntfile.js ├── dist
├── node_modules ├── package.json ├── posts │ ├── candyTheme.md │ ├── markdownTest.md │ └── samplePost.md └── src ├── images ├── layouts ├── pages ├── scripts └── styles http://www.cabinjs.com/
hexo.io fully Node
roots.cx - nice project configuration - clean directory structure -
some opinions: jade, stylus, coffee
Deployment! and Hosting
Github Pages $ git push origin master
$ divshot push [production]
Amazon S3 $ s3cmd sync // but access control can
be painful
Build your own engine… … this is another talk
spreading! the word
try to have .rss feed $ head _site/atom.xml! <?xml version="1.0"
encoding="utf-8"?>! <feed xmlns="http://www.w3.org/2005/Atom">! ! <title>thinking_on thinking</title>! <link href="http://mulderp.github.com/atom.xml" rel="self"/>! <link href="http://mulderp.github.com/"/>! <updated>2014-06-16T21:05:46+02:00</updated>! <id>http://mulderp.github.com</id>! <author>! <name>Patrick Mulder</name>
EchoJS
javascript reddit
news.ycombinator.com
JavaScript newsletter
Tracking visitors
blogging is free blogging is easy blogging may help you
and others
Thank you!
Munich Arduino meetup