I have a web meeting app called TweetUp made using Agora App Builder. Now, I want to add sound effects on user join, user disconnect, notifica
I have attempted to create a function that will look at the current value in the OptionList and run the assigned code depending on its value. Here I have set-up
I have read other posts regarding edmx does not show the table which contains only Foreign keys, So I have added an additional column note(nullable) to the tabl
I have a requirement where I need to stop EC2 instance in non-working hours.My EC2 instances are under ASG. For this, I have written an python script and follow
I'm trying to remove the trailing slashes in my urls or make redirection happen if a slash is added at the end. I tried to do it on resources from the Internet
I am attempting to build a docker image through kaniko in our jenkins pipeline using the following command: /kaniko/executor -f `pwd`/Dockerfile \
I am coding an app in flutter. I am using animation with json lottie.asset.. My AnimationController and player.play in initState, but animation or voice is late
Unity creates and deletes meta files for folders inside the Asset folder. That can create an annoying situation when using version control (that you can skip a
hey guys I have a question on how a computer knows the difference between the character and an integer.. for example: ASCII value of a is 97 which is 1100001 .
I'm trying to hot reload my flutter app that runs on a browser but whenever i run ctrl + f5 or f5 a new blank browser window appears. Can someone help please