You are here |
blog.hypriot.com | ||
| | | |
www.thepolyglotdeveloper.com
|
|
| | | | Learn how to build a custom Docker image from an Angular web application, one of many possible examples towards containerizing your applications. | |
| | | |
dyladan.me
|
|
| | | | A few weeks ago a coworker asked me to do an introductory presentation on the way we use Docker. This is an attempt at distilling my thoughts into a more con... | |
| | | |
staex.io
|
|
| | | | IoT devices sometimes have too little resources to pull and run heavyweight Docker images. In this article we show how to reduce the size by 36-91% using patchelf and strace tools without recompiling containerized applications. | |
| | | |
bloeys.com
|
|
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library. |