I'm looking for some good ideas on software design for this problem: A server sends an array of Steps: type StepTypeEnum = 'SECURITY' | 'PERSONAL_DETAILS' | ...
I decided to use the data table with edit dialog from Vuetify. I managed to customize it to my own structure and data. However, on save I want to make a post re
I need to parse data class from server request like this: @JsonClass(generateAdapter = true) data class User( @Json(name = "user_name") val userName: St
I changed something in my code (I'm not sure what), and now I get the following warning every time I run the emulator. Database Inspector For security reasons o
I created the following project to show you guys how I plan to do things. But my main project will be bigger and will have multiple classes. I'm just trying to
val country by columnOf("UK", "UK", "FR", "FR", "DE") val city by columnOf("London", "London", "Paris", "Paris", "Bonn") val area by columnOf("Holborn", "Camden
Dumping with hjson Hello, i have a json which looks like this: { //yee "ea": "sports", # sheesh } my py looks like this: import hjson with open("generator
view.py: curl -X GET "https://api.shutterstock.com/v2/images/search" --header "Authorization: Bearer $SHUTTERSTOCK_API_TOKEN" -G --data-urlencode "query=hiki
AnimatedNavHost(navController, startDestination = BottomNavItem.Splash.screen_route){ composable( signup + "/{emailFromSignIn}" + "/{passwordFromSig
Want to fetch data from External Api using laravel I am new to Laravel and I want to search the data from external api (given below) by name. This is blade view