A Blog About Software Development And Life

RSA Encryption with Python
What is RSA.. How does the math work and how can you implementet with python? All those questions have been answered in this blog post.

Sorting Algorithms
Sorting makes the world faster. Have you ever wondered how the Google Search Engine can literarly display billions of results in milisecounds. Well that's because of sorting, if Gooogle Search Engine Array wasnt sorted, it would take hours or days to find those cute cat video. This blog-post will cover the core concept and show an implemntation in CSharp

Natural Selection [python, algo, simulation]
This simulation is meant to simulate the relation between hunter and prey, and see how we can use natural selection, or more technical fitness functions and mutation. To conquer the hunters!!

Secure Code.
Secure coding is the practice of developing computer software in such a way that guards against the accidental introduction of security vulnerabilities.p