i am learning tailwind css and in tutorial they write a command like this npx tailwindcss-cli build css/tailwind.css -o build/tailwind.css and it build a differ
I am using Laravel ID Generator and I have made transaction ID and inserted into the database but unfortunately I am getting duplicate transaction ID error. How
I'm processing multiple R files some have 3 columns id v_1 v_2 V_3 1 1 2 3 Other have more some less id v_1 v_2 1 1 7 Is is possible to "fo
I'm not sure why I'm unable to checkout a branch that I had worked on earlier. See the commands below (note: co is an alias for checkout): ramon@ramon-desktop:
I'm getting the following message when I try connecting to MongoLab with the command: mongo ds035438.mongolab.com:35438/comeventsbw -u (myusername) -p (mypass
I am trying to implement an avatar for my react native application in which convert the picture into base64 to store in the MongoDb using GraphQL. The furthest
It is possible in GitKraken to revert changes of a single file to an earlier commit instead of reverting an entire commit?
Doing a tutorial to create a rest API and my get("posts/latest") isn't working. The tutorial says it could be because fast API reads from top to bottom and the