Monday, September 15, 2025
Coding Education STEM

Metaphysics, Harmony, Spirituality with Python

For many years, different sound frequencies have been believed and proven to have various effects on humans…in physical and mental aspects. From self-healing to spirituality; to vision and enlightenment, sound has been used (and continues to be) to aid meditation and therapy. Whether or not you believe in its benefits is beside the point of […]

Read More
Analytics Coding Education STEM

Complementary post to: Pop Quiz [And Solutions With Low Code!]

This post is a continuation of or complementary post to about using Excel and SQL for pop-quizes. Please read that first to get proper context…otherwise, this wouldn’t make much sense. As discussed in the post linked above, the SQL queries can be saved from Microsoft Query Editor to an external file. It’s really convenient because […]

Read More
STEM

Understanding Trends: Real-world example

Trend analysis is a pivotal part of business analytics, project planning, marketing, and virtually all aspects of strategic planning and understanding of patterns/behavior. In this post, I present a straight-forward but very practical use of some analytics and walk you through: 1) Data collection 2) Data cleanup and shaping 3) Creating trends and understanding the […]

Read More
Education STEM

Google honors the father of fiber optics

I found this out “accidentally” today (November 4th) while searching something on the Web, from Google.com landing page. This is what it looked like: As I looked at the binary numbers in their cartoony animation, I see they are:010010110100000101001111 which then translated to text, decimal, and hex are as follows: ASCII Decimal Hex 01001011 K […]

Read More
Coding Education STEM

BACTERIAL GROWTH SIMULATION (Binary Fission)

Here, I present a quick simulation application (runs in the browser) of population growth of bacteria that mutiplies following binary fission reproduction. Basically, it’s the division of a single cell into two or more cell and the regeneration of those parts to separate cells resembling the original. To play the simulation, just navigate to the […]

Read More
Coding Education STEM

My SW Projects – a subset of many

This page is a single, nifty starting point for various projects (apps, utilities, research tools, games, etc.) I developed for desktop, webapps, and mobile devices for intellectual curiousity and fun. They are free, and ad-free. No gimmicks. These will run on any modern smartphone, tablet, PC (see each description below as some are made to […]

Read More
Back To Top