/ home

Hello there!

September 19, 2024

I am a full stack js developer, a part-time app developer and a wood craft maker living in Stockholm. I am working as a developer at a bank in Sweden and aside of my main job I've been working with my own ideas which can be web apps or mobile apps. Wood working is also my favorite things to do in my free time. I love carving spoons or do DIY things. Browse the below links if you want to learn more about what I have been up to.

New updates to the site

September 20, 2024

Long time I have not done any updates to my site. And then I decided to spend a few hours this week to rework the site. I rewrote the site from svelte to nextjs14 and migrate data from hygraph to Sanity. I want to build more cool things so Sanity is a better choice for me

Latest blogs

  • September 20, 2024

    I switched from Flutter to Expo

    Both Flutter and React Native are two popular frameworks for developers to develop universal applications especially web developers. I myself have had a journey between Flutter and React Native back and forth

  • September 21, 2024

    React native libraries to install after expo setup

    After setting up expo you are ready to develop your applications, you probably do not need extra libraries to develop your apps but usually the needs will arise when your apps have more and more functions. The following libraries I recommend are for the minimal setup to develop an application

  • April 25, 2022

    Build a calendar from scratch

    Calendar components are quite popular in every ui library. So the case with react but sometimes we cannot find exact the one we need that fit to our setup due to choices of css lib for example. So today I will go through how we can build a calendar from scratch with tailwind css.