✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Accreditly

12 articles · Updated every 3 hours · View all reads

All Articles 131,485Blog Posts 136,280Tech Tutorials 34,036Research Papers 25,454News 18,691 ⚡ AI Lessons
How to auto-generate Open Graph images for every WordPress post
Dev.to · Accreditly 2w ago
How to auto-generate Open Graph images for every WordPress post
Generate a proper 1200x630 share card for every WordPress post automatically on save, built from the post's own title, and serve it as the og:image.
How to turn any URL into a screenshot from Node.js
Dev.to · Accreditly 3w ago
How to turn any URL into a screenshot from Node.js
Capture any web page as a PNG from Node with a single fetch. Full-page captures, single-element grabs by selector, saving to disk and batching, no Puppeteer.
Use Laravel to create your own MCP server
Dev.to · Accreditly 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Use Laravel to create your own MCP server
Claude can already work with your Laravel app. Not by you hand-building a REST API, writing a client,...
Replacing five Figma files with one HTML renderer for our content brand
Dev.to · Accreditly 🖌️ UI/UX Design ⚡ AI Lesson 1mo ago
Replacing five Figma files with one HTML renderer for our content brand
The trigger was a brand refresh. The marketing director walked into a Tuesday standup with a new...
Why we replaced PDF invoice attachments with inline PNG receipts
Dev.to · Accreditly 1mo ago
Why we replaced PDF invoice attachments with inline PNG receipts
We used to attach a PDF to every order confirmation email. The PDF was the invoice, generated...
One API, every social image - dynamic OG, Twitter, LinkedIn, Pinterest, YouTube
Dev.to · Accreditly 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
One API, every social image - dynamic OG, Twitter, LinkedIn, Pinterest, YouTube
We were shipping one OG image per post. It was 1200 by 630. It was rendered server-side from a Blade...
Chart.js Server-Side Rendering as Images (Python Guide)
Dev.to · Accreditly ⚡ AI Lesson 2mo ago
Chart.js Server-Side Rendering as Images (Python Guide)
I needed weekly performance reports emailed to clients. Each report had four charts: revenue trend,...
Dynamic OG Images in Next.js Without @vercel/og (1,200 630)
Dev.to · Accreditly 📣 Digital Marketing & Growth ⚡ AI Lesson 2mo ago
Dynamic OG Images in Next.js Without @vercel/og (1,200 630)
I had a perfectly reasonable OG image template. Flexbox layout, custom font, a gradient background, a...