Best thing I learned this week. Wanna quickly serve some static website? If you've go Python 3 installed on your machine just run the following command in the same folder as your index.html
Quick and easy local web server

A collection of 19 posts
Best thing I learned this week. Wanna quickly serve some static website? If you've go Python 3 installed on your machine just run the following command in the same folder as your index.html
Long functions are hard to work with. They are often contained in large classes that have many dependencies. The work that it takes to bring such functions and classes into a test harness is often significant. The Break Out Command Object refactoring technique can help with that.
Wrapping 3rd party libraries can be a challenge when dealing with Angular directives. The four steps laid out in this article should help.
I recently upgraded my computer's RAM to 32GB from 16GB. It was running fine but ever since I started doing more work with Docker containers, it felt like it would get sluggish once in awhile.
He rightfully reminded me that "all models are wrong, but some are useful". So the question is, despite the fact that, according to our analysis of the DDD literature, viewing the SPA as part of the same BC as the server-side API is more "right" than viewing it as a separate BC, is it more useful?