PinnedHenrique Siebert Domareski·Mar 15Moving from Medium to My Own BlogOver the past few years, writing technical articles has become a vital part of my journey as a Software Engineer. What began as a simple…
Henrique Siebert Domareski·Mar 18Important Update for SubscribersHello! I recently migrated my articles to my new personal blog, as I explained in a previous story.
Henrique Siebert Domareski·Feb 7Claude Code — A Practical Guide to Automating Your Development WorkflowClaude Code is an agentic coding assistant developed by Anthropic that runs directly in your terminal and excels at complex reasoning and…A response icon5A response icon5
Henrique Siebert Domareski·Feb 2Prompt Engineering — Self-Consistency, Direct Stimulus & ReActPrompt engineering is about crafting the instructions you give to an AI to guide its behaviour and maximise the quality of the results…A response icon2A response icon2
Henrique Siebert Domareski·Jan 29Prompt Engineering — Chain-of-Thought, Skeleton-of-Thought & Tree-of-ThoughtPrompt engineering is the process of designing and refining inputs to guide an AI model’s behaviour and responses, to maximise the…
Henrique Siebert Domareski·Jan 27Prompt Engineering — Zero-Shot, One-Shot, Few-Shot & In-Context LearningPrompt engineering is the practice of crafting inputs (prompts) to guide an AI model’s behaviour and output, in order to maximise the…A response icon1A response icon1
Henrique Siebert Domareski·Jan 18.NET 10 and C# 14 — Unbound generic types and nameofC# 14 introduces a new feature, which allows the argument to nameof to be an unbound generic type, removing the need to provide “dummy”…A response icon1A response icon1
Henrique Siebert Domareski·Jan 15.NET 10 and C# 14 — The field keywordC# 14 introduces the field keyword, which allows you to write a property accessor body without declaring an explicit backing field. In…A response icon1A response icon1
Henrique Siebert Domareski·Jan 13.NET 10 and C# 14 — Extension membersExtension methods have been a part of C# for a long time, allowing us to add methods to types we do not own. However, we were limited to…
Henrique Siebert Domareski·Jan 11.NET 10 and C# 14 — Null-conditional assignmentNull-conditional assignment is a new C# 14 feature that simplifies how we assign values to properties or fields of objects that might be…A response icon2A response icon2