Showcase-time
shades

Showcase-time

Updates on Shades - Kick-ass DataGrid updates, fragments and a brand new Showcase app

REST in peace
Getting Started

REST in peace

Designing and implementing APIs can be hard and consuming them can be frustrating, if they doesn't work as expected. REST API as a Typescript interface to the rescue!

Build a business layer with a Repository
Getting Started

Build a business layer with a Repository

A Repository is the next layer above the data stores. When setting up a repository, you can create DataSets that can rely on a previously configured physical store. The difference is that while PhysicalStore focuses on the data, DataSet focuses on business logic. You can authorize, check permissions, subscribe to entity changes, etc...

DI / IOC with @furystack/inject ๐Ÿ’‰
Getting Started

DI / IOC with @furystack/inject ๐Ÿ’‰

Dependency injection and Inversion of control is a common practice that tries to protect you from insanity that would happen when you realize that you can't refactor and test a giant global static app structure. @furystack/inject is a simple but powerful tool that you can use in NodeJs and in the browser.