pwshub.com

Links For You (8/3/2024)

Links For You (8/3/2024)

The past few weeks have been a bit crazy, although mostly crazy good. Since the last one of these posts, my family and I went on vacation in San Antonio for a few days, and currently, my wife and I are in New Orleans for a short break. Last night we went to the Postmodern Jukebox concert which was easily one of the most fun concerts I've been to. I'll share one of their clips at the end, but let me just say that they were a real treat live.

CSV for Eleventy

First up is a great example of why I love Eleventy - its flexibility. This post, "Eleventy - Add CSV data file support" describes how you can use CSV files in Eleventy to drive your content. Eleventy's Data feature is incredibly powerful and this post by Rob O'Leary gives a great example of that.

Automating Redirects with Eleventy

If I've shared one Eleventy link, why not another? Flamed Fury, who wins the award for then coolest domain/name I've seen in a while, wrote up a post on creating a .htaccess file automatically with Eleventy: Automate 301 Redirects In 11ty. This also serves as a great time to remind folks that while his example uses Nunjucks, you can always recreate their logic in any of the other supported Eleventy languages, or just include it. Eleventy is fine with that. I normally recommend folks stick to one language in their project, there are times when it's really helpful to be able to mix in another language. I do this myself with EJS (although I'm removing those pages soon).

Exploring JavaScript

Repeat readers of this series know that I've often shared links to Dr. Axel Rauschmayer. He has consistently, for years now, done incredibly deep explorations into JavaScript. He has shared the latest version of his book, Exploring JavaScript for free on his website. You can, and I suggest you do, also purchase the book as well to show your support, but that is completely optional. (He even provides a helpful chapter to read before you buy to help you with that decision.) I especially like the "New in" section which breaks down updates by release.

And last but not least...

Ok, so I mentioned above I'd share a Postmodern Jukebox track for you all to enjoy, so here's one of their latest. As I said, they are spectacular live!

Play Video

Support this Content!

If you like this content, please consider supporting me. You can become a Patron, visit my Amazon wishlist, or buy me a coffee! Any support helps!

Want to get a copy of every new post? Use the form below to sign up for my newsletter.

Source: raymondcamden.com

Related stories
5 days ago - The rapid evolution of artificial intelligence (AI) has resulted in a powerful synergy between large language models (LLMs) and AI agents. This dynamic interplay is sort of like the tale of David and Goliath (without the fighting), where...
1 month ago - In July 2024, Python published the first release candidate of its 3.13 version. The PSF announced some news about new staff members, and PyOhio US 2024 took place in Ohio. Finally, some fundamental Python projects, such as Django, Pillow,...
1 month ago - None of these sites need to be hostile to use. All of them would be significantly more useable if states abandoned the client-side-rendering approach, and along with it, the legacy JavaScript frameworks (React, Angular, etc.) built to...
1 month ago - This post shows how to connect a serverless API to a PlanetScale database using the PlanetScale database driver for JavaScript and perform SQL queries.
1 month ago - Instead of an omnibus mega-post, this investigation into how JavaScript-first frontend culture broke US public services will be released in four parts. To catch them as they come out, subscribe to the RSS feed. When you live in the shadow...
Other stories
1 hour ago - Hello, everyone! It’s been an interesting week full of AWS news as usual, but also full of vibrant faces filling up the rooms in a variety of events happening this month. Let’s start by covering some of the releases that have caught my...
2 hours ago - Nitro.js is a solution in the server-side JavaScript landscape that offers features like universal deployment, auto-imports, and file-based routing. The post Nitro.js: Revolutionizing server-side JavaScript appeared first on LogRocket Blog.
2 hours ago - Information architecture isn’t just organizing content. It's about reducing clicks, creating intuitive pathways, and never making your users search for what they need. The post Information architecture: A guide for UX designers appeared...
2 hours ago - Enablement refers to the process of providing others with the means to do something that they otherwise weren’t able to do. The post The importance of enablement for business success appeared first on LogRocket Blog.
3 hours ago - Learn how to detect when a Bluetooth RFCOMM serial port is available with Web Serial.