I have a table with a column of datatype XML. I want to get data by reading that XML column. Here is the XML which is stored in that column: <BizMsg xmlns:xs
I am getting error while trying to save session on mongodb. Here is my code.. const express = require("express"); const session = require("express-session"); co
Creating Auth application using express mongoose and passport js. after adding mail verification using nodemailer server sptoped adding user from req.user to r
I have an annotation like this: which displays the month wise count of a field bar = Foo.objects.annotate( item_count=Count('item') ).order_by('-item_month'
I'm trying to read csv file using R notebook and keep getting this error: Error: 'Examples/data/starbucks.csv' does not exist in current working directory ('C:
I have read the latest draft where lazy_split_view is added. But later on, I realized that split_view was renamed into lazy_split_view, and the split_view was r
recently I made my first Express server and added user authentication using jwt. Now I'm looking for a way to encrypt that jwt so that users will not be able to
Hello I am trying to implement encryption in my application. I am using angular (angular-4) for the frontend and node js for the backend. Communication is done
Could someone please explain to me the difference between these three blocks of code? #include <stdio.h> void f(int a) { printf("%d", a); if (a