-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jamstack 2024 #3610
Comments
What is the definition of "Jamstack" that the 2024 version of the almanac will use? The official definition (Jamstack.org) has shifted over the years, as has the definition used by the web almanac. In 2020/2021 it was a framework-centric definition and in 2022 it was performance-centric definition. |
Thank you for sharing your concern. We are focused on the framework-centric domain; however, the analysis and outline are shaped by the content team. |
@ianand, would you be interested in contributing as an author? |
Would love to contribute as a reviewer for jamstack |
Hey @seldo @whitep4nth3r @GregBrimble @Nutlope @seldo - awesome contributors from previous years 🙂 Are you interested in joining us again this year? |
I appreciate the invitation, but it doesn't really fit my current job description! |
Likewise, I will pass thank you! |
I'm afraid I don't have capacity this year, but I'm sharing this with someone who I think might be up for it. |
hey @nrllh, I've been working on a community project to figure out where Jamstack goes from here, happy be involved if I can be useful. |
Thank you, @mneumegen! So you are now the lead autor ;) We need an analyst and a reviewer, then we are fine with this chapter! |
Hey, I'm happy to review the content. I'm already in touch with @mneumegen, and we need to catch up and talk about Jamstack—it is his initiative. I think he is the right person to be the lead author for this topic. I'm the co-founder of a Jamstack agency, and we've been working on a lot of Jamstack-related projects, so I can share my perspective on how the term Jamstack evolves for us and our clients. |
Thank you, @thomkrupa! Do you (@thomkrupa, @mneumegen) think you could also take on the role of analyst for this chapter? Unfortunately, we still do not have any analysts. |
Is there any documentation of the data and analyst tools available? I'm new to this so I'm not quite sure what I'm getting into taking on a whole chapter. |
Mostly we query the HTTP Archive dataset which is based on a monthly crawl of the top X million websites in the world. It gathers all the stuff that makes up the homepage (what resources it loads, the size of those… etc.), and one secondary page. For both mobile simulation and desktop simulation. It also runs a Wappalyzer detection to try to detect what technologies are used by the site based on JS it sees, HTTP headers and HTML markup. All this data is stored in a massive BigQuery dataset. There’s an Analyst’s guide here: https://github.com/HTTPArchive/almanac.httparchive.org/wiki/Analysts'-Guide And the 2022 queries are here if you can read SQL: At its simplest you can copy and paste the queries to a 2024 folder and update the dates. And then run them through BigQuery (we’ll provide access to that as some of these queries are chunky!). For a more interesting chapter, it’ll mean seeing what new stuff you can query for. That’s a brainstorming exercise between the author, the analyst and reaching out to some HTTP Archive experts (including myself) to see what’s possible. For example, In 2022 they went in a whole new direction as to what they defined as a Jamstack. You can continue that, or revert to 2021 definition and queries. Or come up with something new again! And if there’s stuff that’s not available that you can pick up from the page using JavaScript the you can write that script and we’ll help you get it added to the next crawl so you can gather that data. So JavaScript knowledge would be good if that’s needed. Or alternatively you can update our technologies detection config to catch and new technologies we’re not detecting. So read the previous years chapters to familiarise yourself with the type of stuff that can be queried. Then ask yourself what you as a Jamstack subject matter expert would like to know on the topic? What did previous years not cover that would be interesting to dig into? You can also browse the other chapters to see what they include to further understand what’s possible, and maybe give inspiration. |
Hi there! I'm happy to join as an analyst 😃 BTW, I love @tunetheweb's suggestion about brainstorming to see what new things we can query for 👍 |
Sorry for the delay. Realize it's a moot point now but I didn't have the bandwidth. Glad to see @mneumegen is on it though! Curious to see what you come up with given the past approaches and challenges. |
thank you, @ianand! We are still looking for contributors for this chapter. Please let us know, if you want to contribute to the chapter =) |
Let's do it @guaca & @thomkrupa. I've sent a Calendar event for next week to talk about first steps. @turban1988 & @S3gillu if you're keen to join, send an email over to mike@cloudcannon.com. Thanks! |
Jamstack 2024
If you're interested in contributing to the Jamstack chapter of the 2024 Web Almanac, please reply to this issue and indicate which role or roles best fit your interest and availability: author, reviewer, analyst, and/or editor. You might be interested in exploring the changes to this year's version here.
Content team
Expand for more information about each role 👀
Note: The time commitment for each role varies by the chapter's scope and complexity as well as the number of contributors.
For an overview of how the roles work together at each phase of the project, see the Chapter Lifecycle doc.
Milestone checklist
0. Form the content team
April 15
Complete program and content committee - 🔑 Organizing committee1. Plan content
May 1
First meeting to outline the chapter contents - 🔑 Content team2. Gather data
June 1
Custom metrics completed - 🔑 AnalystsJune 1
HTTP Archive Crawl - 🔑 HA Team3. Validate results
August 15
Query Metrics & Save Results - 🔑 Analysts4. Draft content
September 15
First Draft of Chapter - 🔑 AuthorsOctober 10
Review & Edit Chapter - 🔑 Reviewers & Editors5. Publication
October 15
Chapter Publication (Markdown & PR) - 🔑 AuthorsNovember 1
Launch of 2024 Web Almanac 🚀 - 🔑 Organizing committee6. Virtual conference
November 20
Virtual Conference - 🔑 Content TeamChapter resources
Refer to these 2024 Jamstack resources throughout the content creation process:
📄 Google Docs for outlining and drafting content
🔍 SQL files for committing the queries used during analysis
📊 Google Sheets for saving the results of queries
📝 Markdown file for publishing content and managing public metadata
💻 Collab notebook for collaborative coding in Python - if needed
💬 #web-almanac-jamstack on Slack for team coordination
The text was updated successfully, but these errors were encountered: