Kafka's Architecture Fundamentals

Overview Before working with Kafka, it’s important to understand its architecture. Terminologies Here are the most important concepts in Kafka Broker/server These are machines, containers that accepts requests to the clusters. A broker also holds data. Topics These are the virtual container of your messages. The publisher (the one that send messages) and the consumer … Read more

Fix OBS only show portion of the screen

If you have a high resolution screen, you may experience this with obs: I struggle with this so many times. My recordings didn’t show the full screen. The fix is quite simple: Simple right click on your Display Capture, Select Transform and Click on Fit To screen. Now the screen is displayed as expected:

My Perfect Oh My Posh Replacement For Oh My Zsh

Overview Recently I moved from a Macbook Air to a windows machine and the thing I missed most was the git info in the terminal. Everything was so simple an sufficient with Oh My Zsh. After spent some time, I found the perfect theme (https://github.com/AntonRyadovoy/Powershell-nord-theme/blob/main/nordcustom_v.3.yaml with a little tweak). Setup I believe that you already … Read more