MongoDB
Database Performance and Optimization with Andrew Davidson
When a database gets large, it can start to perform poorly. This can manifest in slow query speed. You can speed up a query by defining an index, which is a data structure that allows
Prisma: GraphQL Infrastructure with Soren Bramer Schmidt
GraphQL allows developers to communicate with all of their different data backends through a consistent query interface. A GraphQL query can be translated into queries to MySQL, MongoDB,
MongoDB with Bryan Reinero
MongoDB is a cross-platform document-oriented database. Bryan Reinero is a developer advocate at MongoDB. Questions include: How are isomorphic JavaScript applications using NoSQL? What
5 Reasons Why JavaScript is a Big Deal in 2015
JavaScript is becoming the lingua franca of programming languages. As Yad Faeq mentions in our podcast episode, there are numerous reasons this is happening. Compile-time support:
JavaScript: Fundamental Questions
JavaScript Week is the first theme of Software Engineering Daily. Five of the top ten most popular GitHub projects involve JavaScript. Node.js, powered by V8 has driven rapid