You are here |
bfontaine.net | ||
| | | |
ishan.co
|
|
| | | | If you are working with an API/Oauth Provider which supports only https and use Vagrant, you can easily add an SSL certificate to your Vagrant machine to allow local development. It will take only 10 minutes with these step by step instructions. | |
| | | |
stuvel.eu
|
|
| | | | This article was originally written in April 2006. By now, the situation with PDFs and browsers has changed a bit, as browsers are pretty good PDF viewers nowadays. Still, the info might be relevant to some people, so I decided to keep the article around. | |
| | | |
ole.michelsen.dk
|
|
| | | | How to setup a local web server on MacOS X Mavericks with Apache and PHP and link projects directly from Dropbox to Apache. | |
| | | |
www.softdevtube.com
|
|
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, |