Feed

Note that I may not have fully read/viewed all of the things in this feed. The images, content and opinions in them are owned by their respective authors.

GitHub - mantinband/throw: A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+

GitHub - mantinband/throw: A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+

github.com
A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+ - GitHub - mantinband/throw: A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+
Read More
Create SQL Server Database From a Script in Docker-Compose | Abhith Rajan

Create SQL Server Database From a Script in Docker-Compose | Abhith Rajan

abhith.net
Run a SQL Server container with database initialized from a script using docker-compose.
Read More
Get started with Hashicorp Vault. Hashicorp Vault — I have seen this… | by Phil Xu | Servian

Get started with Hashicorp Vault. Hashicorp Vault — I have seen this… | by Phil Xu | Servian

Phil Xu - servian.dev
HashiCorp Vault — This product is currently running in many big enterprise companies. I have seen a lot of people complain about the complexity of it and the pain of setting it up. I think this…
Read More
Estimates Are Waste

Estimates Are Waste

ardalis.com
Estimates are waste, in that time spent estimating is often time that could have been spent producing something with business value. The first of the 5 laws of software estimates, this one is easy to demonstrate in the context of software developers. However, like so many things in software, it doesn't always hold when that context shifts.
Read More
End-to-End Testing Without a UI. Finding appropriate tools for… | by Mannan Mackie | Expedia Group Technology | Feb, 2022 | Medium

End-to-End Testing Without a UI. Finding appropriate tools for… | by Mannan Mackie | Expedia Group Technology | Feb, 2022 | Medium

Mannan Mackie - medium.com
Coming from a customer facing team that was responsible for over a dozen different applications, our team relied heavily on end-to-end testing to ensure that everything hung together correctly before…
Read More
Write tests. Not too many. Mostly integration.

Write tests. Not too many. Mostly integration.

Kent C. Dodds - kentcdodds.com
Guillermo Rauch tweeted this a while back. Let's take a dive into what it means.
Read More

Don't use Actors for concurrency

chrisstucchio.com
Don't use actors for concurrency. Instead, use actors for state and use futures for concurrency. A common practice I've seen in scala code is to use actors for concurrency. This is encouraged by Akka and a lot of writing about Scala, the documentation of which is highly actor-centric. I assert …
Read More

Introduction to the Actor Model for Concurrent Computation: Tech Talks @ AppNexus

youtube.com
In this tech talk, John Murray, Senior Software Engineer at AppNexus, serves up an introduction to Actor Model principals and concepts and gives a look at ho...
View
AWS reInvent 2021 Key Takeaways for Software Architects | by Ankur Kumar | Vedcraft | Medium

AWS reInvent 2021 Key Takeaways for Software Architects | by Ankur Kumar | Vedcraft | Medium

Ankur Kumar - link.medium.com
AWS re:Invent 2021 (Nov 29 — Dec 3, 2021) has been the key highlight in the technology community particularly after the pandemic. As an in-person attendee, it was a great opportunity to learn…
Read More
Terraform vs. Cloudformation vs. AWS CDK | by Pavle Djuric | Dec, 2021 | AWS Tip

Terraform vs. Cloudformation vs. AWS CDK | by Pavle Djuric | Dec, 2021 | AWS Tip

Pavle Djuric - awstip.com
Infrastructure as Code has become a hot topic in cloud computing lately. The idea is to document all of your cloud infrastructure in files, so that you can: If you are using any cloud provider for…
Read More