Explore >> Select a destination


You are here

yehudakatz.com
| | ankane.org
2.8 parsecs away

Travel
| | I've created a few Ruby gems over the years, and there are a number of patterns I've found myself repeating that I wanted to share. I didn't invent...
| | depfu.com
2.8 parsecs away

Travel
| | We take modern dependency management solutions for granted these days, but how did it all start? What are the most important ideas and when and where were th...
| | kevinjmurphy.com
2.8 parsecs away

Travel
| | Some dependencies, like nokogiri, ship with multiple libraries for different architectures. If you cache your gems, you may need to cache multiple platforms, because your development team is spread across various platforms or you deploy to a different platform. We discuss how to do that in this post.
| | tannerdolby.com
28.4 parsecs away

Travel
| To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs.