pwshub.com

Links For You (9/28/24)

Hello dear readers. I wish I could say I've got a restful weekend in front of me, but today we're driving to New Orleans to pick up our eldest who has been in Germany for a year, and tomorrow we fly to Las Vegas for the Adobe ColdFusion Summit. Both are things I'm quite happy about, but it's going to be a lot. I'm currently sitting, drinking coffee, and watching "Grey's Anatomy", a good guilty-pleasure show.

Before we get into the links, a few quick reminders. If you aren't already a subscriber, use the form below or here to sign up for my mailing list. Right now it's just tied to my posts and as a subscriber, you'll get an email notice for each post.

If you are already a subscriber, thank you! If you want to support me (and this site) in other ways, please consider buying me a coffee or visiting my Amazon Wishlist, or as I call it, the list of things I'd like but absolutely do not need. ;)

Alright, let's get to it!

A Look at Japanese Web Design

This is an absolutely fascinating look at how different countries culture's impact their web design, in this case, Japan. I've seen web sites from Japan before and absolutely noticed the differences, but Phoebe Yu does an incredibly deep dive into the why of those differences.

Play Video

Free APIs

Next up is a giant list of free APIs: https://github.com/public-apis/public-apis. Maybe I'm weird, but I love playing with random APIs, and free APIs make that play even easier. This repository contains a huge list of APIs categorized into things like Business (that's me, I'm all business), Dictionaries, Geocoding, and more. And since I pitched my newsletter above, I'll point out I discovered this gem via the excellent weird wide web hole newsletter run by Salma Alam-Maylor. I definitely recommend subscribing.

In the Beginning There Was... BASIC

I'm going to go out on a limb and suggest that, probably, I'm older than many of my readers. I got my start with computers in the early 80s on an Apple 2e (or Plus, I can't remember which we had) my mom had gotten from her employer. I played a lot of games on that machine, but at some point, I wanted to actually do things with the hardware, and that meant coding. BASIC was incredibly approachable, something I greatly appreciate now as a developer advocate. I wrote, probably, thousands of programs on that Apple, many of which were copied by hand from magazines like Family Computing.

"Back to BASIC—the Most Consequential Programming Language in the History of Computing" by Clive Thompson does a great job capturing my feelings about the language and the impact it had on my life.

While I don't want to go back to BASIC (ignoring that silly experiment from earlier this year), the language will always have a special place in my heart.

And now for something interesting...

This video was shared with me by my friend Todd Sharp and the subject manner may not be something you think is interesting - refrigeration. But in thirty minutes, the presenter (sorry, I can't seem to find their name and if they aren't being obvious about it, I won't hunt), talks about refrigeration and specifically thermoelectric cooling. This is absolutely not something I'd watch if Todd had not shared with me, but honestly, this is a master class in how to make a technical topic interesting. It's informative and fun at the same time. Enjoy.

Play Video

Source: raymondcamden.com

Related stories
1 month ago - Disclaimer: This post includes Amazon affiliate links. Clicking on them earns me a commission and does not affect the final price.Hello 👋 It’s that...
1 month ago - Have you ever used an attribute in HTML without fully understanding its purpose? You're not alone! Over time, I've dug into the meaning behind many HTML attributes, especially those that are crucial for accessibility. In this in-depth...
1 month ago - CSS Grid is an incredibly powerful tool for building layouts on the web, but like all powerful tools, there's a significant learning curve. In this tutorial, we'll build a mental model for how CSS Grid works and how we can use it...
1 week ago - Having a properly designed and comprehensive documentation site is important for any project. But creating good documentation can be challenging, and problems like poor user onboarding experience and increased support tickets can become...
2 weeks ago - Should you use a Python virtual environment in a Docker container? What are the advantages of using the same development practices locally and inside a container? Christopher Trudeau is back on the show this week, bringing another batch...
Other stories
3 minutes ago - Hina Kharbey talks about how the roles of a mentor versus a coach differ, as well as the situations that work best for having each one. The post Leader Spotlight: The difference between mentoring and coaching, with Hina Kharbey appeared...
3 hours ago - Fixes 41 bugs (addressing 595 👍). node:http2 server and gRPC server support, ca and cafile support in bun install, Bun.inspect.table, bun build --drop, iterable SQLite queries, iterator helpers, Promise.try, Buffer.copyBytesFrom, and...
7 hours ago - This guide provides a foundational understanding of Redux and why you should use it for state management in a React app. The post Understanding Redux: A tutorial with examples appeared first on LogRocket Blog.
9 hours ago - Discover some of the best Node.js web scraping libraries, including Axios and Superagent, and techniques for how to use them. The post The best Node.js web scrapers for your use case appeared first on LogRocket Blog.
12 hours ago - Infinite runner games have been a favorite for gamers and developers alike due to their fast-paced action and replayability. These games often feature engaging mechanics like endless levels, smooth character movement, and dynamic...