AKAlexander Knipsinalexknips.hashnode.dev·Jul 27, 2024 · 3 min readEffect-TS 1: Http backend demoIf you are unfamiliar with Effect Systems, ZIO, or Effect-TS, I recommend reading the following article: https://www.sandromaglione.com/articles/typescript-code-with-and-without-effect and then returning here. Other good information about Effect-TS c...00
AKAlexander Knipsinalexknips.hashnode.dev·Jun 2, 2024 · 6 min readOpenTelemetry for Kafka and NestJSIn this tutorial, let me show you how to set up OpenTelemetry in a Kafka and NestJS microservices architecture. I will use a practical example of an e-commerce application to demonstrate Event Driven Architecture but show the implementation with the ...00
AKAlexander Knipsinalexknips.hashnode.dev·Jan 24, 2024 · 9 min readSystems Design 2 - TicTacToeContinuing our series, we will now design one of the games mentioned at https://igotanoffer.com/blogs/tech/system-design-interviews section 2. Another topic that comes up frequently is designing a classic game. The exact game you’ll be asked about v...00
AKAlexander Knipsinalexknips.hashnode.dev·Jan 9, 2024 · 5 min readSystems Design 1 - TwitterLet's take a look at a common systems design interview question as posted on https://igotanoffer.com/blogs/tech/system-design-interviews#file For this question you'll typically be asked to design a specific app, such as Twitter, Instagram, etc. For ...00
AKAlexander Knipsinalexknips.hashnode.dev·Jan 1, 2024 · 7 min readMy interactive resume terminalThe full code is available at https://github.com/alexknips/nextjs-cv. The idea is funky and pretty useless but seamed fun to me: Build a resume website in a completely different way by making it look like a terminal but able to answer like a ChatBot....00