Reliable TCP Data StreamsWhy is TCP termed "reliable"? The simple answer is that it overcomes the effects of packet loss or receiving packets out of order. Let's elaborate more, shall we? Packet loss occurs when data fails to reach its destination typically because of data t...Jan 8, 2024·4 min read
Using `.env` file in a Django ProjectA .env file is a file that resides at the root of a Django project. It is used to store environment variables. Environment variables are stored in key-value pairs. Sensitive information such as passwords, secret keys, client IDs, or API keys is advis...Jan 10, 2023·2 min read
Data Optimization Leading to Web 3.0Data is where it all began. It is the basis of the web, whether it is statically presented as information or generated by one's activity on the web. Data is the passageway that led us to where we are now which is Web 3.0. Let me put it this way, firs...Jan 5, 2023·7 min read
Using .gitignore in a Django projectA .gitignore is a file that specifies files and directories that git should ignore when adding files to the repository. The .gitignore is usually placed in the root directory of the repository, and it applies to all subdirectories underneath it. Some...Jan 5, 2023·2 min read
5 Steps To Starting A New Tech ProjectWe can mostly agree that a seemingly complex project or application can be done so easily when broken into simple and understandable chunks. I found that whenever I write out my new idea in a book and outline the various ways that it can be executed,...Jan 4, 2023·4 min read
Introduction to Data and Database DesignsData and its usage has constituted a greater proportion of our lives and the world from a more macroscopic view. This data which is generated as a result of our activities on the web has made surfing the web seamless and smooth. It has allowed for a ...Jan 3, 2023·3 min read
Dev Retro 2022 - From Data Analysis to Backend DevelopmentWow! it was an interesting 2022. My tech journey officially started in July of 2022. Before then I dabbled in data analysis and data-related fields. It was there I found a deep interest in Backend Development. This was how it happened. Long story sho...Jan 2, 2023·3 min read