Christopher Ek

A Blog About Software Development And Life

Welcome to my blog. Subscribe and get my latest blog post in your inbox.
image
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.

Read more →

image
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

Read more →

image
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!!

Read more →

image
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

Read more →