FEATURED Software Design Principles SOLID

SOLID Principles: Why They Exist, What They Cost, and When to Break Them

Understand the problem each principle solves, the cost of applying it, and the situations where breaking it leads to better software with pr...

Object-Oriented Programming in C#: From Theory to Production Code

Modern C# practices, real-world examples, and the design lessons every developer should know. I first wrote this post in 2013. I have shippe...

WIFI-Hotspot

How to turn on WIFI-hotspot(wireless-hotspot) in Ubuntu(Linux) based laptop

Open terminal and type sequentially sudo lshw | less sudo apt - get install hostapd dnsmasq sudo service hostapd stop sudo service dnsmasq ...