I am building a small custom node CLI application with user input using Inquirer and when after a specific chain of inputs, I would like to execute a script tha
in the same solution, I have created two project, the first one is a Web Api project which include a SignalR server and the other one is a console project which
I am creating an executable of Flask app by using pyinstaller. It allocates 10GB storage in the _MEIPASS folder under Temp directory. However, temporary files i
(Google Sheets) I have a set of transaction data that grows as the year goes on. I want to pull out the top 5 vendors based on grand total, and present the ven
I have a react frontend which is deployed in Cloudfront. In the Code when i run it locally and try to access SSM parameter, it was giving me an error. import AW
I am new to coding. I have a client, big one, that I create HTML5 ads for. They would like me to create an ad using video. I normally use bodymovin to export an
I have simple "to-do" application written in JavaScript and HTML. I don't even have CSS file, just have bit of in-line style in index.html file where I have lin
I have a json file that I will like to add data into it. The json file contain: [{"name":"Flossi","image":"https://robohash.org/istevelitut.png?size=50x50&s
I am training a large dataset using Keras neural network. I observed that the accuracy is high in initial batches but it decreases with higher batches. Followin