Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
Music
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/81/9c/36/819c3666-9e7a-656b-c607-ffbce81e4f05/mza_10095275491377320036.png/600x600bb.jpg
CodePen Radio
CodePen Blog
100 episodes
3 days ago
The CodePen team talk about the ins and outs of running a web software business.
Show more...
Technology
RSS
All content for CodePen Radio is the property of CodePen Blog and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
The CodePen team talk about the ins and outs of running a web software business.
Show more...
Technology
https://blog.codepen.io/wp-content/uploads/2025/08/np_network_5161068_000000.svg
407: Our Own CDN
CodePen Radio
2 months ago
407: Our Own CDN
Robert and Chris jump on to talk about own own little CDN project. Maybe that's not the right term, but we struggled with naming it. Truth be told, it's the /public/ folder in our monorepo, where the purpose is getting files to the world wide internet at URLs that anyone can access. Our favicon is a good example, where many of our sites need access to that, but we only want it once in our repo (but we have actually lots of use-cases.) There are several complications along the way. One is that we need to fingerprint these files so we can cache-bust them when needed. We also need to be able to import the URLs in other parts of the repo, so we need manifest files that contain those URLs in multiple formats. Plus many of the files have their own build process, they aren't just entirely static files. In the end, building our own thing was probably the right move. The files go to Cloudflare R2, which, I suppose, is the CDN part. Time Jumps
CodePen Radio
The CodePen team talk about the ins and outs of running a web software business.