Skip to content

Commit 09e5e92

Browse files
committed
Added new Architecture Weekly - 2024-02-19
1 parent 2e46887 commit 09e5e92

4 files changed

Lines changed: 180 additions & 0 deletions

File tree

README.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,80 @@ There are two rules:
2626

2727
---
2828

29+
## [19th February 2024](per-week/2024-02-19.md) [![Subscribe](https://img.shields.io/badge/%F0%9F%9A%80-subscribe!-important)](https://www.architecture-weekly.com/?utm_source=github_architecture_weekly)
30+
31+
**[Join the Paid Subscribers community to get access to exclusive webinars and a Discord channel where you can meet fellow Architects.](https://www.architecture-weekly.com/p/whats-architecture-weekly)**
32+
33+
Ukraine is still under brutal Russian invasion. A lot of Ukrainian people are hurt, without shelter and need help. You can help in various ways, for instance, directly helping refugees, spreading awareness, putting pressure on your local government or companies. You can also support Ukraine by donating e.g. to [Red Cross](https://www.icrc.org/en/donate/ukraine), [Ukraine humanitarian organisation](https://savelife.in.ua/en/donate/) or [donate Ambulances for Ukraine](https://www.gofundme.com/f/help-to-save-the-lives-of-civilians-in-a-war-zone).
34+
35+
---
36+
37+
### Architecture
38+
- [Oskar Dudycz - Implementing Closing the Books pattern](https://event-driven.io/en/closing_the_books_in_practice/?utm_source=architecture_weekly)
39+
- [Eric Evans, Dave Farley - How AI Will Change Software Development In The Next 10 Years](https://www.youtube.com/watch?v=r_WRUFx7RLY)
40+
- [vjeux - End-to-End Encryption in the Browser](https://blog.excalidraw.com/end-to-end-encryption/)
41+
- [Ivar Jacobson, Alistair Cockburn - Use-Case Foundation](https://alistaircockburn.com/Use%20Case%20Foundation.pdf)
42+
- [Michael Nygard - Consequences are not Pros or Cons](https://www.michaelnygard.com/blog/2020/06/consequences-are-not-pros-or-cons/)
43+
- [The Serverless Edge - SCORP – the well-architected tool for Architecture Reviews](https://theserverlessedge.com/making-well-architected-work-for-organisations-the-security-cost-opex-reliability-performance-scorp-process-cycle-part-2/)
44+
- [Gregor Hohpe - Debugging Architects](https://architectelevator.com/transformation/debugging-architect/)
45+
46+
### DevOps
47+
- [Bit - A build system for development of composable software](https://github.com/teambit/bit)
48+
49+
### Databases
50+
- [Developer Voices Podcast - Implementing Hardware-Friendly Databases (with DuckDB co-creator, Hannes Mühleisen)](https://www.youtube.com/watch?v=pZV9FvdKmLc)
51+
52+
### AI
53+
- [The Verge - Nvidia’s Chat with RTX is a promising AI chatbot that runs locally on your PC](https://www.theverge.com/2024/2/13/24071645/nvidia-ai-chatbot-chat-with-rtx-tech-demo-hands-on)
54+
55+
### AWS
56+
- [Yan Cui - How would you reprocess Lambda dead-letter queue messages on demand?](https://theburningmonk.com/2024/01/how-would-you-reprocess-lambda-dead-letter-queue-messages-on-demand/)
57+
- [Steef-Jan Wiggers - AWS Launches CDK Migrate and CloudFormation IaC Generator for Infrastructure as Code Adoption](https://www.infoq.com/news/2024/02/aws-cdk-migrate-ga/)
58+
59+
### Azure
60+
- [Mattias Karlsson - Introducing ARI. A DevOps tool to document a Azure tenant resources](https://www.devlead.se/posts/2024/2024-02-08-introducing-ari)
61+
- [Microsoft - Announcing general availability of Microsoft Graph APIs for Microsoft Teams meeting recordings](https://devblogs.microsoft.com/microsoft365dev/announcing-general-availability-of-microsoft-graph-apis-for-microsoft-teams-meeting-recordings/)
62+
- [Microsoft - End of SSH-RSA support for Azure Repos](https://devblogs.microsoft.com/devops/ssh-rsa-deprecation/)
63+
64+
### Java
65+
- [Nicolai Parlog - Data Oriented Programming in Java 21](https://www.youtube.com/watch?v=8FRU_aGY4mY)
66+
- [Paul Sandoz - Emulating C# LINQ in Java using Code Reflection](https://openjdk.org/projects/babylon/articles/linq)
67+
68+
### .NET
69+
- [Microsoft - Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8](https://devblogs.microsoft.com/dotnet/introducing-aspnetcore-metrics-and-grafana-dashboards-in-dotnet-8/)
70+
- [Nick Chapsas - Build Clean Messaging in .NET with Wolverine](https://www.youtube.com/watch?v=p1gsK69m94Y)
71+
- [Jeremy D. Miller - Answering Some Concerns about Wolverine](https://jeremydmiller.com/2024/02/15/answering-some-concerns-about-wolverine/)
72+
- [Andrew Lock - 8 ways to set the URLs for an ASP.NET Core app](https://andrewlock.net/8-ways-to-set-the-urls-for-an-aspnetcore-app/)
73+
- [CSharpier - An opinionated code formatter for c#](https://github.com/belav/csharpier)
74+
75+
### Node.js
76+
- [Node.js - Native test runner](https://nodejs.org/api/test.html)
77+
- [Sarah Gooding - Node.js Community Debate Intensifies Over Enabling Corepack by Default and Potentially Unbundling npm](https://socket.dev/blog/node-community-debates-enabling-corepack-unbundling-npm)
78+
79+
### Windows
80+
- [Microsoft - Introducing Sudo for Windows!](https://devblogs.microsoft.com/commandline/introducing-sudo-for-windows)
81+
82+
### Coding Life
83+
- [Gergely Orosz - Is Critical Thinking the Most Important Skill for Software Engineers?](https://blog.pragmaticengineer.com/critical-thinking/)
84+
85+
### Management
86+
- [Cliff Hazell - The one thing nobody copies from Spotify](https://www.cliffhazell.com/blog/the-one-thing-nobody-copies-from-spotify/)
87+
- [Matthew Roche - Being a PM at Microsoft: Thriving in ambiguity](https://ssbipolar.com/2024/01/29/being-a-pm-at-microsoft-thriving-in-ambiguity/)
88+
- [Forbes - CEOs Are Using Return To Office Mandates To Mask Poor Management](https://www.forbes.com/sites/qhamirani/2024/01/26/ceos-are-using-return-to-office-mandates-to-mask-poor-management)
89+
- [The Register - Dell said to be preparing broad Return To Office order this Monday](https://www.theregister.com/2024/02/03/dell_return_to_work/)
90+
91+
### Industry
92+
- [Matthew Ball - On Spatial Computing, Metaverse, the Terms Left Behind and Ideas Renewed](https://www.matthewball.vc/all/metaversespatialandmore)
93+
94+
### Security
95+
- [Virgil Security - Essential security platform for your product](https://virgilsecurity.com/)
96+
- [Mateusz Jendza - Time for Passwordless](https://mjendza.net/post/passwordless/)
97+
98+
### Trivia
99+
- [Jason Grigsby - Handling Death Gracefully in Digital Experiences](https://cloudfour.com/thinks/handling-death-gracefully-in-digital-experiences/)
100+
101+
---
102+
29103
## [12th February 2024](per-week/2024-02-12.md) [![Subscribe](https://img.shields.io/badge/%F0%9F%9A%80-subscribe!-important)](https://www.architecture-weekly.com/?utm_source=github_architecture_weekly)
30104

31105
**[Join the Paid Subscribers community to get access to exclusive webinars and a Discord channel where you can meet fellow Architects.](https://www.architecture-weekly.com/p/whats-architecture-weekly)**

0 commit comments

Comments
 (0)