A good UI is an important part of the development experience. The MongoDB Shell works great for administrative actions, but when working with larger amounts of data, the UI becomes fairly important. In 2014, we discussed 4 of the top MongoDB GUIs: MongoVue, MongoHub, RockMongo, and Robo 3T (formerly Robomongo), and again in 2016: MongoDB Compass, Robo 3T, Studio 3T, and … [Read more...] about Which is the Best MongoDB GUI? 2019 Update
developers
Machine Learning Drives Skyrocketing Demand for Entry Level Python Coders
Even professional engineers are often dismayed by the pace of change in the technology industry. One of the biggest examples is with the emergence of machine learning. Only a few years ago, very few people had ever heard of the term. Today, it is growing faster than ever. One study shows that the machine learning market will be worth over $19 billion by 2023. Since demand for … [Read more...] about Machine Learning Drives Skyrocketing Demand for Entry Level Python Coders
Connecting MongoDB to Ruby with Self-Signed Certificates for SSL
Given the popularity of our post on connecting MongoDB SSL with Self-Signed Certificates in Node.js, we decided to write a tutorial on connecting MongoDB with Ruby. In this blog, we'll show you how to connect to a MongoDB server configured with self-signed certificates for SSL using both the Ruby MongoDB driver and the popular Object-Document-Mapper (ODM) mongoid. ScaleGrid … [Read more...] about Connecting MongoDB to Ruby with Self-Signed Certificates for SSL
Developing a Web Application for a Machine Learning Model
This post describes developing a web application for a machine learning model and deploying it so that it can be accessed by anyone. The web application is available at: https://arrear-model.herokuapp.com/ The process of deployment consists of transferring all flask application files from a local computer to the web server. Once completed the web application can be visited by … [Read more...] about Developing a Web Application for a Machine Learning Model
Managing MySQL Server Logs: Rotate, Compress, Retain & Delete
MySQL Server generates several logs that can help you monitor the activities of the server. However, once these logs are enabled, they can grow in size and start taking up too much disk space. This is why it's important to have an automated way of archiving and preserving MySQL log files for a certain duration, as well as deleting the old ones. In this blog post, we describe … [Read more...] about Managing MySQL Server Logs: Rotate, Compress, Retain & Delete