[31] Why do we need to fetch data from APIs? Fetching data from APIs is like getting information from a specialized messenger. An API is like a...
[30] Stashing Changes git stash -> # Temporarily saves your uncommitted changes git stash list -> # Lists all stashed changes git stash apply...
[29] Intermediate Code The task of compiler is to convert the source program into machine program. But, it is not always possible to generate such a...
[28] Two tier architecture This Two tier architecture is similar to a basic client-server model. The application at the client end directly...
[27] Introduction The back of the envelope calculation is commonly used to evaluate different architectural designs. Although the optimal design...
[26] Introduction A Confusion Matrix is an N x N matrix used for evaluating the performance of a classification model, where N is the number of target...