Programmer | Technical Blogger | YouTuber | Passionate about learning new stuffs | Like to read
Setup First, install the necessary packages with: npm install express cors mongoose Code Then, add dependencies to server.js create the database...
So, Tayday Iwas working on one of my projects and I felt that this is simple script that can help many beginners out there building up their own...
It all start with an object. An object is a thing that we interact with, it has properties and methods. The object is the heart of object-oriented...
.map() Let me explain how it works with a simple example. Say you have received an array containing multipe objects each one representing a person....
The other day I start playing around with python some more and took a look at gtk and webkit. GTK is a gui thing(IDK what else to call it) for Python,...
Introduction If you're working with data stored in MongoDB, you'll probably need to access the database from Python, Luckily the MongoDB client...