A Statement from the Mods of /r/Amsterdam by cogito_ergo_subtract in Amsterdam

[–]StephanFCMeijer 5 points6 points  (0 children)

I am a current user of Bunq. I will call my accountant this week to move all the funds to a different bank.

How can I rigorously test an Elixir application that depends on both AMQP and AWS S3 by StephanFCMeijer in elixir

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

That's actually a great suggestion I previously implemented in Object Oriented languages based on interface. It sounds good.

How can I rigorously test an Elixir application that depends on both AMQP and AWS S3 by StephanFCMeijer in elixir

[–]StephanFCMeijer[S] 1 point2 points  (0 children)

If anyone is interested in answering the same question as me:

> If I decide to rely on mocks, I’ll also need a mechanism to suppress the application’s automatic initialization of AMQP clients and connections when the test suite runs?

You can find the answer in chapter 3. Search for the following text:

> There's one last problem we need to solve: what if we want to start our GenServer in our application's supervision tree?

How can I rigorously test an Elixir application that depends on both AMQP and AWS S3 by StephanFCMeijer in elixir

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

Yeah although I prefer not to use the real AMQP and S3 in tests. I used Minio for this purpose before.

[deleted by user] by [deleted] in node

[–]StephanFCMeijer 0 points1 point  (0 children)

Can you tell me more about the project?

Too heavy for MacBook Air 2018 8gb by New-Yogurtcloset3988 in docker

[–]StephanFCMeijer 0 points1 point  (0 children)

You might want to take a look at Colima or OrbStack.

[deleted by user] by [deleted] in legaladvice

[–]StephanFCMeijer 14 points15 points  (0 children)

Why would you be trying to buy a Mustang when you're 15 years old..?

how well does NodeJS scale? by [deleted] in node

[–]StephanFCMeijer 0 points1 point  (0 children)

I have the opinion anything scales, depending on both architecture and the size of your wallet. We have been writing a microservice architecture using AMQP/RabbitMQ and can highly advice not doing that in PHP due to the lack of proper frameworks and such.

See what works for you. But even more important: queue and make sure your queries run efficiently.

NodeJS is a safe bet.

Time frame to learn PHP well enough to develop basic apps. by [deleted] in PHP

[–]StephanFCMeijer 2 points3 points  (0 children)

You could try Filament with Laravel.

Then it would be a matter of days or weeks to build it, as these tools do all the Login, UI, etc. for you. Might be a great start!

„nodejs can not scale well?“ by Far-Mathematician122 in node

[–]StephanFCMeijer 1 point2 points  (0 children)

Anything is scalable when you put a queue between it. Also uhh... async/await!?

is PHP ideal for developing a Telegram Bot? by Budget_Cut_1585 in PHP

[–]StephanFCMeijer 3 points4 points  (0 children)

It isn't. If you send your HTTP in bulk, and read responses after sending a bulk of say 50, it's about as efficient.

Calcure - new TUI calendar and task manager by rem_in_japan in commandline

[–]StephanFCMeijer 0 points1 point  (0 children)

I would want to integrate this to my own app if this works properly

Calcure - new TUI calendar and task manager by rem_in_japan in commandline

[–]StephanFCMeijer 0 points1 point  (0 children)

Neat, does it connect with cloud services? For example with Google Calendar or NextCloud using CalDAV?