I am completely new to .NET framework and i would like to know what is the best way to serve static content and to access user generated content. Suppose i hav
I have some Terraform code with an aws_instance and a null_resource: resource "aws_instance" "example" { ami = data.aws_ami.server.id instance_ty
I'm posting a Json object to my ASP net core API and the object looks as following. How do I receive it in the backend so I can access each of the key value p
im trying to create a function that fill the screen with dots(that will be the points in the game) the problem is the points created by a for loop and when i ru
For my last project, I'm facing some issue on the production server. Everything works fine on my dev environment. I have a NextJS 12.0.7 project working with No
So I am making a quiz, a simple one. I am currently trying to add CSS to the different lines. const quizContainer = document.getElementById('quiz'); const resul
I am trying to generate c# class from proto file using Protogen.exe. My use case is to create the output file with extension .g.cs. I could find protoc command
By now I've looked at many, if not all, of the asyncio / aiohttp rate limiters out there. They all failed to solve the rate limit that is imposed on the REST AP
I’ve read that you can disable (make physically unclickable) an HTML button simply by appending disable to its tag, but not as an attribute, as follows: