Securing Database Credentials – Building a Blog
Previously in Building a Blog: Getting Started with MongoDB With our database set up, it is now time to make a MongoDB connection with Spring Boot. That connects the database to our backend system, making us ready to start implementing our operations. However, I don’t want my database credentials to be all over GitHub. Therefore,…
Getting Started with MongoDB – Building a Blog
Previously in Building a Blog: Choosing a Database: SQL or NoSQL? Last time, I decided to use MongoDB for building my blog. As I have never worked with MongDB before, I still have to figure out how to get everything to work. So, the only thing left to do now is getting started with MongoDB.…
Choosing a Database: SQL or NoSQL? – Building a Blog
Previously in Building a Blog: Building a Blog – Let’s Get Started! With our first set of requirements defined, it is time to take a look at the very first one regarding the database. All the metadata of a blog post needs to be stored somewhere in some fashion. Therefore, choosing a database is something…
Building a Blog – Let’s Get Started!
For a while now, I have been trying to keep up with writing articles for my blog. Even though there is so much I want to learn, I still feel like I have trouble keeping a regular schedule for writing my articles. Currently, I’m using WordPress for managing my content, but last week I thought:…