thushxr.hashnode.dev.NET Project Packaging (Templates).NET Project Packaging (Templates) .NET project templates allow you to package and share a predefined project structure so it can be reused across teams or projects. This is especially useful when you want to standardize architecture (for example, Cl...Jan 3·2 min read
thushxr.hashnode.devService to Service InvocationWhat Does Service to Service Invocation mean? DAPR provides a feature to invoke a service from another service using the sidecar runtime. This help the microservice architecture to communicate between two service. But still we do have a downside th...Nov 4, 2025·4 min read
thushxr.hashnode.devWhat is DAPRDAPR stands for Distributed Application Runtime. It's an open-source, event driven runtime that helps developers build microservice and cloud native application. DAPR provides features as: Service Discovery Pub/Sub messaging State management Sec...Oct 31, 2025·2 min read
thushxr.hashnode.devGit Commit Message That Makes Sense!Ever opened a Git log and seen messages like add, update, logs, or the infamous final final version? Yeah, we’ve all been there—and it’s painful. Let’s fix that right now. Bad Commit Messages Bad commit messages are a nightmare when you’re debugging...Oct 23, 2025·2 min read