Coding
-
Loose Coupling and Tight Cohesion – Walk thru for Design Philosophy
The degree to which the functionality of two modules are related is Coupling. For instance if we have two modules namely A and B, Coupling means ‘B’ must change because ‘A’ changed. Loose Coupling…
-
Part II: Creating Restful API’s
Imagine you own the formula1 website, this website has updates on when and where are the next races, some live footage, you can even view historic data like 1950’s Fastest…
-
Part II: How efficient is your code – Processors
Hi, in this post I will be covering the following: What are Processors? Why are they essential part of a computer system? How do they interface with the High Level…
-
Part I: How efficient is your code?
Given a problem statement, we tend to find out ways to solve the problem – Our focus is understanding the problem statement and solving it. But are we solving the…





