

Potluck - Headless WordPress, Databases, Regex
Jun 15, 2022
The hosts dive into the intricacies of headless WordPress, exploring its API capabilities and the integration with mobile apps. Regex challenges are unpacked, offering tools to ease the learning curve. The discussion also touches on JavaScript fundamentals, the rise of Figma as a collaboration tool, and trends in fitness post-pandemic. They even address how CSS custom properties might evolve. It's a mix of tech insights, personal reflections, and engaging listener questions.
AI Snips
Chapters
Transcript
Episode notes
Database Hosting
- Host a database on the same server as your code for faster communication.
- This is less crucial at smaller scales but vital for enterprise-level speed.
Regex Advice
- Use pre-built regex patterns whenever possible.
- Tools like regex101 and Regexper can help validate and learn Regex.
Regex Tools
- VS Code GitHub Copilot can write Regex if you describe the desired pattern in comments.
- Regex101 offers a quiz game and a library of pre-made Regexes.