Design a login feature using Twitter as an example The following design assumes that you’re not able to leverage database, so basically, you nee…
My memo and playground
Design a login feature using Twitter as an example The following design assumes that you’re not able to leverage database, so basically, you nee…
Due to specific development requirements, I’ve configured my machine with both WSL and VirtualBox running Ubuntu to accommodate different needs.…
To do so, you need to install Mongodb tool. https://www.mongodb.com/docs/database-tools/ To dump from Mongodb atlas To restore from dump to local Mong…
From my previous post here (https://www.takurohuang.com/2023/06/02/kotlin-springboot-mongodb-dbreflazytrue-cannot-subclass-final-class-error/), I face…
During my recent work which requires me to work on a backend. It’s a Springboot with Kotlin backend and Database is mongodb. This backend is int…