I recently found a surprisingly helpful approach for server-side development which uses Slack in a creative way.
The Problem The scenario can be …
Read moreIn this article I’m going to demonstrate a few tips and tricks which can make your life easier when you are building or maintaining Dockerfiles. …
Read moretl;dr: Run DynamoDB locally using Docker:
docker run -d -p 8000:8000 dwmkerr/dynamodb Try it out by opening the shell, localhost:8000/shell: …
Read moreIf you are interested in improving your Node.js debugging skills, then check out my talk at the recent JSChannel 2016 conference in Bangalore: …
I’ve finally had a chance to install the new Docker for Mac Beta and give it a whirl. In this article I’m going to talk a bit about how …
Read moreI recently decided to try out the Go Programming Language, by building a little project called google-it which let’s me run a google search from …
Read moreI’m a few weeks into moving to Vim as my main editor, I’ve stopped crying and shaking mostly (at least about my editing ability).
Now …
Read moreYikes, this took far too long to figure out!
I have a service which takes plain text multi-line input and outputs an object for each line, something …
Read moreI’ve just finished working on a very large project written in React and Redux. The whole team were new to both and we loved them.
I’m …
Read moreIf you are looking to get your hands dirty and learn all about Docker, then look no further!
In this article I’m going to show you how Docker …
Read more