PinnedC# interview questions for web devsJust a list of subjects, topics, and questions that I believe developers at junior, middle, and senior levels should know. You can use it…Aug 17, 20242Aug 17, 20242
Configurations in Angular: environment files, runtime config, and moreConfiguration is a fundamental aspect of any application. Angular is not an exception here. While the topic may sound straightforward at…Apr 7Apr 7
The InternetThe Internet. What a mighty word 💫. Even though it has become an essential part of our lives, very few know how it works. While this can…Mar 271Mar 271
Understanding Object-Oriented Design: Rich vs Anemic Models in C#As software engineers, we often need to design a Domain Model. There are two completely different approaches the “rich model” and the…Mar 172Mar 172
Reactive ProgrammingHave you heard of the Observer pattern? What if I tell you that a simple pattern like that could shape your entire coding style? Don’t…Mar 7Mar 7
Load BalancingWhen you scale your server horizontally, it is essential to introduce a load balancer — software that distributes incoming network traffic…Feb 17Feb 17
DDD TrilemmaPick two: deliver a project quickly, make it high-quality, or keep it cheap. Does this trilemma sound familiar? As software engineers, we…Feb 72Feb 72
Hi/Lo with Entity FrameworkAn SQL sequence is a database object that generates a sequence of unique numeric values.Jan 271Jan 271