Packaging Your Rust Code
August 7, 2020 5:34 pm
The ultimate guide on packaging & distributing your Rust binary Read more →
Future world changer
August 7, 2020 5:34 pm
The ultimate guide on packaging & distributing your Rust binary Read more →
August 4, 2020 9:31 pm
An Algorithm for Clouds, Thoughts on GitHub popularity, Cool Rust Tools, Sibling Plants Read more →
July 18, 2020 11:23 am
The best introduction to using set theory in competitive programming Read more →
January 21, 2020 11:08 pm
Learn how to design effective P2P networks with this guide. Read more →
October 24, 2019 10:00 am
An easy to understand introduction to divide and conquer algorithms Read more →
October 18, 2019 1:22 pm
Greedy algorithms aim to make the optimal choice at that given moment. Each step it chooses the optimal choice, without knowing the future. It attempts to find the globally optimal way to solve the entire problem using this method. Read more →
October 8, 2019 6:00 pm
See Big O used in the real world. Learn the discrete mathematics behind it. Look at Python & Java examples. The most comprehensive, easy to read post. Read more →
September 5, 2019 11:30 am
You’ll learn what the functional paradigm is as well as how to use functional programming in Python. You’ll also learn about list comprehensions and other forms of comprehensions. Read more →
September 2, 2019 7:50 pm
BitTorrent is one of the most common protocols for transferring large files. In February 2013, BitTorrent was responsible for 3.35% of all worldwide bandwidth, more than half of the 6% of total bandwidth dedicated to file sharing. Read more →
August 16, 2019 9:52 pm
Ciphey is an automated decryption tool using Deep Neural Networks and Natural Language Processing I've built! Read more →