TPThushar Pinthushxr.hashnode.dev·Jan 3 · 2 min read.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...00
TPThushar Pinthushxr.hashnode.dev·Nov 4, 2025 · 4 min readService 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...00
TPThushar Pinthushxr.hashnode.dev·Oct 31, 2025 · 2 min readWhat 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...00
TPThushar Pinthushxr.hashnode.dev·Oct 23, 2025 · 2 min readGit 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...00