I recently added my GPG key to my git in order to sign commits. While doing so I ran into big problem. SourceTree wouldn’t allow…
Founder. Entrepreneur.
I recently added my GPG key to my git in order to sign commits. While doing so I ran into big problem. SourceTree wouldn’t allow…
I’m currently working for a client that manages subscriptions with WordPress and WooCommerce (in particular using the WooCommerce Subscription plugin). Since most payment options they support…
Full code sample is now available on GitHub: https://github.com/kgoedecke/circleci-beanstalk-example There are lot of tutorials out there that show how to create a pipeline to deploy…
In order to run a high performant and scaling WordPress site including WooCommerce Elastic Beanstalk in combination with RDS is a good way to go.…
If you’re developing apps for iOS or MacOS, you might find it very useful to simulate bad network conditions because that’s exactly what your users…
Hosting JIRA on an Amazon EC2 instance is quite easy and can save you a lot of money. Compare $10 per month to a one-time…
Key Features Swift Example App accessing a LoopBack Backend providing basic Create, Read, Update and Delete operations Supports iOS 9, written in Swift 2 Uses…
In this tutorial we will create an iOS Swift app that uses the LoopBack iOS SDK to authenticate and manage a user against the LoopBack…
The LoopBack Framework provides an easy way to create RESTful APIs and also comes with SDKs for iOS and Android, which makes it really convenient…
For the last couple of years I’ve been using gitolite with gitweb to host my private git repositories. I guess everybody that used gitolite for…