When Not to Use Lock Files with Node.js

Lock files are incredibly useful for developing Node.js applications to control your dependencies. In this blog post we cover a use case where you do not want to use lock files and instead add them to your gitignore. Read more

Similar

Using the GitHub GraphQL API with Node.js

As of API v4 Github is using GraphQL as a query language for their API. This gives the users more power and flexibility to ask exactly what they need from the API (it also gives you more public data compared to API v3, such as closed issues count). (more…)

Read more »