/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

zelig880.com
| | til.simonwillison.net
0.6 parsecs away

Travel
| | I figured out how to serve a JavaScript project built using Vite using GitHub Pages and a custom build script that runs using GitHub Actions.
| | briankung.dev
0.5 parsecs away

Travel
| | I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...
| | davquar.it
0.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.
| | amorgunov.com
7.0 parsecs away

Travel
| [AI summary] The user is asking for a summary of a long text about using AWS Lambda with Node.js and Serverless Framework. The text includes installation steps, configuration of serverless.yml, deployment commands, and examples of Lambda functions.