Hello!!!
This is a list of things I am personally interested in learning throughout my life. These may evolve or change over time. Currently, they are quite...
The Strategy Pattern is a powerful design pattern that allows you to define a family of algorithms, encapsulate each one, and make them...
The problem with ChoiceField In Django REST Framework, there is a field called ChoiceField which can be used when you have certain choices for a field...
It was November 2014, my second week at the university where I was studying electrical engineering. In the first semester, one of my courses was...
$$ \cos (2\theta) = \cos^2\theta - \sin^2\theta $$ $$ \left[ \begin{array}{cc|c} 1&2&3\\ 4&5&6 \end{array} \right] $$
Step 1: Download the latest docker image docker pull mongo Step 2: Create a directory for database mkdir -pv mongodb/database Step 3: Create...