I have a batch application which needs to send message to two different Kafka topic on two different clusters. I want to make sure my kafka broker in which my p
Right. I've been googling for days and can't seem to find an example that works and that I understand. I've currently got three components, ButtonComponent, Sec
I try to run my app for login But when I submit the form to check the user id and email I got this error.AttributeError: 'User' object has no attribute 'is_acti
When I do a nested object update inside an array in a Document. Does Mongo DB Engine needs to fetch and parse the whole document update the field and reinsert t
I get this error when adding a product to a cart, eventually hosted in Firebase. I'm following this tutorial and I can't seem to understand what I'm missing; th
I use to test with this environment (m1 mac, brew-installed cocoapods, vscode, flutter), but suddenly I can't debug with using F5 on vscode because vscode canno
My application needs to be deployed in tomcat 8 server in production . In production the application will use the servlet-api.jar which comes with tomcat 8. So
import * as Yup from 'yup'; import User from '../models/User'; class UserController { async store(req, res) { const schema = Yup.object().shape({ name: Yup.s