Programming Blog

In order to understand programming better I like posts about python and other programming ideas on facebook and try them out or just talk about them to see what they do. I will also talking about anything related like hardware, video games, and electronics in general that involve computer programming and maintaing your equipment. My main content comes from me liking stuff on facebook and looking at the activity log to find ideas to try and expand knowledge on anything realted to GIS and programming so I can come back this later so some of this content might seem kind of old.
9/5/2020
Create a Voting System in Python
I have seen alot of posts about this on facebook and have always been interested in designing some kind of organizational system from scratch.
9/8/2020
Create a Medical Store Management System
One of my main focus in programming is to create a complex organizational network that helps everybody stay organized.
9/19/2020
Building a Bioinformatics Web App in Python
This post seems out of the ordinary and doesn't have alot to do with my focus in programming but it seems like something fun to try. Programming with Bioinformatics using python sparked my interest in using python.
9/27/2020
Hackers can view saved passwords by viewing and editing password element
This article is very important and helped understand the dangers of saving passwords to your browser. Hackers can view your password by right clicking the saved password field and inspecting the element and change type = "password" to type = "text"
10/10/2020
Develop Database Driven Rest API with Python In 10 Minutes
I just discovered how to create a database instance on SQL server management studio and started practicing SQL more. I will post on how to make create a database later on, but I think this link is great for learning how to create online databases