-
Great job in coming up with a very simple react-isomorphic boilerplate. I was just curious to know why this hasn't become more popular than I think it should have. Are you using this technique still? …
-
Currently the InMemoryBackend extends Backend[Identity]
Because of that you can not simply replace the AkkaBackend with the InMemoryBackend for testing. You need to write a complicated wrapper that tr…
-
***Suggested improvement***
Caching solution used by the UI backend could be changed to one that performs simple function caching, and one that uses a cache store that is shareable across multiple in…
-
갓규가 공유해준 노드 프로젝트
- https://github.com/Q00/api_server_boilerplate
- https://github.com/prography/five-minutes-backend
프로그라피 마이펫밀리 노드팀
- https://github.com/prography/6th-team3-node
프로젝트에 무언가 많이…
-
I must say I am impressed with your RBAC API design. I was currently using casbin in my boilerplate https://github.com/juicycleff/ultimate-backend-dashboard and I have plans to rewrite the RBAC and tr…
-
Session management could be improved by modeling it as a hash as Spring does. This would reduce serialization/deserialization overheads and benefit from the latest [hash-field expiration](https://redi…
-
[Prisma](https://www.prisma.io) is the successor to the graphcool-framework backend that we are using currently. Previously we avoided this because we would have to set up a new database and jump thro…
wdoug updated
5 years ago
-
## Prerequisites
- [x] Using yarn
- [x] Using an up-to-date [`master` branch](https://github.com/pavlobu/deskreen/tree/master)
- [x] Using latest version of devtools. [Check the docs for …
-
Hey guys,
Aside from the demos, I personally would love to see a basic starter kit or boilerplate that quickly allows people to get started with DevExtreme Reactive and also comes equipped with som…
ghost updated
7 years ago
-
### Aim
Given
```noir
comptime fn storage(s: StructDefinition) {
let mut new_storage_fields = &[];
let context_generic = s.add_generic("Context");
for field in s.fields() {
…