Hi, I am trying to deploy a Nodejs app into AWS Elastic Beanstalk. Deployment is successful and health is marked as Ok but when I try to access the webpage it takes 8 minutes ...
Hello, I am trying to create an unique value given 3 arrays with 5 elements each. I thought I could use 3 loops but I still cannot figure out how can I do it, is there any pla...
A technical question, I have frontend built in ReactJS, and a RESTful backend built in FastAPI, connected through JWT tokens and APIs. But I was wondering how could I enable p...
im quite desperate now, ive got an app build in Flask, and using Flask-mail to send email through my smtp.office365.com server. In my localhost it works fine but when I depl...
Actually, I could achieve this install an AWS extension so I created a pipeline that builds react app and upload it to S3. My new question is, what's the difference between Az...
Anyone with experience using EditorJS framework? I would like to know whether is possible to export to a PDF or Word file anything content processed by EditorJS
I am trying to query a vector of 500 dimensions in Elasticsearch using Postman but I get this error "reason": "class_cast_exception: Cannot cast from [java.lang.String] to [or...
Hello, I would like to know you guys estimate machine power in cloud services whenever you are going to deploy an app. For instance, in my case, I want to deploy a webpage tha...
I have a python API that uses BERT model and is quite CPU consuming. What solutions do I have in order to improve the performance of my API, would thread pooling improve it?
sorry guys, you probably have heard this question tons of times... I wanna build a large scale web app, sort of Jira Software size, bit smaller perhaps,its sort of task manage...
I have a web app that is structure this way: /index (display all tasks) /login (login system) /task/<id>/index (displays info about the task) /task/<id>/references (displays ...
Hello everyone, i wanted to make an interactive web application, not just simple pages that contains information, users have to play around, which JS framework would u recomme...
i'm trying to create a few models with SQLAlchemy using Inheritance but I am having problems to get it right, this is the code, can anyone see my mistake? https://pastebin.com...
Any JIRA admins or experts here? I wanted to ask something related to permissions, as if I invite a new user, they will be able to create and delete projects as well. but i s...
Thank you, I was having a look into that. ECs Cluster would be the whole system, that contains all the microservices, right? Then, one task definition is one microservice, whi...
Do I need Auth0, if I want to implement my own login system with JWT and also the ability login in users using third party APIs such as Google API (OAuth2) at the same time?
I guess if I increase the number of arrays, I will have to create more nested for loops ?
Have anyone ever used Gitlab pipelines? I've tried them with a local machine but I was wondering if for a real project, would it be better to have a EC2 Machine running so the...
i was using elastic beanstalk because of the scalability feature basically. Do ECS offer this as well? If so I can simply go for ECS. also i will need AWS RDS for my DB in pro...
Hello, do anyone knows how to get the python.exe interpreter in a docker container? I need to use it in my VSCode to detect some packages otherwise Pylint will popup many erro...