DDD: Strategic Design

05 November 2020 • ☕️ 4 min read
#DDD#Architecture#Context Map#Event storming

As the systmem grows, the code can get unnecessarily complex and messy which is hard to maintain...

Read more →

A web scraped API using cheerio

01 November 2020 • ☕️ 3 min read
#Javascript#Typescript#node.js#toy project

Cheerios is a web scraping tool written in Javascript. Using this library, I have built a web scraped API that...

Read more →

DDD: Overview

29 October 2020 • ☕️ 4 min read
#DDD#Architecture#System Design

DDD is a software development methodology that focuses on identifying business domain and designing solutions...

Read more →

C#: Garbage Collector I

09 October 2020 • ☕️ 3 min read
#GC#garbage collector#CSharp

In C#, when you run an application, CLR (Common Language Runtime) allocates space in managed heap...

Read more →

Using IO more efficiently in Java and C#

11 August 2020 • ☕️ 3 min read
#algorithms#java#CSharp

When you are doing ps in Java or C#, there are mainly two ways to do stdin/stdout...

Read more →