I thought that was too much boilerplate for a simple feature since I was just using Puppeteer to take a page screenshot
So I refactored the code to use @browserless REST API, and now it's working with just a few lines 😌
I reached a problem when building an API route with Next.js which boots a headless browser to take a screenshot
Puppeteer was taking too much memory of the serverless function size, and so I discovered browserless.io/ after reading this thread github.com/orgs/vercel/discu…
I reached a problem when building an API route with Next.js which boots a headless browser to take a screenshot
Puppeteer was taking too much memory of the serverless function size, and so I discovered browserless.io/ after reading this thread github.com/orgs/vercel/discu…
I reached a problem when building an API route with Next.js which boots a headless browser to take a screenshot
Puppeteer was taking too much memory of the serverless function size, and so I discovered browserless.io/ after reading this thread github.com/orgs/vercel/discu…
🚀 FRONT IN FLORIPA 2022 🚀
O maior evento front-end de Santa Catarina chega na sua 8ª edição, sempre de "front" pro mar 😎
Ingressos LIMITADOS promocionais "Early Bird", aproveitem!
Todos os anos tivemos SOLD OUT ein 😅
➡️ frontin.floripa.br
O Front In Floripa é um evento muito especial pra mim, pois foi o primeira vez que tinha contado com DevRel quando eu trabalhava como dev junior em uma empresa de consultoria de Florianópolis
Agora vou participar como speaker e mal posso esperar pra conhecer vocês 💕
🚀 FRONT IN FLORIPA 2022 🚀
O maior evento front-end de Santa Catarina chega na sua 8ª edição, sempre de "front" pro mar 😎
Ingressos LIMITADOS promocionais "Early Bird", aproveitem!
Todos os anos tivemos SOLD OUT ein 😅
➡️ frontin.floripa.br
🚀 FRONT IN FLORIPA 2022 🚀
O maior evento front-end de Santa Catarina chega na sua 8ª edição, sempre de "front" pro mar 😎
Ingressos LIMITADOS promocionais "Early Bird", aproveitem!
Todos os anos tivemos SOLD OUT ein 😅
➡️ frontin.floripa.br
I had an accident when riding a scooter and got some stitches on my chin as a souvenir 🫠
A full travel experience, even got to use the Portuguese health system
#ElixirConf Phoenix LiveView Native? This is crazy amazing. Still a LiveView server sending websocket updates, but instead of a web client, it's a SwiftUI client. wow @DockYard
Managed to get the pagination for my learning journal to work with a decent UX! 🫡
I'm using SWR to perform an in-memory cache of the requests per page, so it's possible to go back and forth without seeing a lot of loading states