Self-Host
How to self-host MongoDB on a Raspberry Pi 4
MongoDB is a performant NoSQL Database, and packs a ton of features. You can self-host MongoDB instances on a Raspberry Pi. Read on to find out how.
Born in Indian, live in Europe. I work as a Software Developer with a company based somewhere in Europe. When I'm not at desk, I like cycling and going for walk, enjoy the nature or watch movies.
Self-Host
MongoDB is a performant NoSQL Database, and packs a ton of features. You can self-host MongoDB instances on a Raspberry Pi. Read on to find out how.
Self-Host
PostgresDB PostgreSQL, commonly referred to as Postgres, is a powerful, open-source relational database management system (RDBMS) known for its robustness, extensibility, and standards compliance. It was introduced in 1986 by Michael Stonebraker and his team at the University of California, Berkeley, as part of the POSTGRES project, which aimed to
Self-Host
What is Portainer ? Portainer is a lightweight and powerful open-source management UI for Docker, Docker Swarm, and Kubernetes. It simplifies container management by providing an intuitive web-based interface to interact with containerized applications and services. Portainer is designed to help both novice and experienced users manage their container environments more
What is Docker? Docker is an open-source platform that enables developers to automate the deployment, scaling, and management of applications using containerization. Introduced by Solomon Hykes in 2013 under the company DotCloud (later renamed Docker, Inc.), Docker revolutionized software development by providing a standardized unit of software called a container.
Business
Introduction Selecting the right Content Management System (CMS) for your business is a crucial decision that can impact your online presence, ease of website management, and overall business growth. Whether you’re setting up a blog, an e-commerce store, or a comprehensive business website, the right CMS can streamline your
WordPress
In today’s digital age, having a strong online presence is crucial for small businesses. A well-designed website can help you reach new customers, showcase your products or services, and build credibility. One of the most popular and effective platforms for building a website is WordPress. Whether you’re a
Self-Host
Object storage is the cheapest form of cloud storage solutions. Setting Up Minio Object storage isn't that complicated. Read on to find out.
Java
Running a Java application is easy. But how to run the same java application as a windows service? Read on to find out.
Database
Taking selective backup in Postgres or inspecting which process is holding up transaction, you can get it all done pretty quickly. Here's how.
Java
Sending a POST request authenticates through user credentials can be a lot easier in Java that it may appear. Read along to find out.
Database
Taking periodic backup of data is considered a good practice for DBAs and in general for the entire product life cycle. For Postgres, taking backup could even be simple as a cakewalk