Deriving the flag How about if the decision on whether to use a premium booking process depends upon the status of the customer. Let's assume an elite customer gets premium bo...
Hi guys, I have seeding data to db command and run it when running server for the first time. And I created audit log when a object is created, audit log also has an field ca...
Hi guys, I am trying to add socket in my project. I can not connection with server. Could you help? My simple code here with error. https://pastebin.pl/view/eefc6563
And Should log in test function call creating user test function and creating post function call log in test function?
Hi guys I am trying to make a single selection. It means when I click a box its background color change to red. When click another box its background color also change to red ...
Hi guys, I have a question about testing. Assume I am building a social media project. I write code to create posts and I want to write a test for creating a post. However to ...
Hi guys, i need to make some manipulatation to returned values of every functions by dynamicly. Should I make it in call function. If so how can I acces to the returned values...
Is there any way to avoid typing *createEmployee.prototype* each time for defining functions in prototype object without create a object out createEmployee which contains fun...
Hi guys, when i try to run my migrations got this error QueryFailedError: relation "user" already exists. I use typeorm here is my entitties https://paste.ofcode.org/xdjvwmVSa...
Hi guys I try to make sidebar with react bootstrap. How to make the following navbar items one under the other? https://react-bootstrap.netlify.app/components/navbar/#navbars
Hi guys, why emp2 object parameters assigned to emp object parameters? Because of prototype? If so what is prototype benefit?
Hi guys, how to update requirements.txt file when install or uninstall any package in Django?
Hi guy, I have products, users, categories. Should I create single context and stored them or create context for each these data. and Why?
Hi guys, I have Circle component. I want to make a NestedCircles component which take count as prop and create count times nested circles in ReactJs. I have no clue how to def...
Is Person not a type?
Hi guys <form onSubmit={handleSubmit}> <button type="submit"> Add </button> </form> vs <form > <button onClick={handleSubmit} type="submit"> Add </button> </form> what is dif...
Hi guys, I am trying to deploy my react app to vercel I got https://paste.ofcode.org/znhFHUWtEWNhsedj3SaWaU error. Could you help?
Hi guys when try to create react app got this error npm ERR! Unexpected end of JSON input while parsing near '...z","fileCount":50,"un'?
ıts empty and I want to generate maybe 100 in a function just to fill all fields how to iterate generic type keys?
here is working an example https://codesandbox.io/embed/bitter-night-i5mhj?file=/src/index.tsx&codemirror=1