Logo
Erik Lindqvist
2 months ago
Building a micro-frontend architecture for our enterprise app. Module federation in Webpack 5 is powerful! #microfrontend #architecture
Erik Lindqvist
2 months ago
WebSocket implementation complete! Real-time notifications are now live. The user experience improvement is massive. #websocket #realtime
Erik Lindqvist
2 months ago
Just set up CI/CD with GitHub Actions. Automated testing and deployment in under 5 minutes! #cicd #devops #automation
Erik Lindqvist
2 months ago
Exploring Astro for static site generation. The partial hydration concept is brilliant! #astro #jamstack #frontend
Erik Lindqvist
1 month ago
Code review tip: Always check for SQL injection vulnerabilities. Prepared statements are your best friend! #security #backend
Erik Lindqvist
2 months ago
PWA development is underrated. Our app now works offline and users love it! #pwa #webdev #mobile
Erik Lindqvist
26 days ago
Just discovered htmx - it's like having the power of SPAs without the JavaScript complexity. Perfect for simple projects! #htmx #webdev
Erik Lindqvist
2 months ago
Spent the weekend refactoring our API from REST to GraphQL. The flexibility in data fetching is incredible! #graphql #api #backend
Erik Lindqvist
1 month ago
CSS Grid + Flexbox = Layout perfection. Finally mastered the combination after years of float-based layouts. #css #frontend #webdev
Erik Lindqvist
1 month ago
Implemented OAuth 2.0 with PKCE for our mobile app. Security first! #oauth #security #api
Erik Lindqvist
2 months ago
Spent the weekend refactoring our API from REST to GraphQL. The flexibility in data fetching is incredible! #graphql #api #backend
Erik Lindqvist
2 months ago
CSS Grid + Flexbox = Layout perfection. Finally mastered the combination after years of float-based layouts. #css #frontend #webdev
Erik Lindqvist
18 days ago
TypeScript strict mode saved us from 3 production bugs this week alone. Type safety is not optional anymore! #typescript #javascript