Explore >> Select a destination


You are here

www.bitovi.com
| | whitep4nth3r.com
1.6 parsecs away

Travel
| | Learn how to build, test and release a JavaScript node module in ES6 all the way from npm init to npm publish.
| | 4bes.nl
2.5 parsecs away

Travel
| | Get a step by step practical guide on creating a CICD pipeline, which will test and deploy ARM Templates with GitHub Actions.
| | wittchen.io
2.6 parsecs away

Travel
| | Recently GitHub introduced really interesting feature to their service called Actions. Actions can be used for automating various tasks related to the repositories like CI, CD, testing, deployment and whatnot. The general concept is as follows: We can create so called action, which can be based on a JavaScript project or a Docker container. We can also use existing actions in the Marketplace. Next, we can create workflow in the yml file, where we define our workflow. Workflow can consist of on a job with many steps using different actions. We can also define multiple jobs, where one depends on another. Workflows can be triggered in many ways. E.g. by push, pull request, creating issue, publishing release, scheduled event or external event.
| | jpetazzo.github.io
15.0 parsecs away

Travel
| [AI summary] This article explores techniques for creating minimal Docker images using multi-stage builds, specifically analyzing optimization strategies for Go, Java, Python, Node, and Rust across various base images like Alpine and scratch.