Writing
Understanding Hexagonal Architecture
Published a year ago
Randomness of a Computer
Published 2 years ago
A quick look at random number generation explains how computers use Pseudorandom Number Generators (PRNGs) for efficiency and True Random Number Generators (TRNGs) for unpredictability, depending on the application's needs.
How to Deploy a Machine Learning Application with Gradio?
Published 2 years ago
A quick look at Gradio, a free Python library, shows how it simplifies creating interactive demos for machine learning models, offering customizable interfaces accessible via local or public URLs.