web-dev 4341
peterkeen/dokuen · GitHub
3 days ago by casey.chow
Dokuen is a "personal app platform". It's the same idea as all of these PaaS and IaaS services out there, except you host it on your own machine. It's specifically for hosting multiple 12-factor applications on one Mac. Here is an article that explains my motivations.
cloud
deployment
github
programming
web-dev
3 days ago by casey.chow
jquery - How to properly set the 100% DIV height to match document/window height? - Stack Overflow
4 days ago by casey.chow
html, body {
height:100%;
}
#wrapper {
min-height:100%;
}
css
web-dev
height:100%;
}
#wrapper {
min-height:100%;
}
4 days ago by casey.chow
Mocking Up Is Hard To Do
8 days ago by eosuchian
Recently at Bearded we made a pretty drastic decision in terms of our web design process: we’re not creating mock-ups anymore. That is to say: we’re not creating flat, Photoshop/Illustrator-produced mock-ups of websites, which we present to clients as JPGs or PNGs. And that’s because we’re not designing in those programs anymore. The more time we’ve spent working on responsive websites, the clearer it’s become that mock-ups aren’t very good representations of the final product
web-dev
8 days ago by eosuchian
Insanely fast, headless full-stack testing using Node.js
browser
nodejs
testing
web-dev
14 days ago by casey.chow
If you're going to write an insanely fast, headless browser, how can you not call it Zombie? Zombie it is.
Zombie.js is a lightweight framework for testing client-side JavaScript code in a simulated environment. No browser required.
14 days ago by casey.chow
Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison :: KKovacs
database
web-dev
development
14 days ago by casey.chow
But the differences between NoSQL databases are much bigger than it ever was between one SQL database and another. This means that it is a bigger responsibility on software architects to choose the appropriate one for a project right at the beginning.
In this light, here is a comparison of Cassandra, Mongodb, CouchDB, Redis, Riak, Membase, Neo4j and HBase:
14 days ago by casey.chow
Copy this bookmark: