Harp
Articles tagged with harp.
NodeJS virtual environments to the rescue for more productivity
I started having difficulties running Harp on my Mac, after some OSX El Capitan software update that affected my NodeJS installation.
New year, new version of the site
I focused during the last days of 2015 and the first days of 2016 to relaunch several things in the universe of my regular discipline and projects.
Using StatusCake for uptime checks
I am now using StatusCake for uptime checks and monitoring, after trying it for the ContentGardening.com site.
Start using a website monitoring service
Monitoring is important these days, to help you improve the response time of your web apps, and give you insights on how they are used. Subscription-based services lower the barrier of entry by not requiring you to install and manage your own monitoring infrastructure. And they are generally free for developers.
Hosting your static app on Divshot - Part 3
In this series, I tried to give you an idea of using new tools and platforms such as Divshot for static sites hosting. I almost procrastinated, but finally kicked myself to deliver this third part, where I quickly present other cool services Divshot provides to make our hosting tasks easy.
Hosting your static app on Divshot - Part 2
Part 1 of this series introduced static apps deployment using the DivShot hosting service. In this 2nd article, let's see how to go further with automated continuous deployments. The solution I've decided to use for this is Wercker, combined with Github and DivShot. As an alternative to Wercker, one could choose Travis CI, though I've not tested it yet.
Hosting your static app on Divshot - Part 1
Divshot is a specialized hosting service for modern apps, in particular apps developped the static way, and I decided to use it for all my current projects that fit this category. Check out their list of features here.
Productivity tips for Web Developers and Product Launchers
So much to do and only so many hours in a day! If this is where you're at, you're not alone.
Why not simplify?
I work on projects using Plone, and I love working with its framework. I just worked an hour for my current project, and once again I enjoyed the fact that I can write stuff in a clean way. I can expose logic or behavior where and how I want it, using interfaces and components mechanisms provided by Zope libraries under the hood. It's got even better now that we have an elegant API.
Simplicity, consistency, and getting out of the way
There are many new methods for deploying web applications in a predictable way, fast, and while having fun. You might forget about system administration, database administion tasks, security updates, etc, if you get used to this.