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
Category: Uncategorized
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
Economic Web Hosting Sites
Webhosting | Fast and Reliable – Hetzner Online GmbH High Performance, High Frequency, Bare Metal, Affordable Cloud Computing – Vultr.com DigitalOcean | Cloud Hosting for Builders www.digitalpacific.com.au
A DotNet developer’s view about Technology Radar V27
As a new Technology Radar release with a bunch of interesting techs, a few drew my attention. Techniques Path-to-production Mapping: Investigate or discuss what’s the path from coding to production delivery. There could be an unexpected bottleneck. Find it and fix it. Team cognitive load: Think about Conway’s law and utilize the temple from the… Continue reading A DotNet developer’s view about Technology Radar V27