API calls and Testing

API calls and Testing

After some more work, I have results! You should be able to check now at the bottom of my page for a little Visitor Counter! I added in JavaScript to my page like so: <script> const API_URL = “https://******.execute-api.us-east-1.amazonaws.com/default/visitorcount”; async function fetchAndShowCount() { try { const res = await fetch(API_URL, { method: “POST” }); if…

Rethinking the Test Pyramid: A Balanced View from Code to Customer

When we talk about automated testing, the Test Pyramid often comes up. This is a popular model introduced by Mike Cohn. While it provides a solid foundation for designing test strategies in software development, it is time we evolve the conversation. When we factor in real-world business impact and modern testing tools, the classic pyramid…

The Future of Storage Devices; Trends and Innovations for 2025 and Beyond

The Future of Storage Devices; Trends and Innovations for 2025 and Beyond

In an era where data powers every aspect of business and personal life, storage devices are evolving faster than ever. From mechanical drives designed for long-term reliability to cutting-edge flash-based solutions that redefine speed, the next generation of storage technology is reshaping how we store, protect, and access our digital assets. Whether you are managing…

Adam Savage’s Tested: How to Prepare a Space Shuttle Engine for Display at Smithsonian! (at @airandspace)

Adam Savage’s Tested: How to Prepare a Space Shuttle Engine for Display at Smithsonian! (at @airandspace)

Adam Savage heads back to the Smithsonian’s Mary Baker Engen Restoration Hangar at the Udvar-Hazy Center to watch museum specialist Bridget Clark bring a 15,000-lb space shuttle engine back to life. From careful cleaning and corrosion checks to surprising discoveries hidden in its nooks and crannies, Bridget spills the secrets that make this massive relic…

Thousands of Microsoft Exchange servers remain unpatched against major threat – here’s what to do to stay safe

Thousands of Microsoft Exchange servers remain unpatched against major threat – here’s what to do to stay safe

Microsoft sounded the alarm on a hybrid Exchange bug in early August 2025 However almost 30,000 instances remain vulnerable Microsoft has advised users how to defend their endpoints, so patch now Almost a week after Microsoft publicized finding and patching a dangerous, high-severity flaw in hybrid Exchange deployments, experts have warned thousands of endpoints remain…

GeForce Game Ready Driver poster

Rockstar and Nvidia aren’t done with GTA 5 just yet, and I’m not either – now it’s getting DLSS 4 Multi Frame Generation support

Rockstar’s GTA 5 has received another big update, a decade after its PC launch Nvidia has implemented Multi Frame Generation support for multiple games, including GTA 5, in a new driver It’s the ideal time for updates before GTA 6’s launch on May 26, 2026 It’s almost time for Rockstar Games’ Grand Theft Auto 6…

Stop Wasting Money on the Wrong Robot Parts: The Essential Starter Kit

Stop Wasting Money on the Wrong Robot Parts: The Essential Starter Kit

Starting in robotics is exciting and overwhelming. With so many shiny, high-spec parts available, beginners often spend too much on components they don’t need yet. Worse, mismatched parts can lead to poor performance and frustration. Here’s the truth: your first robot doesn’t need to be powerful, it just needs to work for the problem you’re…