14 Stories by Godwin Ekuma
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. In this...
Learn how to get started with Neo4j, an open-source, NoSQL, native graph database that provides an ACID-compliant transactional backend for your applications.
GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need,...
Learn how to use Alpine.js — a rugged, minimal frontend development framework for adding JavaScript behavior to HTML markups — to harness the reactive...
Learn how you can use uniforms to render, validate and submit forms, manage states, and eliminate the hassle of writing JavaScript logic for data...
With Jimp, you can easily manipulate images to fit the design specifications of your app while improving the user experience and minimizing bandwidth.