I am doing a CRUD with vue.js and php. I installed the axios and I believe it is working. I just don't know how to call the php file that connects to the databa
I want write test with Jest for my app. I want set a mock initial state in test file but i can't find to way. describe("Polls", () => { it("should create an
I have a Theme class that has hard coded font sizes, icon sizes, radius values, etc that I want to be dynamic so they can be responsive to different screen size
I tried using the knoxLoginView for login with token authentication,and it was stated on knox documentation that for the loginView to work and not throw a 401 u
I'm struggling to create a heatmap that will show Success Rate in Vega-lite. My data is similar to the below. [ { "_id":"1", "@timestamp":"2022-0
import 'package:flutter/material.dart'; class MainScreenCopy extends StatelessWidget { const MainScreenCopy({Key? key}) : super(key: key); @override Wid
I have a requirement where I would like to read combination of English and non English characters from a dropdown on Web UI Example- abcd , efgh, 你ࣲ
I want to optimize response returning from ASP.NET Core application. In order to do that I'm serializing the object to JSON UTF-8 bytes and inserting it to SQL