I have a Terraform module which is used to build a GCP virtual machine. The module is located at ../modules/vm/main.tf. The problem I have is that inside of m
I am trying to convert a JS date, be it in any format: 25/11/2021 25-11-2021 11/25/2021.... to it's Excel equivalent date number. My code to convert the date
I have RN App and custom font. I want to provide it to all my screens and Components. How can I do it? I used react-navigation.
I made a json server, after installation globally, everything is working, and the command "npx json-server --watch src/data/db.json --port 8000" to watch the da
I'm working on my portfolio and i can't figure out to set my grid to 100% width. I'm trying to make the grid flush with the top, bottom, and sides. You can see
Is it possible to have a JavaScript variable that, when used by other code, works as a boolean (a single bit of memory) but has an internal st
I need to handle auth and Dashboard/page in my Next.js app. API made with DRF, and I need to know is necessary to use getStaticProps or SSR in pages? I prefer t
I've been trying to make a Vue3 app work with SSR and I'm stuck in the serverPrefetch part. I want to load some data in the server, save it in the store and pas
I'm working on a project with a friend; we're trying to create an airplane project using a Passenger class for passengers, Airplane class to add in passengers a
I'm using view models for my SwiftUI app and would like to have the focus state also in the view model as the form is quite complex. This implementation using @