Since school is back in session, this month’s roundup has a learning focus. In addition to tools, many of the resources include guides, tutorials, and cheat sheets to help make design work easier. Here’s what’s new for designers this month. ScrollingMockup.io ScrollingMockup.io generates high-definition, animated scrolling mockups in minutes. All you have to do is… Continue reading Exciting New Tools for Designers, September 2021
Tag: MongoDB
A Short Guide For Modern Business Intelligence
The digital revolution has produced the largest information explosion known in human history. As modern-day technology is generating data with every digital interaction, utilizing the power of data is no longer just a competitive advantage for businesses but is essential for survival. To leverage the wealth of data, companies are not only rushing to increase the… Continue reading A Short Guide For Modern Business Intelligence
10 Best Mobile Apps for Learning to Code
What’s even better is that you don’t have to spend years mastering programming either. Thanks to numerous coding apps available for both Android and iOS devices, you can easily level up your coding skills even when you’re on the go. In this post, we’ve rounded up the best coding apps that will help you learn… Continue reading 10 Best Mobile Apps for Learning to Code
File Upload With Multer in Node.js and Express
When a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is middleware for Express and Node.js that makes it easy to handle this multipart/form-data when your users upload files. In this tutorial, I’ll show you how to use this library to handle different file upload situations… Continue reading File Upload With Multer in Node.js and Express
Setting up Your PyMongo Environment — SitePoint
This article was originally published on MongoDB. Thank you for supporting the partners who make SitePoint possible. In this article, we’ll introduce developers to programming MongoDB using the Python programming language. PyMongo is the name of the client library (in MongoDB speak we refer to it as a “driver”) we use to interact with the… Continue reading Setting up Your PyMongo Environment — SitePoint
DevOps Automation with MongoDB Atlas ― Scotch
Configuration Management Configuration management tools such as Puppet, Chef and Ansible, which provide the ability to quickly automate config and deployment processes, have become a critical part of many engineering teams’ plans when building new systems. Implementing an additional cloud service should fit alongside the configuration management methods you already use. Luckily, the MongoDB Atlas… Continue reading DevOps Automation with MongoDB Atlas ― Scotch
Bulk Import a CSV File Into MongoDB Using Mongoose With Node.js
This topic is a really enjoyable one for me. It’s quite common in many web applications to accept user input and save a single record to your database. But what about when your users (or you) want to perform multiple inserts in a single command? In this article, we will demonstrate how to create a… Continue reading Bulk Import a CSV File Into MongoDB Using Mongoose With Node.js
More About MEAN Stack You Want to Know!
A latest technology to the old-fashioned LAMP/WAMP stack for building professional websites and real-time applications is MEAN (MongoDB, Express, AngularJS, Node.js) stack, which is an open-source software. MEAN is nothing but a rearrangement of code and technology upgrades switching the base platform from Linux OS to a JavaScript run-time which brings Node.js. Node.js allows to… Continue reading More About MEAN Stack You Want to Know!
A Detailed Introduction To Node.js And MongoDB
Node.js is a rapidly growing technology that has been overtaking the world of server-side programming with surprising speed. MongoDB is a technology that’s revolutionizing database usage. Together, the two tools are a potent combination, thanks to the fact that they both employ JavaScript and JSON. At first glance, coming to grips with Node.js and MongoDB… Continue reading A Detailed Introduction To Node.js And MongoDB