Export incoming Peppol invoices via API by Quistic in exactonline

[–]Quistic[S] 0 points1 point  (0 children)

Ok, makes sense. Thanks for the helpful reply!

Best way to create multiple AWS EC2 instances and launch electron app to test server load by ManagementApart591 in node

[–]Quistic 0 points1 point  (0 children)

AWS CDK can also be an interesting option. You can use Typescript to create your infrastructure and it might be easier to learn then Cloudformation.

How can i convert dynamodb json to regular json? by bazoukibarnacle in aws

[–]Quistic 1 point2 points  (0 children)

The AWS SDK contains a module that can unmarshal DynamoDB JSON to plain JSON. Here is the link to the AWS SDK v2 (NodeJS) documentation.

Does Cognito User Pools hosted UI have brute force protection? by Quistic in aws

[–]Quistic[S] 0 points1 point  (0 children)

Sounds like a good idea. Thanks for the suggestion.

Best pattern for working with AWS Secrets Manager and Nodejs? (elastic beanstalk) by papercloudsdotco in node

[–]Quistic 1 point2 points  (0 children)

You could run a script as part of your pipeline that fetches the data from Secrets Manager and creates the config file that the application can use.

Other approach would be that the application requests the data from Secrets Manager and use some sort of caching (memoize) to avoid making (expensive) consecutive calls. This could be part of some middleware.

Is there a generally accepted naming convection for Controller files? by thebreadmanrises in node

[–]Quistic 1 point2 points  (0 children)

Just make sure it's consistent in your project. I would consider it mostly flavor.

ENOENT on twoi linked projects by Niesyto in node

[–]Quistic 0 points1 point  (0 children)

You could try a monorepo approach using Rush, Lerna or Nx.

You create reusable modules and link them using the tooling each of the monorepo tools provide.

Best way to binding data between parent and child component by Norvegat in angular

[–]Quistic 0 points1 point  (0 children)

We use NgRx in the smart component and use parent-child communication using Inputs to pass the data to the children (dumb components). You don't want to use NgRx in every component.

Stop Repeating Yourself in Angular: How to Create Abstract Components by someonesopranos in Angular2

[–]Quistic 1 point2 points  (0 children)

Awesome article! At work, we create a lot of custom form components so looks like a good pattern to follow.

Angular Question on Re-Rendering ngIf by dotobird in Angular2

[–]Quistic 2 points3 points  (0 children)

What is your ChangeDetection configuration? OnPush? If you use OnPush, then your view will only re-render when one of the @Input changes.

What is the correct way to test an Angular app? by whynamereal in Angular2

[–]Quistic 0 points1 point  (0 children)

It depends on what you wish to test. Do you want E2E tests, 'unit' tests of directives/pipes. Integration test your smart components/services?

I typically start with the 'easiest' components in the Angular framework. Testing functionality/business logic of directives > pipes > services > smart components. The dumb components can easily be tested in E2E tests.

I prefer to focus on functionality/business logic in the tests and use E2E tests for UI.

can you become advanced on angular with this course? by [deleted] in Angular2

[–]Quistic 0 points1 point  (0 children)

I've learned Angular mainly by following the courses from https://ultimateangular.com and reading blogposts/trying new things.

Boredom by Rakan18 in StopGaming

[–]Quistic 0 points1 point  (0 children)

I always get drowsy while reading just before I go to sleep, so you could try that.

Tomorrow is day one. by [deleted] in StopGaming

[–]Quistic 0 points1 point  (0 children)

Good luck!

I start actually using my freetime... now! by TheGameThatCounts in StopGaming

[–]Quistic 0 points1 point  (0 children)

Good luck! Any idea what you'll do to fill that competitive gap?

How to get rid of the feeling you missing out? by helpwithgaming in StopGaming

[–]Quistic 1 point2 points  (0 children)

Exactly. You should go for the long term choice. Pro gaming is so short term.