/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

amanhimself.dev
| | theburningmonk.com
3.8 parsecs away

Travel
| | Learn how to test serverless applications without sacrificing a fast local dev & test loop using remocal tests.
| | techsavvypriya.wordpress.com
3.0 parsecs away

Travel
| | "Hello World" function(Lambda) for AWS using the serverless framework https://serverless.com/ What is Serverless Architecture? Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS"), the best-known vendor host of which currently...
| | www.danstroot.com
3.5 parsecs away

Travel
| | Recently I took on a new role and I was considering ordering new business cards. I reflected a moment and realized I don't really use business cards anymore. I decided that I needed a digital way to share my business (and personal) information, and I wanted to be able to control what I share. One of the side benefits of this is I don't have to share my personal mobile phone number either.
| | owensd.io
16.7 parsecs away

Travel
| I mentioned that I was working on personal project in C the other day. One of the things that I wanted to do was to have unit tests for the parts that made sense. I briefly looked at some C unit testing frameworks... but really, this doesn't need to be that hard. I personally like...