A description of my image.

Daily Digest, 4 Mar 2025

Published on

 |  Time to Read: 3 mins

Announcements

  • Announcing TypeScript 5.8 - TypeScript - Biggest take aways are type evaluation of function type returns, required module loading support, type checking on imports 
  • Warp on Windows - Launch week giveaway - Notion are giving away a gaming PC if you login to their new windows AI terminal called warp - this is similar to powershell’s integration with copilot, except it uses claud and works across different shells such as pwsh, git bash, WSL, etc 
  • (63) Welcoming HashiCorp to IBM - YouTube - HashiCorp joins IBM with a $6.4B USD acquisition, their products include terraform, packer, vagrant, consul, sentinal. 

.NET  

Security  

Technical Articles  

Infrastructure  

  • 10 Best Practices for Managing Kubernetes at Scale - showing samples for HPA, VPA, Requests & Mem limits, services mesh with network policies, Pod Disruption Budgets, RBAC, Observability, secrets, persistence storage volume mounting, rolling updates and performance + configuration testing using k9. A really good reference for what you should be using in kube. 
  • Docker Bake: A Modern Approach to Container Building - A docker buildkit feature for declarative, efficient and build speed optimised docker builds. I really like the declarative approach over using scripting to do the same capability, it keeps things consistent