I'm making a shopping cart using ASP.NET Core Web API and react. When testing what was done in Swagger UI and Postman, everything works correctly, but when swit
As I read from Debezium's FAQs, it is said that: Most connectors will record all events for a single database table to a single topic. Additionally, all events
I have a plane with 4 points. I wrote a subdivision algorithm. I can subdivide my plane and get all needed vertices for subdivided plane. But what Is the proble
I am trying to update a field in the last document in the Firestore collection. My updating method is below: updateHours() { return usersRef.doc(firebaseAut
I am using material UI v4 tabs with scrollable feature. but when I click on the arrow it scroll all visible tabs . I want only one tab scroll at once.
I have the following table: create type size_type as enum('tiny', 'small', 'tall'); CREATE TABLE IF NOT EXISTS people ( size size_type NOT NULL ); Imag
In my web application, I want to add push notifications to send alerts to the users. I have never tried this before and followed some tutorials.. In my project