Explore >> Select a destination


You are here

billglover.me
| | markentier.tech
1.3 parsecs away

Travel
| | You run clusters on Raspberry Pis and Intel NUCs? You love ARM, but also need to provide images for your PC friends? Fre... | markentier.tech
| | blog.oddbit.com
1.2 parsecs away

Travel
| | At work we have a cluster of IBM Power 9 systems running OpenShift. The problem with this environment is that nobody runs Power 9 on their desktop, and Docker Hub only offers automatic build support for the x86 architecture. This means there's no convenient options for building Power 9 Docker images...or so I thought. It turns out that Docker provides GitHub actions that make the process of producing multi-architecture images quite simple.
| | www.neerajsidhaye.com
2.5 parsecs away

Travel
| | Creating optimized docker image for GO application using multi stage build - using alpine image and then produce a small image with only binary in a scratch image. Let's read further...
| | adropincalm.com
22.5 parsecs away

Travel
| Notes on making TypeScript declaration files, a.k.a the .d.ts files for an npm package. The case covered assumes multiple js files, each requiring a .d.ts. General idea Adding type declarations to an existing npm package can bring many benefits such as having text editors showing the function signature or tsc enforcing type check. For these reasons and more, you may consider adding TypeScript declaration files, a.k.a the .d.ts file to the package.