-
Not a friend of long classes and ComponentUtils exists because it deals with Component management (map/fill) but maybe we should merge all the logic into the FormFiller cause everything is part of the…
-
With the new version implemented, RestSharp solves a couple of issues:
- Socket exhaustion
- Hanging connections
- SimpleJson serialization issues
- HTTP/2 support
Upgrade RestSharp to to v10…
-
I took a look at the Unified feeds-part, and was reminded of http://www.fedmsg.com/ which I've been considering transforming some of our internal systems in Opera to use.
Some of the benefits would b…
-
How to use QueryService within a database transaction? In particular, with TypeORM.
```
@Mutation(() => EntityDTO)
async updateOneEntity(
@Args('input') input: UpdateOneEntityDTO,
): P…
-
Are there any example (existing or planned) to have a demo project that is HIPAA compliant and uses the serverless stack?
-
I am working on a project that needs a message queue. I have been researching a message queue to use and I have narrowed it down to rabbitMQ. Before a final decision is made, I will like to have opini…
-
During development of other projects, which were using the similar stack and infrastructure as Go-Boilerplate, we found several design issue with the way `Repository` is currently designed. Currently …
-
Adeel asked half a moon ago on hacker news to share my thoughts regarding zipnish in kubernetes. So here they come.
## Kubernetes Services vs Zipnish
Services in kubernetes/openshift do in part what …
-
## web からコマンドをコピペする危険
http://thejh.net/misc/website-terminal-copy-paste
上記は巧妙に css にて隠しているパターンだけど js だとこんな感じでいじれちゃう。
https://codesandbox.io/s/manipulate-select-range-5kg6m
-
Monolithic Java EE applications are typically structured and deployed in tiers (client, web,
business, and data), with long lived application servers hosting web archives (WAR files),
enterprise arc…