Hey Jesse!
Mind sharing some more info here so I can try to help?
- Where are you seeing conflicting docs
- What are you seeing as a problem when you try it
- Do you have a project I can see?
Posts by Domitrius Clark
Hey Zeu ๐ญ
Really sorry to see your costs getting shot up like that. I've elevated this internally and we would love to forgive the costs you incurred and help get you setup for the future. I've got a couple of our support on standby for you to reach out.
I'll DM you
First of many explorations of building with Netlify primitives while Iโm ramping back up
Next up will be streaming content from functions and Blob storage ๐
When done right, good agent experience (AX) can become a force multiplier for developer experience (DX) and productivity.
DX ๐ค๐ค AX
@domitri.us hits the virtual stage at TheJam.Dev 2025 to show you how to build AI experiences on Netlify! Tune in later today!
Folks, TheJam.Dev is (FREE and) happening tomorrow and Thursday! I'll be back co-hosting with @remotesynthesis.com.
We have some absolute legends from the community on stage with us tomorrow โ @henrihelvetica.bsky.social, @domitri.us, @raymondcamden.com, @rachelandrew.bsky.social, and so many more!
First video back ๐ซก
Thank you Sanity for making this possible and thank you Jason for always bringing me along for the ride. Youโve built something special.
Enjoy!
I always say โi had so much funโ when i get invited to do something with Jason, but this one took the cake.
Absolutely lucky to share space with amazing engineers and humans like Charlie, Kent, and Aaron.
Means so much! Thank you for always being the sweetest
Can't wait to hang again!!
Yessir! LFG
TY brother, hope you're doing great
thank you ๐ช
Appreciate your constant support Tom! Hope I make ya proud ๐ซ
So excited to have Dom back at Netlify! Weโre already cooking up some good stuff for 2025 that I canโt wait to share with yโall!
LETS GOOOOOOOOOO
Thanks Zeu ๐ฅน
Iโm gonna work on being more active here!
Thanks dude ๐ซ
Expect some new content, refreshed education, and a focus on helping folks use Netlify to push their ideas into the world and please use me as a "How the heck do I do this on Netlify" button ๐ซก
Thankfully, after meeting with @seancdavis.com , I felt like there was such energy to bring our community the best we could offer and build something really awesome together.
๐๐ผ
and having a usual catch up with @biilmann.blog -- chatting about what we wanted to see from Netlify over the next year and how we'd want to impact developers.
๐๐ผ
After a whirlwind of interviews, conversations about Developers and the ecosystem we've found ourselves in and the type of work I wanted to focus on, I found myself in SF (thanks @jason.energy)
๐๐ผ
Really psyched to announce my return to the @netlify.com Developer education team!
small update: My role at Block has expanded and I now lead Developer Relations company-wide.
Iโm an easy target
Yep! Very cool thing wizards did when the pandemic happened
Spelltable is everything now! Distance doesnโt matter
Cause it would be cool to do like a monthly commander game with devs ๐
Does anyone play MTG โ specifically commander? (but any format is good)
I wanna start up one of these list things
Bootcamp -> self taught
No one wanted a fresh 3 month rubyist (especially when bootcamps were still so new) so i went all in on JS/React and itโs all been up from there ๐ค
import { authorFeedLoader } from "@ascorbic/bluesky-loader"; const posts = defineCollection({ loader: authorFeedLoader({ identifier: "mk.gg", }), }); export const collections = { posts };
--- import { getCollection } from "astro:content"; const posts = await getCollection("posts"); --- <div> { posts.map(async (post) => { const { Content } = await render(post); return ( <section> <Content /> <p>{post.data.likeCount} likes</p> </section> ); }) } </div>
Would you like to display your Bluesky posts in your Astro site? I've made an Astro content loader for Bluesky! When you build the site it loads your posts and puts them in a content collection. You can then display them on a page, or use the raw data however you want.
github.com/ascorbic/ast...
This is so awesome for my new site theme to feel even more like tumblr ๐