btbytes' tech notes
Collecting drift wood from a tech stream.
Saturday, July 7, 2012
Monday, June 25, 2012
Prose.IO
http://prose.io -- is a content editor for github.
github provides online editor to edit code and commit. However, when it comes to
editing web pages, either in markdown format (which is widely supported at github in wikis, comments, gh-pages etc.,)
or HTML, the online editor is not quite *nice*.
Prose.IO, true to it's name is very good at editing content by removing distractions.
The technology is also quite interesting:
It is almost-completely a client side application. Github exposes the user data as REST APIs which is
consumed using github.js library (https://github.com/michael/github).
The only place where server side code is involved is to handle OAuth2 authentication. It will be interesting
to see if this work around is needed for all such APIs or it is corner-case specific to github.
Wednesday, June 13, 2012
What does Continuous Deployment mean to your team?
- Engineers: Commit code and it will be live in production in ~8 minutes, automatically
- Ops: Deliver same-day fixes for customer issues
- ales: Receive quick turn-around on pulling metrics and one-offs
- Product: See that every day we're better than the day before
Friday, June 8, 2012
jetpants
Jetpants is an automation toolkit for handling monstrously large MySQL
database topologies.
https://github.com/tumblr/jetpants
Being a project evolved from production demands, this could be a solid
project. I wonder
what it would take to port the ideas to postgresql? What would be the
challenges?
Is there anything in postgresql's architecture that would make this
easier, harder?
Sunday, February 12, 2012
Friday, January 28, 2011
A quick primer on redis key-value database
redis: the AK-47 of databases
Gives a command line driven peek into installation, configuration options, transactions and pub/sub.
Sublime Text: The text editor
Sublime Text is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features.
A few positive comments on this editor on HN
Subscribe to:
Posts (Atom)