I am working on localhost where angular and web api using 2 different ports that's causing issue now. I am trying to call web api c# from angu
I create Laravel PHP application in Docker. First I setup Laravel app using laravel new laravelDockerApp it creates successfully.I verify
I am currently creating some DH keys using the x25519-dalek-ng crate for it. Using rand_core I can create them like this, with the OSrng: use x25519_dalek_ng::{
my aim is to follow a green ball with the camera and show the movements of this ball in the view. To do this, I marked the middle of the ball with a marker, but
I am trying to deploy a website on vercel from my command line of VSCode by using the command: vercel When I execute this command, I get this output: If I run
I've got an edge service which consolidates results from 3 different micro-services. Returns a Flux of customers Returns Mono of profile for customer Returns a
I want the method of a command to be in the ViewModel class, but the class is not finding it and it is showing this error. what can i do to make it work Github: