What is Computer Science?Computers are a class of machines that use numbers in order to calculate arithmetic and logical queries. How do they handle numbers? They…Jan 4, 2022Jan 4, 2022
Importance of Cross-referenceRecently, I have been studying my Computer Architecture with a classic textbook named Computer Systems: A Programmer’s Perspective and the…Dec 1, 2021Dec 1, 2021
Programming for funSometimes though, hobbies can be useful. This often happens when the hobby is technical. This not only boosts your actual skillset, but it…Nov 29, 2021Nov 29, 2021
Crafting a Thorough Guide for New Developers (macOS on VirtualBox)Here comes a long-tough part of writing the guide for our next developers. Installing and running macOS on a virtual machine is not an easy…Jul 5, 2021Jul 5, 2021
Crafting a Thorough Guide for New Developers (Ubuntu on VirtualBox)Recently, I have been having so much fun editing our existing README file on our Github. The README file has long been left unattended and…Jun 30, 2021Jun 30, 2021
Auto-generating Data with Django-MigrationAs I was making a whole new API and its model table to be used, here came the necessity to make A LOT of data for every single…Jun 22, 2021Jun 22, 2021
Refactoring Massive Python/Django AppSo far, I have been working on the company’s backend application(Tradir.io) without paying much attention to how I am going to help other…May 17, 20211May 17, 20211
(Django) Customized Soft-Deletion CascadeA while ago, I was given a huge task to implement soft deletion on several models of our app. I was going to just use the existing Django…Mar 30, 2021Mar 30, 2021
(Python) Combining and Concatenating StringsYou want to combine many small strings together into a larger string. Usually, + works well enough for small operations.Mar 17, 2021Mar 17, 2021
(Python) Transforming and Reducing Data at the Same TimeLet’s say you need to use a reduction function like sum() or min() in order to get calculate the sum of squares. A good way to do this…Mar 17, 2021Mar 17, 2021