
The Vanilla JS Podcast
1,877 FOLLOWERS
A show about JavaScript for people who hate the complexity of modern front-end web development. Host Chris Ferdinandi shares code snippets, tools, techniques and interesting stuff from around the web.
The Vanilla JS Podcast
3d ago
In today’s episode, I talk about my tips and tricks for building and maintaining a thriving developer community. Links
My Community Guidelines: https://gomakethings.com/community-guidelines/
The Lean Web Club: https://leanwebclub.com
Transcript ..read more
The Vanilla JS Podcast
6d ago
In today’s episode, I talk about how to start an ordered list with a number other than one.
Transcript ..read more
The Vanilla JS Podcast
2w ago
In today’s episode, I talk about how I implement location-based pricing for my courses, books, and workshops. Links
Working with Hugo: https://gomakethings.com/series/hugo-and-static-site-generators/
Easy Digital Downloads: https://easydigitaldownloads.com/
Pricing Parity Plugin: https://github.com/cferdinandi/gmt-pricing-parity/
GeoLite 2: https://www.maxmind.com/en/home
My various product sites: https://gomakethings.com/resources/
The PPP API: https://purchasing-power-parity.com/
Transcript ..read more
The Vanilla JS Podcast
2w ago
In today’s episode, I talk about how I create my courses, books, and workshops. Links
My Pocket Guides: https://vanillajsguides.com/
Screenflow: https://www.telestream.net/screenflow/overview.htm
Camtasia: https://www.techsmith.com/video-editor.html
Unsplash: https://unsplash.com/
The Noun Project: https://thenounproject.com/
Sketch: https://www.sketch.com/
Pandoc: https://pandoc.org/
wkhtmltopdf: https://wkhtmltopdf.org/
Calibre: https://calibre-ebook.com/
Ebook Boilerplate CLI: https://github.com/cferdinandi/ebook-boilerplate
Vimeo: https://vimeo.com/solutions/creative-professionals-solutio ..read more
The Vanilla JS Podcast
3w ago
In today’s episode, I talk about Links
https://someantics.dev/
https://benmyers.dev/#h-blog
https://webaim.org/projects/million/
https://deque.com/axe/devtools/
https://chrome.google.com/webstore/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd
https://developer.chrome.com/docs/lighthouse/accessibility/
https://www.scottohara.me/
https://twitter.com/marcysutton/status/1292971874570256385
https://www.deque.com/axe-con/sessions/the-accessibility-to-burnout-pipeline/
https://www.youtube.com/watch?v=cZhiu-jGbdE
Transcript ..read more
The Vanilla JS Podcast
1M ago
In today’s episode, I talk about about how the abbreviation element sucks. Links
The abbr element
Martin Underhill on why the abbr element is problematic
Transcript ..read more
The Vanilla JS Podcast
1M ago
In today’s episode, I talk about JSX in the browser. Links
About JSX
Sanitizing HTML strings
The HTML Sanitizer API (experimental)
Transcript ..read more
The Vanilla JS Podcast
1M ago
In today’s episode, I talk about Flexbox versus CSS Grid, and when to pick one over the other. Links
Layout Land
The Lean Web Club
Transcript ..read more
The Vanilla JS Podcast
1M ago
In today’s episode, I talk about how to advocate for inclusive design when other developers or leadership push back. Links
Julianna Rowsell’s Tweet
The Lean Web Club
Transcript ..read more
The Vanilla JS Podcast
1M ago
In today’s episode, I talk about how I self-publish the Vanilla JS Podcast. Links
Blue Yeti
Shure MV7
RØDE PSA1 Boom Arm
Screenflow
Camtasia
FFmpeg
tagr
DigitalOcean Spaces
Working with static site generators
Whisper and OpenAI
Descript
FFmpeg command line script…
FILE=name-of-mp4-file
ffmpeg -i $FILE.mp4 -ac 1 -ab 96k $FILE.mp3
Transcript ..read more