✕ Clear all filters
12 articles

📰 Dev.to · Alexander

12 articles · Updated every 3 hours · View all reads

All Articles 67,615Blog Posts 99,886Tech Tutorials 16,344Research Papers 13,813News 12,550 ⚡ AI Lessons
Export Figma variables to CSS custom properties using Style Dictionary
Dev.to · Alexander 1mo 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 1mo 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 1mo 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:...