✕ Clear all filters
15 articles

📰 Dev.to · Alexander

15 articles · Updated every 3 hours · View all reads

All Articles 90,261Blog Posts 108,825Tech Tutorials 22,469Research Papers 19,217News 14,781 ⚡ AI Lessons
Stop pretending your Figma token migration is actually finished
Dev.to · Alexander 4w ago
Stop pretending your Figma token migration is actually finished
We were sitting in a design review on Thursday afternoon. The lead designer wanted to show off the...
Auto-generating Tailwind config from Figma variables via GitHub Actions
Dev.to · Alexander 1mo ago
Auto-generating Tailwind config from Figma variables via GitHub Actions
The Slack message that started it all "Hey Alex, the new brand colours are not working in...
Stop exporting SCSS variables from your design system
Dev.to · Alexander 1mo ago
Stop exporting SCSS variables from your design system
The breaking point I was reviewing a pull request last Tuesday. A developer on my team was...
Export Figma variables to CSS custom properties using Style Dictionary
Dev.to · Alexander 2mo ago
Export Figma variables to CSS custom properties using Style Dictionary
TL;DR: We are going to take raw JSON from Figma variables and automatically turn it into working CSS...
I tried to fix loneliness. I ended up building a Places API 200x cheaper than Google.
Dev.to · Alexander 2mo ago
I tried to fix loneliness. I ended up building a Places API 200x cheaper than Google.
A couple of years ago, a friend came up with an idea that I still think is worth pursuing. Moving to...
Building a Figma to GitHub token pipeline that actually works
Dev.to · Alexander 2mo ago
Building a Figma to GitHub token pipeline that actually works
The problem Picture this. It is a Friday afternoon. Your team is getting ready for a big...
Kotlin Clean Architecture and CQRS 🚀👋👨‍💻
Dev.to · Alexander 2y ago
Kotlin Clean Architecture and CQRS 🚀👋👨‍💻
In this article we will implement the microservice using Clean Architecture and CQRS using...
Transactional Outbox pattern step by step with Spring and Kotlin💫
Dev.to · Alexander 3y ago
Transactional Outbox pattern step by step with Spring and Kotlin💫
The reason why we need Transactional Outbox is that a service often needs to publish messages as part...
Kotlin gRPC with Spring 👋✨💫
Dev.to · Alexander 3y ago
Kotlin gRPC with Spring 👋✨💫
👨‍💻 Full list what has been used: Spring web framework Spring WebFlux Reactive REST...
Kotlin Spring WebFlux, R2DBC and Redisson microservice in k8s 👋✨💫
Dev.to · Alexander 3y ago
Kotlin Spring WebFlux, R2DBC and Redisson microservice in k8s 👋✨💫
👨‍💻 Full list what has been used: Spring Spring web framework Spring WebFlux Reactive...
Java Spring EventSourcing and CQRS Clean Architecture microservice 👋⚡️💫
Dev.to · Alexander 4y ago
Java Spring EventSourcing and CQRS Clean Architecture microservice 👋⚡️💫
In this article let's try to create closer to real world Event Sourcing and CQRS microservice using:...