I have a fairly standard ReactJS frontend (using port 3000) app which is served by a NodeJS backend server (using port 5000). Both apps are Dockerized and I hav
I have created a prefix which has various sublevels for example: PREFIX myprefix: <https://myprefix.org/> I have several sublevels of prefix that I have
My First Interface public interface IBaseRepository { Task<T> FirstOrDefault<T>(Expression<Func<T, bool>> predicate, Expression<Fun
I am learning frontend and I face this problem to save data from Html to Mysql in Asp.Net Core: I have Order Model OrderDetails Model and I made ViewModel Html
I'm developing a program, but as I have the mobile phone in the dark theme, some textViews have a white letter and don't appear due to the color that is placed
When I give header and body information inside my http request, it redirects automatically to next page even if i dont give any login credential in my Mobile Ap
I am on Raspberry Pi 4. Trying to run a script needing Pandas and Numpy. I am getting this error for which I have not found any reference to read and attempt to
I have simple TS project where this is my tsconfig.json { "compilerOptions": { "target": "es2020", "lib": ["es2020"], } } And I h
I would like generate instances of component like these: for (int i = 0; i < 10; i++) { <MyComponent Index="@i">