
MongoDB on Linux - Data directory /data/db not found
1 min read
Fix the error that occurs when trying to run freshly-installed MongoDB on a Linux machine.
I usually post about the topics below. You can click on a category to filter posts by it.
Filter by category
Filter by date
3 posts for category "Back-End"

MongoDB on Linux - Data directory /data/db not found
1 min read
Fix the error that occurs when trying to run freshly-installed MongoDB on a Linux machine.

.NET Core - Project version mismatch
1 min read
Solving this cryptic error might take you many hours. Hopefully this will help you out.

.NET Core - Method not allowed on PUT and DELETE requests
2 min read
See how to solve this annoying error after deploying your .NET Core API.