Stacked Commits allow you to deliver code as multiple, small units of change which build on top of each other. · What are Stacked Commits? Stacked...
Sometimes Java interop brings bugs along with the benefits · Summary I was working with a Kotlin class which extended a Java class and the Kotlin class...
Use GitHub Actions to push changes as part of a PR · Background I use the resume.md tool to maintain my resume. An advantage of using this tool is that...
Few insights for engineers from a product person with over 22 years of experience · At my workplace, we have an internal career guidance fair where you...
How a simple typo means your users receive incorrect data · C# and LINQ have been together since C# 3.0. It makes working with data sources, both local...
What is ASP.NET Core? From the official website, ASP.NET is a popular web-development framework for building web apps on the .NET platform. That's...