Abdul's Musings

A simple blog to pen my findings and idk idk.


8 December 2021

Generating Prime Numbers in A Range of N Numbers

I just noticed interestingly, that prime numbers are basically +2 of the previous ones with exceptions.

3 min read   Read More...

11 August 2021

I'm writing a book.

I think it's time to consolidate my knowledge of FastAPI into a book.

2 min read   Read More...

4 July 2021

Building An SSO Model in FastAPI Applications

SSO is great. I personally don't like the complexity of passwords.

3 min read   Read More...

8 February 2021

A Couple of Simple Array Questions

I was opportune to solve some basic array questions, jonzed one but solved it.

5 min read   Read More...

21 November 2020

Understanding Recursion

In this post, I give a better explanation of what recursion is and how it works.

4 min read   Read More...