16 Stories by Godwin Ekuma
Explore the importance of unit testing in Node.js apps by building a demo app and testing it using Mocha, Chai, and Sinon.
Learn how to use Alpine, a rugged, minimal, frontend development framework for adding JavaScript behavior to HTML markups to harness the reactive and declarative...
Learn how to use Claudia.js to deploy a serverless API to AWS and build and deploy an Express.js application to AWS Lambda.
Learn to use Roda, a Ruby framework with a unique routing tree functionality that can serve more requests while using less memory.
Learn how GraphQL Modules can help create reusable, testable and extendable modules by separating your server into smaller feature based modules.
Use AccessControl for RBAC and ABAC for authorization in a server-side application and authorize routes and UI elements in a client-side application.
API mocking is a great way to prototype your application when live data is unavailable or unreliable. Learn how to mock GraphQL APIs with...
Sofa takes advantage of GraphQL’s standardized schemas and resolvers to map certain API concepts back to REST. It is designed to help you speed...
Task scheduling enables you to schedule arbitrary code (methods/functions) and commands to be executed at a fixed date and time, at recurring intervals, or...
Queues are helpful for solving common application scaling and performance challenges in an elegant way. Bull is an abstraction/wrapper that takes care of all...
A mere four months after the release of version 9, Angular 10 comes complete with new features, breaking changes, and deprecated APIs.
Learn how to get started with Neo4j, an open-source, NoSQL, native graph database that provides an ACID-compliant transactional backend for your applications.