We want to give our users a native experience on their platform of choice. A native experience is when an app looks the same and has the same features as other native apps. A common way to achieve this is by using frameworks. However, each framework takes a slightly different approach.
Uncategorized
How to Run a DotNET App on Every Platform similar to NPM
Instead of publishing your dotnet application for each platform separately, there is a way to publish your app once as platform agnostic and run it on every platform easily. In this post, I explain how you can do that and remove some headache from your CI/CD pipeline efforts.
Why You Should Prioritise Code Readability .. Even Higher Than Performance!
When writing a piece of code, There is parliament session going on in my mind. One party wants to maximise the code efficiency, performance and resource consumption while the other party thinks about the maintenance of the code in long term. It's like a hot debate with a lot of Objections! from either party. Over … Continue reading Why You Should Prioritise Code Readability .. Even Higher Than Performance!