@phraseng
Nothing here yet.
Nothing here yet.
Dec 23, 2025 · 3 min read · The reusability is a very good concept. If a function or a module can be reused it is good because the code will be more clear, smaller, more modular, you won’t repeat your self, the solution will be nice. Let start building questions. This is our ba...
Join discussionOct 28, 2025 · 2 min read · While learning software architecture designs, I realized that many explanations are long and abstract. They often describe principles and blueprints, but rarely provide a single way to build an initial understanding. I often left that I need more tim...
Join discussionSep 20, 2025 · 5 min read · The reactive programming is good and useful. We know a lot of advantages of it. I would like to show some disadvantages. I hope with this will help you to use this technich in the right way Controll When you use an observ pattern like the Combine In ...
Join discussionApr 22, 2025 · 3 min read · After exploring Swift’s recommendation to “use struct by default,”I started thinking about how this impacts data ownership, freshness, and system design — especially in reactive contexts like Combine. In my previous post (link), I showed that structs...
Join discussion