Secrets of a developer/entrepreneur
93 followers 0 articles/week
This feed has moved and will be deleted soon. Please update your subscription now.

The publisher is using a new address for their RSS feed. Please update your feed reader to use this new URL:http://derickbailey.com/feed/

Fri Apr 22, 2022 13:23
Docker for JavaScript Developers: On-Site Training

JavaScript moves fast. Both the language, and the frameworks and tooling around it are receiving updates at an enormous rate these days. This pace of change oftens means a project you worked on a few months ago is now using “outdated” tools and technologies compared to your current project. And the older a project gets, the more difficult it is...

Wed Jun 7, 2017 19:06
3 Features of ES7 (and Beyond) That You Should Be Using, Now

JavaScript is anything but a “static” language (pun intended). It seems everything is changing – even the naming of releases has changed, with years marking the language version. And starting with the release of ES6 (officially, “ES2015”), the language has has continued to evolve at a rapid pace, introducing a staging system to mark the progress...

Tue Jun 6, 2017 18:06
How a 650MB Node.js Image for Docker Uses Less Space Than a 50MB Image

A while back I wrote a post about selecting a base Docker image for Node.js. In that post, I talked about the size difference of the default build for Node.js and the smaller, “slim” and “alpine” builds. The difference can be significant: 650MB for the full image, vs 50MB for the Alpine Linux version. However, there’s a note at the bottom of the...

Wed May 31, 2017 16:18
3 Rules For When A New JavaScript Feature Is Ready To Be Used

JavaScript is rapidly evolving. With the TC39 Working Group setting the course for the language, and the larger community being involved in the process, it’s moving faster than any other language with 20+ years of history behind it. And it can be overwhelming at times – trying to keep up, trying to use new features and wondering if they are available. ...

Mon May 15, 2017 14:38
Never Use The :latest Image From Docker Hub

It’s tempting to use the “:latest” tag of an image when you first get started with Docker and pulling images from DockerHub. After all, who wouldn’t want the latest and greatest version of MongoDB, Node.js, Redis, etc, when they start a project? But this is a guaranteed way to ruin your life, destroy your productivity and rip your fancy new hair style...

Wed May 10, 2017 19:30

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account