Jul 2, 2025 · 3 min read · Today I officially kicked off my journey with SQL (Structured Query Language) — the backbone of relational databases and a crucial skill in the DevOps and Cloud Engineering toolbox. Whether you're spinning up Amazon RDS, building a backend pipeline, ...
Join discussionJul 7, 2024 · 10 min read · Introduction When we talk about the "nuts and bolts" of something, we refer to the essential components and mechanisms that make it work. In the context of scripting languages and GUI toolkits, these "nuts and bolts" include the core syntax, paradigm...
Join discussion
Nov 6, 2022 · 1 min read · Running Ubuntu Linux on your Windows machine? Stay Up to Date Here's what to do to ensure you have the latest packages installed on your machine. Run the following commands and enter your password when prompted: 1. Check for new updates. sudo apt u...
Join discussionOct 28, 2022 · 2 min read · You may not believe this, but ... I purchased a copy of Tcl/Tk Tools by Mark Harrison and other contributors (with a foreword by John Ousterhout), O'Reilly & Associates, Inc. (August 1997 - First Edition). ISBN: 1-56592-218-2, 653 Pages. Why? As th...
Join discussion
Sep 10, 2022 · 1 min read · I use ActiveState's Komodo IDE exclusively for writing, testing, and debugging my Tcl/Tk code. However, once I've set up the environment, I want to execute my code without navigating through the Debugging Options window. To skip this dialogue windo...
Join discussion
Jul 18, 2022 · 16 min read · Background Introduction Parts 2 (Tcl), 3 (GO), and 4 (Crystal) of this series presented a formula-based solution to calculate count sequences that comprise a unique data set based on a given index. To further develop our application, we calculate th...
Join discussion