Explore >> Select a destination


You are here

www.zufallsheld.de
| | www.akpain.net
3.5 parsecs away

Travel
| | and making my website faster in the process
| | roneo.org
1.9 parsecs away

Travel
| | Github provides a powerful API. Let's fetch some data from out there with Hugo, and get updated content each time we rebuild the website
| | sookocheff.com
1.7 parsecs away

Travel
| | This tutorial describes how to setup a test integration running Dell Boomi. For those not familiar, Boomi is an integration platform as a service that implements many of the integration patterns described in the book Enterprise Integration Patterns. It is a commercial alternative to the Apache Camel open source integration framework. Boomi Overview Boomi allows developers to run an integration Process, which is composed of an input stage, followed by data transformations and any business logic, followed by one or more output stages where the data is written out to a final destination.
| | ericlathrop.com
13.2 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.