Agentic DevDays

Agentic DevDays - my takeaways

Yesterday I attended the Agentic DevDays conference here in Stockholm. I enjoyed it a lot and there were some great talks. This is just a quick post about my favorite talks and learnings. Usually conferences have several tracks, but here all talks were at the main stage, with only a few workshops in another room. This was actually refreshing: no decision paralysis, no running between rooms, and no realizing halfway through that you’d picked the wrong talk and wished you’d gone to the other one. The venue, Nalen, was great and everything worked very smoothly. ...

April 29, 2026 · 5 min · Sofia
Vibe coding a travel app

Building a small travel-app

A friend of mine had an app request for daily commuting to/from work. The use case is simple, you’re getting ready to leave for work/home and want to know when the next train/bus leaves and if you should hurry or not. I implemented this today in a few hours with Cursor and thought I’d write about it. App specification A simple iOS app where you can see when the next train/bus for your saved routes, simple view with “In X minutes”. Search for a route and save it, incuding choosing different travel options if available. Swipe/click on a route and see the next-next departure. Click on the route to get more information, such as arrival time and details if the route has several steps. The app uses your current location to figure out in which way you’re travelling, so it shows the right direction of the route. Using SL:s open API available here I quickly added some feature requests of my own: ...

March 9, 2026 · 7 min · Sofia
Coding, laptop

Building a learning app

When I was helping my son study for an exam a week ago, I thought that a flashcard app would be helpful. I looked at Anki and other flashcard apps that already exist but thought they were quite ugly. I wanted a more appealing app with an algorithm for spaced‑repetition learning effectively. This felt like a very small and easy project to build myself with my trusty companion, Cursor. I decided to keep track of the changes and take some progress pics this time and this is the post where I describe what I did, step by step. This is just how I did this specific quick app and isn’t necessarily the ultimate way of doing it. ...

February 9, 2026 · 8 min · Sofia
Vibe coding

My adventures in vibe-coding (1/3)

Over the past few months I’ve been vibe‑coding several apps with Cursor. It has been the most fun I’ve had in years, I have learned a lot, and I’m really happy with my apps. I thought I’d write about it, to gather my own thoughts and in case my learnings help someone else. I’m planning three blog posts on this topic: one about developing with Cursor and tips and tricks (this one) and then one per app. Three quick notes before we get started: ...

January 28, 2026 · 9 min · Sofia