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 […]
Tag: STEM
Pop Quiz [and Solutions with Low Code!]
Every now and then I see some simple quizzes pop-up on Facebook such as: “Name a state without letter A in it.” The letter can be another, they just switch it around from time to time. This particular post is inspired by such posts. Sure we can go through all the states in our heads […]
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 […]
Carbon footprint estimation made easy
Indeed, “Climate change” has been the hot topic for the last couple of weeks. It even surpassed the hubbub around the pandemic the world is experiencing for the past 2 years and counting! Thanks to COP26…the gathering of the “relevant” world leaders to discuss top, pressing issues of the world, the list of which contains […]
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 […]
Webfonts…why and how
Why do we even need to deal with webfonts and its various formats? I have enough pretty, cool fonts! The issue isn’t about how many awesome fonts you used when you developed your perfect web page but whether all your users have the same fonts. In all likelihood, they don’t (unless the fonts are ubiquitous)! […]
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 […]
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 […]
Another fun game: Pick Out
Greetings. This month, I developed another game as a web application (HTML5) that employs auto-scaling, sound, and responsiveness on all platforms that support a browser. That means, PC, tablets, smartphones, etc. You can use touch or mouse as inputs. It’s based on the simple and classic game concept where you get to pick an “odd […]
Ig Nobel Prize Winners: 2021
The winners of the 2021 Ig Nobel Prize are announced today. One of them caught my attention, which happens to be in the Economics category by Pavlo Blavatskyy for for discovering that the obesity of a country’s politicians may be a good indicator of that country’s corruption. Very interesting indeed and although it made me […]