The API URL for searching jobs is: https://www.linkedin.com/jobs-guest/jobs/api/seeMoreJobPostings/search, and it can be called this way, returning jobs from all categories.
| Parameter | Description |
|---|
The API URL for searching jobs is: https://www.linkedin.com/jobs-guest/jobs/api/seeMoreJobPostings/search, and it can be called this way, returning jobs from all categories.
| Parameter | Description |
|---|
I’ve written a newer optimized 2026 version of this guide with a faster setup using Zinit + Starship and improved plugin loading.
This version avoids slow shell startups and works better with modern Zsh setups.
Updated guide: https://gist.github.com/n1snt/2cccc8aa5f7b645a7628d3512c70deb6
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>AWS RSS feeds 2019-04-22</title> | |
| </head> | |
| <body> | |
| <outline text="AWS" title="AWS"> | |
| <outline type="rss" text="Infrastructure & Automation" title="Infrastructure & Automation" xmlUrl="https://aws.amazon.com/blogs/infrastructure-and-automation/feed/" htmlUrl="https://aws.amazon.com/blogs/infrastructure-and-automation/"/> | |
| <outline type="rss" text="AWS Developer Blog" title="AWS Developer Blog" xmlUrl="http://feeds.feedburner.com/AwsDeveloperBlog" htmlUrl="https://aws.amazon.com/blogs/developer/"/> |
| { | |
| "presets": [ | |
| [ | |
| "@babel/preset-env", | |
| { | |
| "modules": "commonjs" | |
| } | |
| ] | |
| ] | |
| } |