I'm trying to run a E-learning community server (ECS) https://www.freeit.de/en/campusconnect_ecs/index.html on a docker-compose system. This ECS needs a postgre
I'm improving my sight of the web services environment. Currently, I can't understand the relationship or the difference between RPC and SOAP. I know that we ca
I have the below docker-compose and appsetting files. I can run this command dotnet ef migrations add initial-migration successfully whereas when I run dotnet e
I am able to open PDF file with the below code in flutter windows platform, Process.run( 'C:\\Program Files\\Adobe\\Acrobat DC\\Acrobat\\Acrobat.exe', [
I have blogs nested in User const blogSchema = new mongoose.Schema({ title: String, body: String, comments: [{ body: String, date: Date }],