ChatGPT Claude Open source AI HuggingChat (huggingface.co) – Meta llama, etc Fast AI Groq is Fast AI Inference – llama
Category: Uncategorized
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
A DotNet developer’s note on Technology Radar V30
As a new Technology Radar release with many interesting techs, a few drew my attention. Techniques Retrieval-augmented generation (RAG): Useful pattern to improve LLM result. A search result from the vector database is combined with the prompt to be sent to LLM, resulting in better quality than just using LLM. Automatically generate Backstage entity descriptors.… Continue reading A DotNet developer’s note on Technology Radar V30
A DotNet developer’s note on Technology Radar V29
As a new Technology Radar release with a bunch of interesting techs, a few drew my attention. Techniques Design Systems: a collection of design patterns, component libraries and good design and engineering practices that ensure consistent digital products. Consistency and shared components/design will help the team/organisation move fast. Lightweight approach to RFCs (Request for Comments):… Continue reading A DotNet developer’s note on Technology Radar V29