I'm working on a Restful application with Spring Boot and I've defined my classes as below: class Organization { String name; } class Base { @JsonPrope
I've searched thoroughly to see how to access an image uploaded from the main page to another page. If we change the URL then I'll lose the image, How can I go
I have a problem with spring security the register work and add admin and client with an encrypted password but when I try to login with "\login" it shows m
At first when I try to create mail with artisan command php artisan make:mail invoice -m everything works fine, only when I run php artisan vendor:publish --ta
So I'm trying to improve a zoom-in/zoom-out functionality for UI of an open source python package I created. I'm terrible when it comes to HTML but I managed to
I have a problem with sorting. How can I get 2 numbers that when they swap they are both in the correct position? So I think for example about 3 and 4 because s
Premise I'm using Apple's Network framework to create a peer-to-peer app. What I'm currently trying to do is: Device A establishes a connection with Device B an
I have a problem in Python I can work around, but I'd really like to understand why it doesn't work the way I think it should. I have a class A which has nested
I'm working on a project where I'm hoping to host a series of servers on Kubernetes pods that use UDP to communicate between the client and server. One pod per