Logo
Pedro Oliveira
21 days ago
Implemented OAuth 2.0 with PKCE for our mobile app. Security first! #oauth #security #api
Pedro Oliveira
3 months ago
Just set up CI/CD with GitHub Actions. Automated testing and deployment in under 5 minutes! #cicd #devops #automation
Pedro Oliveira
30 days ago
Vue 3 Composition API is so elegant. Finally, logic can be properly organized and reused! #vuejs #frontend #javascript
Pedro Oliveira
3 months ago
Finally understood the event loop in JavaScript. It's the key to writing non-blocking code! #javascript #nodejs #async
Pedro Oliveira
20 days ago
Finally understood the event loop in JavaScript. It's the key to writing non-blocking code! #javascript #nodejs #async
Pedro Oliveira
3 months ago
Exploring Astro for static site generation. The partial hydration concept is brilliant! #astro #jamstack #frontend
Pedro Oliveira
1 month ago
Exploring Astro for static site generation. The partial hydration concept is brilliant! #astro #jamstack #frontend
Pedro Oliveira
2 months ago
Just finished building a responsive dashboard with React and Tailwind CSS. The component architecture makes maintenance so much easier! #react #tailwindcss #webdev
Pedro Oliveira
2 months ago
TypeScript strict mode saved us from 3 production bugs this week alone. Type safety is not optional anymore! #typescript #javascript
Pedro Oliveira
26 days ago
PWA development is underrated. Our app now works offline and users love it! #pwa #webdev #mobile
Pedro Oliveira
2 months ago
Finally understood the event loop in JavaScript. It's the key to writing non-blocking code! #javascript #nodejs #async
Pedro Oliveira
1 month ago
Finally understood the event loop in JavaScript. It's the key to writing non-blocking code! #javascript #nodejs #async
Pedro Oliveira
27 days ago
Just discovered htmx - it's like having the power of SPAs without the JavaScript complexity. Perfect for simple projects! #htmx #webdev