AWS Cloud services make a bill from me when I deploy. Isn't there a developer option for learning and development? I want to do this project one by one and learn it, but the DB parts scare me because of AWS pricing.
@codewithjay4 ай бұрын
You can check your Free Tier limit every month and choose the instance that comes under the Free Tier. I am sure it will not bill. As per my latest communication with AWS they said we can use RDS as well for free within Free tier. Deployment side make sure you clean your resources if not in used.
@cKc1.64 ай бұрын
@@codewithjay Thank you very much sir!
@shubhamranjan45969 ай бұрын
best
@mohit846049 ай бұрын
thank you!. But i have a doubt could we implement DDD in golang, as i know golang is not OOP based language but whatever. If you know then could you plase tell me
@codewithjay9 ай бұрын
Yes we can. If you are following this series you will able to see in down the line of the episodes.
@augedoo84099 ай бұрын
Good
@kirillbaryba7469 ай бұрын
❤
@valentineejk9 ай бұрын
hi, in the system designs, I dont see anything about cart/orders
@codewithjay9 ай бұрын
We re visiting the system design in later episodes to deep dive each components.
@valentineejk9 ай бұрын
thank you @@codewithjay
@sithumdasantha31479 ай бұрын
Keep it up 🤍
@travelwithemdad25279 ай бұрын
💌💌
@ThienNguyen-bg1kx9 ай бұрын
I think Go doesn't really support functional programming, it's more like procedural programming. And in term of functional programming, I think TS is superior.
@codewithjay9 ай бұрын
Yes that's true, Go is not pure functional it's an imperative language with support for certain functional programming features that is more efficient than TS and JS. Yes JS and TS is good choice if you like more functional programming.