/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

blog.submain.com
| | blog.marcgravell.com
5.9 parsecs away

Travel
| | Exploring Tuples as a Library Author tl;dr: This works in an upcoming version of dapper; we like it: // very lazy dapper query var users...
| | jameschambers.com
11.5 parsecs away

Travel
| | Even when you're dealing with Function Apps that have limited scope it's a good idea to break your scripts up into manageable, possibly reusable chunks. This is especially true if you want to work wit
| | sergeyteplyakov.github.io
4.9 parsecs away

Travel
| | In the previous part we discussed why the finalizers should only deal with unmanaged resources and in this post I want to show that this is not as simple as it sounds.
| | jsloop.net
19.0 parsecs away

Travel
| Here is a basic server setup with JAX-RS 3 using Jersey and Jetty 11 for the server. JAX-RS is Java API specification for RESTful web services using annotations. The project structure is as follows.