Tips & tricks for Apple users (for myself, mostly)

Published on 2025-01-30

I’ve been using Apple devices since 2009,my first Mac was a polycarbonate MacBook, and my first iPhone was the iPhone 3. Over the years, Apple’s ecosystem has exploded in popularity, but I’ve noticed that many people aren’t taking full advantage of all the great features iOS and macOS have to offer.

Could be Interesting! Computer Vision

I bought this little Badger 2040W Microcontroller to tinker with

Published on 2025-01-19

Badger 2040W is a cool little gadget with a 296x128 pixel Black/White e-Ink display, soldered together with Raspberry Pi 2040 controller which has Dual-Core, 133MHz, 264KB RAM, 2MB Flash (1MB for OS and 1MB for Storage) and wireless capability. The BadgerOS is powered by MicroPython.

Could be Interesting! IoT

So many Gateway Interfaces: CGI, FCGI, WSGI and ASGI, to name a few

Published on 2024-12-31

What exactly are those Gateway Interfaces? The interface dictates how the server should pass incoming requests to the application and how the application should respond to those requests.

Flask Could be Interesting! WebTech

Multi-threading for multi-tasking

Published on 2024-12-31

I don't know why they are called threads but Multi-threading distributes tasks across threads, preventing bottlenecks and idle CPU time.

Could be Interesting!

Multiprocessing by forking children PIDs

Published on 2024-12-29

Parallel Processing (concurrency) with children

Could be Interesting!

Motivation

We all have our preferred learning style. For me, when it comes to learning, I am more of a read, learn and do person. I prefer reading the materials than watching an hour long video. I believe reading gives me time to absorb and digest the knowledge, then, think of the potential implications. However, learning without an implementation is just an entertainment. So, I built and wired up this site to reflect my learnings. (Utilized Flask Framework, containerized with Docker and first deployed on AWS in Jan 2023).

Disclaimers: By no means, my write-ups are absolute truth. There are many different ways to achieve something. Besides, technology is always evolving and some of my posts might be outdated but fundamentals stay the same.

Categories

Big Data Computer Vision Could be Interesting! Data Science Docker Flask IoT Networking WebTech