A silly thing but have you ever wondered what's the difference between a terminal and a shell? I think both terms can be confusing for beginners
I loved this answer from Stack Overflow, in which they compare terminal as a browser and shell as JavaScript
O Brazil tem sim vários defeitos e viver na Europa proporciona facilidade em diversos aspectos do dia dia
Mesmo levando isso em consideração, o que pesou na decisão de voltar foi meu amor por Florianópolis ❤️
Quero viver bem lá, junto com a minha familia e amigos
I think more people will ask about this 👇
Why I decided to move back to Brazil? It was mostly based on my vision of future and long term goals
Personally I came to EU not to seek for better life conditions, but to have new experiences regarding culture and career +
One trip that I'll never forget: When we traveled to Italy to visit the client's office
I got to know Milan for the first time, we had the best time ever and our relationship as a team became even closer 🇮🇹
That's me in front of Duomo 😅
I've grown personally and also in terms of career
There were internal trainings that allowed me to improve some skills beyond tech, get to know more about project management, team building, and communication +
This is my last week working at @ReaktorNow 🥹
Moving to EU was a huge decision, a rollercoaster of emotions, but I was blessed to be part of a company in which I got to know coworkers that became friends and gave me support along my journey here +
So so cool... applies the new @media (hover: hover) feature to all `hover:*` Tailwind classes 🤌💋
No more annoying sticky hover state after tapping a link on mobile!
MDN: developer.mozilla.org/en-US/…
caniuse: caniuse.com/mdn-css_at-rules…
My learning journal updates will be automatically published on my Twitter account! 📰
I've built an API route on my Next.js app that receives a webhook event from @Hygraphcom and takes a screenshot of a page by using @microlinkhq screenshot API
Along the way, I realized that using Puppeteer for screenshot automation was introducing too much boilerplate and issues with serverless functions size
I ended up using a browser as a service API and miniming the number of dependencies that I had introduced previously
My learning journal updates will be automatically published on my Twitter account! 📰
I've built an API route on my Next.js app that receives a webhook event from @Hygraphcom and takes a screenshot of a page by using @microlinkhq screenshot API
Hypraph is calling my serverless API route many times for one webhook event
My assumption from looking at the logs is that the serverless function is not resolving correctly and thus the request is being retried