Explore >> Select a destination


You are here

www.akpain.net
| | whitep4nth3r.com
2.8 parsecs away

Travel
| | Want to show your latest blog posts on your GitHub README? Here's how I do it using the power of GitHub actions and webhooks in Contentful.
| | www.morling.dev
3.6 parsecs away

Travel
| | As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?
| | www.eficode.com
3.7 parsecs away

Travel
| | Learn about GitHub Copilot and discover the benefits it provides as well as its downsides from this first-hand account.
| | werat.dev
12.2 parsecs away

Travel
| Benchmarks are often underestimated and don't get the same attention as tests. However "performance is a feature" and when something is not tested it might as well be just broken. If the performance is not measured/tracked regressions are inevitable. Modern tooling makes it really easy to write benchmarks. Some languages have built-in support, for example, Rust comes with cargo bench (docs) and Go has go test -bench (docs). For C++ there is google/benchmark - not as streamlined as having it built into the language infrastructure, but still definitely worth the effort.