@argjendhaxhiu
Product Developer
A highly motivated individual with a passion for the world of IT especially for programming and internet marketing. An exceptional grasp of Java programming language and well versed in projects related to the modern JavaScript frameworks.
Nothing here yet.
No blogs yet.
Hello, I have an application that I am developing, where the admin side is web application developed in MongoDB/Express/Angular/Nodejs but in parallel with that, I have to develop an Android tablet application that will get and update the data from t...
I'm trying to import a sql db using phpmyadmin it gives me #1036 - Table 'wo_nf3_actions' is read only I read somewhere that changing table storage engine might work but still I'm getting the same error. Any help would be really appreciated. Thanks ...
So, I've two schemas where one has a reference to other, the problem is that for the other one I haven't any reference. var articleSchema = new mongoose.Schema({ title: {type: String, text: true}, description: {type: String, text: true}, url...
I am worried to know how getpocket gets the content from all website (even ones that has strict rules like new york times) and if they are using scraping, what's the logic behind because when you save something than you open they manage to get title ...
So I have an application developed in NodeJS, which is using the MongoDB for database (with Mongoose). Besides the application, there is an admin panel where administrators can manage all the data being added by regular users. In the users schema, I ...