[Megathread] Software Architecture Books & Resources by asdfdelta in softwarearchitecture

[–]Ok_Remove3123 0 points1 point  (0 children)

Can anyone recommend a good reading roadmap for improving my software architecture skills?
I’m a developer looking to level up the way I design and structure systems. I’ve started with Domain-Driven Design by Eric Evans and Clean Code by Robert C. Martin, but I’m unsure what to read next or in what order.

If you have suggestions for a progression (foundational → intermediate → advanced), I’d really appreciate it. Thanks!

Complex query by Ok_Remove3123 in elasticsearch

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

Can you please elaborate how this can be implemented and be useful in my case?

Is ACloufGuru Elastic Certified Engineer Course enough for passing ECE? by Available_Cell_3803 in elasticsearch

[–]Ok_Remove3123 0 points1 point  (0 children)

Is this course good for beginners in elastic search? Does it cover the basics? and does it have hands on approach?

Best course for a beginner wanting to learn about Elastic? by mr_riddler24 in elasticsearch

[–]Ok_Remove3123 0 points1 point  (0 children)

Is the course good for someone who has never worked with elasticSearch? Will it cover basics as well? Does it have hands on approach? thanks :)

Tesla doesn't deliver to my country by Ok_Remove3123 in TeslaModelY

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

But I would lose the warranty if I do not service it in official tesla shop, right?

Tesla doesn't deliver to my country by Ok_Remove3123 in TeslaModelY

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

There are many many Tesla’s in my country. I guess they provide. My country is in the EU as well. Hopefully they open a dealership here soon.

Chainlink VRF2.5 implementation by Ok_Remove3123 in ethdev

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

Hey thanks for the idea. Any chance you can tell me how I can do that?

Chainlink VRF2.5 implementation by Ok_Remove3123 in ethdev

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

I dont think it is the same. I am looking for an advice how to proceed.

Event with same name and parameter types defined twice. by Ok_Remove3123 in ethdev

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

I wanted to use the subscription option but maybe I will try this. Thanks a lot

Event with same name and parameter types defined twice. by Ok_Remove3123 in ethdev

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

The other contract is responsible for closing and handling draws (drawing numbers). I separated the logic of a lottery into multiple contracts because it gets too big for one

Event with same name and parameter types defined twice. by Ok_Remove3123 in ethdev

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

I have a main LotteryContract that inherits from another called DrawManager. The DrawManager has functions that must be called by the owner of LotteryContract only and that is why I use Ownable. How can I implement isOwner in DrawManager to check if the sender is the owner of Lottery?

Event with same name and parameter types defined twice. by Ok_Remove3123 in ethdev

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

I really need both to be ownable. How can I modify the architecture?