Explore >> Select a destination


You are here

mbuffett.com
| | kinoshita.eti.br
12.6 parsecs away

Travel
| | Apache Jena runs Cypress tests from Maven, which makes running everything containerized a bit more difficult. To make it more complicated, we also used wait-on and concurrently to orchestrate how the tests and API test process are launched. The solution found was to combine the official Maven docker image, with the cypress/included image, in a multi-stage build. # A multi-stage image with Cypress and Java+Maven for Jena... ALv2... # To build it: # `docker build -t jena/build:latest .
| | www.softdevtube.com
11.3 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | johannesbrodwall.com
12.8 parsecs away

Travel
| | [AI summary] The blog post discusses using Slack as an identity provider for small organizations through OAuth2 integration, highlighting its benefits for managing user access and authentication.
| | www.joeltok.com
24.5 parsecs away

Travel
| The Problem Over the years I've often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F would reveal the file to me, but nope, that always only searched within files. So I've had to always resort to using complicated bash commands from search engine results (searching a new method each time I needed to do this), or literally trying my luck poking at folders in a random search.