Feed
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.

How to make your own encrypted VPN server in 15 minutes
Romain Dillet - techcrunch.com
Learn to set up and secure your own encrypted VPN server quickly and effectively.
VPN, encryption, security, server setup
How to run query on json file stored in S3 | S3 Select | S3 select Json
YouTube - youtube.com
This video explains how to use S3 Select to query JSON data stored in Amazon S3.
#s3, #s3select, #aws
My Recommendations for a Test Automation Strategy
Jeremy Miller - linkedin.com
A reevaluation of automated testing strategies based on recent experiences with a JasperFx Software client on a new web application.
Test Automation, Strategy, Software Engineering

Self-hosting your own VPN on Proxmox is easy - here's how it's done
Ayush Pande - xda-developers.com
Learn to maintain your Internet security by hosting a WireGuard server on Proxmox without paying for a VPN.
VPN, Proxmox, WireGuard, Internet security

Using JSON Schema for Structured Output in Python for OpenAI Models
Evan Mattson - devblogs.microsoft.com
JSON Schema helps ensure structured outputs from AI models, crucial for complex tasks in Python development.
JSON Schema, Python, structured outputs, AI models

C# .NET Core Event Source with Martendb
Gabriele Tronchin - medium.com
Explore implementing Event Sourcing in .NET using the Marten library, improving backend system design and data management.
C#, .NET Core, Event Sourcing, Martendb, Postgres SQL

MVVM Pattern in Blazor For State Management
Syncfusion - syncfusion.com
Learn to implement the MVVM pattern for state management in Blazor applications through a straightforward example.
Blazor, MVVM, state management, Web Development, productivity
Automate Deployments to GCP ☁️ Cloud Run 🏃 with GitHub Actions
YouTube - youtube.com
Learn to set up CI/CD for deploying Docker applications to Google Cloud Run using GitHub Actions.
CICD, Google Cloud Run, GitHub Actions, Docker

Master Mocks: The 5 Test Doubles You Should Use
Daniel Moka - craftbettersoftware.com
An introduction to different types of test doubles: Mock, Fake, Spy, Stub, and Dummy, essential for effective software testing.
Mocks, Test Doubles, Software Testing

Introduction to Event Sourcing for .NET Developers
Milan Jovanović - milanjovanovic.tech
Explore event sourcing in .NET for beginners, focusing on core concepts, advantages, and challenges.
event sourcing, .NET, beginner, core concepts, challenges