14
Can I connect an API to both mongoDB and a "mysql alternative"?
(programming.dev)
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
If you interface and structure your code decently then migration between stores is more possible.
Using both Postgres and ElasticSearch is a pattern I use depending on the scale of things and situation. But I don’t usually start off a project using both.