/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

stevenwoodson.com
| | davedavies.dev
3.5 parsecs away

Travel
| | Use 11ty Static Site Generator to fetch posts and pages from a WordPress blog, and build them into an entirely static website we can deploy to Netlify
| | www.webstoemp.com
1.3 parsecs away

Travel
| | Fetching a whole bunch of data from APIs at build time can be an intensive process. Getting that data in a performant way and caching it locally is an important part of Jamstack projects.
| | robkendal.co.uk
3.7 parsecs away

Travel
| | Learn how to create an RSS feed for your Next.js website in part three in the series of using WordPress as a headless CMS with Next.js
| | msfjarvis.dev
12.7 parsecs away

Travel
| Type of change Bugfix New feature Enhancement Refactoring Dependency updates Description Switch up password edit layout and check against users incorrectly specifying directories in the filename. Motivation and Context Fixes #928 How did you test it? Try to rename test1 from password root to foo/test by changing filename and observe it failing correctly. Checklist I formatted the code with the IDE's reformat action (Ctrl + Shift + L/Cmd + Shift + L) I reviewed submitted code I added a CHANGELOG...