-
## Descrição da vaga
A iClinic está à procura de pessoa desenvolvedora front-end (remoto) para fortalecer e expandir nossas capacidades técnicas. Buscamos uma pessoa responsável para o cultivo de…
-
I've had a few folks say that they had trouble following the tutorials for different reasons:
- The Advanced Tutorial is entirely written in TypeScript ([example comment](https://stackoverflow.com/…
-
# Nossa empresa
Somos movidos por Gente e buscamos pessoas inconformadas e que não se contentam com o _mediano_ - valorizamos a meritocracia de ideias.
Com o cliente no centro das decisões e a é…
-
Currently, Step Functions seems to make up a large portion of the costs of this project. When putting the airline under some load, the Step Functions were responsible for ~55$ out of the total costs o…
-
## Descrição da vaga
A iClinic está à procura de uma pessoa desenvolvedora front-end (remoto) para fortalecer e expandir nossas capacidades técnicas. Buscamos uma pessoa responsável para o cultivo …
-
## Descrição da vaga
A iClinic está à procura de um Desenvolvedor Front-End Sênior (remoto) para fortalecer e expandir nossas capacidades técnicas. Buscamos uma pessoa responsável para o cultivo …
-
.eslintrc
{
"parser": "babel-eslint",
"extends": [
"eslint-config-airbnb",
],
"plugins": ["react"],
"rules": {
"linebreak-style": 0,
"arrow-body-style": 0,
"no-co…
-
Hi,
I have used fluxengine release 449 to successfully read a bunch of amiga DD disks (11 so far), and now suddenly am getting this result consistently, including for disks which have already been su…
-
If I have this relatively simple saga:
export function* test() {
yield take(action =>
action.type === 'FOO' && action.key === 'mykey'
);
// Some more logic
}
…
-
A general issue for a few things which I think could do with some tidying up (good to get discussion/agreement on these patterns early, as otherwise might start some anti-pattern trends we regret …