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.
Software Engineer Summary
Unknown - thinkbeforecoding.com
Guide for software engineers on effectively tackling coding challenges and optimizing solutions within specified frameworks.
software engineering, coding challenges, optimization, frameworks
The .NET on AWS Show, featuring Mauro Servienti! - aws on Twitch
Mauro Servienti - twitch.tv
AWS has gone live on Twitch. Catch their Talk Shows & Podcasts VOD now.
AWS, Twitch, .NET, Talk Shows, Podcasts
Microservices & Distributed Monoliths
David Boike - youtube.com
Microservices should have fewer than 100 lines of code and communicate via REST APIs using JSON.
ddd, domain-driven design, software design, technology
MiniExcel
mini-software - github.com
A fast, low-memory .NET helper for importing/exporting Excel spreadsheets, compatible with Linux and Mac.
Excel, .NET, spreadsheet, helper, Linux, Mac

Badges And Training
Amazon Web Services, Inc. - aws.amazon.com
Learn .NET on AWS development and AWS tools through self-paced courses. Earn badges to showcase skills.
AWS, .NET, training, digital skills, badges

Using Microsoft’s SCIM sample
Rory Braybrook - medium.com
This article discusses SCIM endpoints for user and group management, highlighting key REST operations and providing reference code.
SCIM, Microsoft, REST, API, Identity Management
SaaS architecture pitfalls: Lessons from the field (SAS305)
AWS re:Invent 2023 - youtube.com
Explores strategies for building multi-tenant SaaS architectures tailored to specific business needs.
SaaS, architecture, multi-tenant, AWS re:Invent 2023

Build DR ready .NET Web APIs on AWS
Amazon Web Services - aws.amazon.com
AWS provides a solid disaster recovery strategy using Multi-AZ deployments for effective continuity and reduced downtime during disruptions.
.NET, Amazon API Gateway, Architecture, Disaster Recovery

Examples
Mark Otto, Jacob Thornton, and Bootstrap contributors - getbootstrap.com
Start projects quickly using Bootstrap examples, covering framework parts, custom components, and layouts.
Bootstrap, examples, framework, components, layouts

Turn Your CSVs Into Graphs Using LLMs
Adam Cowley - medium.com
Explore how LLMs can convert flat CSV data into structured graphs, tackling common data modeling challenges for Neo4j users.
LLMs, CSV, graph database, Neo4j