All
Articles 131,485Blog Posts 136,280Tech Tutorials 34,036Research Papers 25,454News 18,691
⚡ AI Lessons

Dev.to · Accreditly
8h ago
Add "Export as image" to any dashboard
Add a reliable export-as-image button to a dashboard by rendering the panel server-side in a real browser, instead of rasterising the DOM in the browser.

Dev.to · Accreditly
2d ago
How to Generate Verifiable PDF Certificates in Laravel
Design a certificate in Blade, render it as a vector PDF, add QR code verification and email it to learners automatically on course completion.

Dev.to · Accreditly
2d ago
WeasyPrint Alternative: HTML to PDF in Python (When You Need JavaScript)
Where WeasyPrint, pdfkit and xhtml2pdf stop, and how to get browser-accurate vector PDFs from Python with working JavaScript and nothing to install.

Dev.to · Accreditly
1w ago
How to generate course completion certificates from HTML in Laravel
Issue branded, verifiable course completion certificates in Laravel by rendering a Blade view to an image, with a queued job and a verification route.

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.

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.

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,...

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...

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...

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...

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,...

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...
DeepCamp AI