I have many Strings, for example ("a32ghS:SAD") and I need to sort them. Is it okay to get a integer value like this: String s = "a32ghS:SAD"; int l = 0; for (i
Lets say, I have a navigation bar with a few buttons(Home, Products, Jobs, etc.). All of those, but, for example, logout button, are serving with only one purpo
I'm creating a chat client which uses a database to check the status of a session 0-waiting, 1-running, 2-closed. I have a close button which will change the s
I have more of a conceptual question regarding testing-library/react-hooks. I have the following test: describe('something else', () => { const mock =
So, I know that we have Marker.togglePopup() in Mapbox GL API. But can we close all popups programmatically?
i have a file which contains few lines of code identifier = "bi-us-rds-15september" i have to change "bi-us-rds-15september" with "b
I have a spring boot rest api backend packed in a docker container and deployed to heroku under the free plan. It works and after a half hour it goes sleeping.
I want to write following project: Books in library are described as following: author; title; label1, label2, label3... Book may have few labels. Sample data i
I'm trying to validate a form using react-hook-form. My code below is working fine, but as you can see Person.name is of type string; submitting the form result