/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

voyager.adriel.cafe
| | 0xzhangke.github.io
1.1 parsecs away

Travel
| |
| | www.marcogomiero.com
3.3 parsecs away

Travel
| | Recently, Ive started to work on (yet another) side project: Money Flow. As the name suggests, this is an application to help me track all the expenses and incomes. Ive thought and designed it almost a year ago but only now Ive found the time to start writing actual code. A first design iteration, that will change a bit Ive decided to make this project a personal playground for a Kotlin Multiplatform mobile app.
| | android-developers.googleblog.com
2.2 parsecs away

Travel
| | News and insights on the Android platform, developer tools, and events.
| | journal.robbi.my
16.7 parsecs away

Travel
| Assalamualaikum and hello! Spring Boot's streamlined development process makes it a popular choice for many developers. However, configuring it for multiple databases can present challenges. While there are various tutorials available, I've encountered issues with their completeness and clarity. In this tutorial, I'll provide a detailed solution to this problem. Database We require a connection to two databases: an existing MSSQL database and a new PostgreSQL database. The PostgreSQL database will be used for all standard CRUD operations (create, read, update, delete). The MSSQL database will be accessed in a read-only manner to retrieve specific data without making any modifications to its structure or content.