I have a string date in the format DD/MM/YY (16/07/13) How do I convert this string date to SQL Date format (maintaining the same DD/MM/YY format) for storing i
I am trying to start the development server on a React project that I have not worked on for a long time. Upon running npm install and npm start I received the
This seems like a trivial issues but I can't get it working properly. I'm fairly new to JS/React so that is working against me also. This is the response I get
I need some suggestions or guidelines on Wildfly version which is in production recently. We see heap memory spikes very often and garbage collection is not wo
My app image Where can I make a axios request and save the data in redux? In which component should I do this? My API is https://www.weatherapi.com/api-explorer
I am trying to recreate a simple version of the string class in C++. I am currently having trouble with some functions like the substring() function. My private
I have a list called usernames, that stores usernames. I want to see if the specific username is on the list and deny the person if it is. Co
I am in the process of porting a CLI library from Ruby over to Node.js. In my code I execute several third party binaries when necessary. I am not sure how best
I've an iOS app which has a framework in it. Framework is being used in main app. Both main app and framework need to use Google-Mobile-Ads-SDK for loading ads.