Best Generative AI 2024

ChatGPT Claude Open source AI HuggingChat (huggingface.co) – Meta llama, etc Fast AI Groq is Fast AI Inference – llama  

Tools for .Net developers in 2024

Tools Resharper One of the most popular productivity tool for Visual Studio users. The need for Resharper is reduced for the recent few years though. I’m simply so familiar with it and it’s muscle memory now. ChatGPT and GitHub Copilot A LLM based support is key productivity tool for developer since it’s introduced. The more… Continue reading Tools for .Net developers in 2024

Take away after a cloud migration project

Before starting the project Keep the applications and databases loosely coupled. Get the applications up to date in terms of dependent libraries. Do not create or remove cross database query Keep the applications to be standard and consistent throughout the team / company. Decommission unused systems constantly   Create a task to do Draw the… Continue reading Take away after a cloud migration project

Book – Software Engineering at Google

Summary Notes  from the book, Software Engineering at Google Style Guides and Rules Auto formatting : Resharper console app. https://blog.jetbrains.com/dotnet/2018/03/01/code-cleanup-resharper-command-line-tools/ Code Review Review in 3 aspects The code will work as intended without error. If code looks OK to the code owner’s view. If readability is OK It might be good to see how many… Continue reading Book – Software Engineering at Google