/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

radanskoric.com
| | blog.presidentbeef.com
7.8 parsecs away

Travel
| | [AI summary] The author describes a process for bundling Ruby gem dependencies inside the Brakeman security scanner gem to prevent version conflicts with user applications.
| | some-natalie.dev
5.2 parsecs away

Travel
| | How to run Dependabot on-premises using Red Hat Enterprise Linux
| | www.bennadel.com
8.7 parsecs away

Travel
| | Ben Nadel looks at using Scope.$watch() to watch functions (and scope changes) in AngularJS; and, how this dove-tails quite nicely with the $interpolate() service.
| | davquar.it
25.4 parsecs away

Travel
| A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.