3 November 2024
1330 words
7 min
These are my notes based on a talk by Bert Belder. Bert generally discusses how the event loop works, why libeio and libev were removed from Node.js, and why they were replaced with libuv. Bert also presents a simple use case and demonstrates implementation in libuv. He further explains what a request and a handle are.
1 November 2024
5025 words
26 min
This is a collection of my notes from operating systems lectures.
24 October 2024
923 words
5 min
Explanation of the concept of bounded context by Greg Young.
14 October 2024
659 words
4 min
What are Any and Unknown in TypeScript?
12 October 2024
1326 words
7 min
In 2015, Ralph Johnson presented at Kraków's JDD with a talk titled 'Twenty-one Years of Design Patterns.' One of Ralph's key insights was that he didn't immediately include this pattern in the book 'Design Patterns: Elements of Reusable Object-Oriented Software.' This observation suggests that the Value Object is a very important element within the collection of design patterns. Jakub Pilimon and Sławomir Sobótka recommend searching for Value Objects in the code as a first step in refactoring. Additionally, Value Object is one of the core building blocks in Domain-Driven Design (DDD). In this article, we will explore the value of this design pattern.
4 October 2024
608 words
4 min
This is an extended description of types in TypeScript.
3 October 2024
527 words
3 min
An overview of the advantages and disadvantages of TypeScript.
10 September 2024
752 words
4 min
My Notes Based on Ajeet Raina's Lecture
3 July 2024
694 words
4 min
As Łukasz Sławiński mentions, his main goal was to create a opening lead system that would be as clear as possible for us, meaning those of us trying to defeat the contract. It turns out that there is an important correlation in the context of the readability of the opening lead system. The clearer the signaling system is for us, the proportionately clearer it is for the opponents. Given such a clear correlation, in order to defend as enigmatically as possible, we should stick to a natural opening lead system(sarcasm).