For example , this is my add user code , i want encrypt those data with the aes 256 algorithm , I want to encrypt the data that I want to store in my database ,
I have a piece of code in react app with ts like below: <p>{currentSong?.name}</p> An error "Parsing error: Expression expected.eslint" reported he
freinds, i am using following code to display a mp4 video in my application and facing following problems i have seen so many posts related to this issue on g
I have an API that does not omit JSON serialization for fields with "empty" (null, none, nil) values and returns all of them as "fieldName": null. I have typed
I am trying to create a Chloreopath map based on an event/ theme from GDELT data base (eg. sustainability). I tried the following link http://gns.gdeltproject.o
I want to convert the following bean class to JSON object by using Jackson library public class Student { String name ; int id ; List<Address> address; }
I have a dataframe that contains for a specific timestamp, the number of items on a specific event. matrix = pd.DataFrame() matrix['Timestamp'] = [Timestamp('20
Whenever I am trying to launch background service from a seperate class then it doesn't work at all, nothing happens. However when I include all the methods und