Earlier quoted context omitted.
is im a programming language ?
Give me one example of a database with a programming language ( or its abbreviation ) in its name? "im" could stand for in-memory.
javadb.
31–32 of 32 posts
It's unfortunate that people still think they need monolithic libraries to get anything done on the client side. The node ecosystem showed this doesn't have to be the case. It becomes even more important on the client side to keep dependencies small. My favourite ecosystem for client side development these days is component ( https://github.com/component/component ). It's similar in style to npm but faster and made f…