Cloudflare API CLI Tool
I use Cloudflare CDN to add a performance and security layer to my websites for free. And most of the time when I need to change…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
I use Cloudflare CDN to add a performance and security layer to my websites for free. And most of the time when I need to change…
Install OpenVPN with cheap VPS server to secure your daily connection.
I spent some time this weekend migrating this blog to be fully powered by Docker. I’ll write the tutorial in the upcoming weeks.
I did release create-wp-site, a command-line tool to create your local WordPress development environment with 10up/wp-local-docker. Please check it out: ivankristianto/create-wp-site. If you have any feedback…
I gave a talk about VVV introduction, what’s new in VVV 2 and why it’s good for WordPress local development, at Jakarta WordPress Meetup #9 a…
Calibreworks Devstack is a Vagrant box based on VirtualBox for a LAMP stack that works. I created a virtual box for my development environment stack. We…
I love Sublime Text 3 and use Evernote a lot. Today I’d like to share how to connect Evernote with Sublime Text 3. This is useful…
When i tried to compiled it i got a strange error “zlib.h : No such file or directory.”, this is strange error that I never encountered…
“Cannot modify header information – headers already sent by” error is the most common PHP error that happens when we develop a web application, usually when…