Algorithms
How to send long text input to ChatGPT using the OpenAI API
A straightforward guide to sending large input to ChatGPT using Python.
Optimizing text for ChatGPT: NLP and text pre-processing techniques
Mastering text preprocessing to send more input to ChatGPT.
What is TLS? Transport Layer Security encryption explained in plain english
How TLS, digital certificates, and sessions help keep communications secure.
A coffee-break introduction to time complexity of algorithms
A groundwork understanding of algorithm time complexity and Big O notation in about fifteen minutes with Go code examples and silly food cartoons.
Knapsack problem algorithms for my real-life carry-on knapsack
Using a greedy algorithm and dynamic programming to pack my full-time nomad travel bag.
A Unicode substitution cipher algorithm
How a fun but useless project turned into a Unicode substitution cipher algorithm.
How to code a satellite algorithm and cook paella from scratch
A guide to expertly tackling seemingly complicated problems that you'd rather never tackle in the first place.