VukVuk (Page 7)

Creating flashcards with ChatGPT

Can you speed up the process of creating flashcards with generative AI?

I have been using GitHub Copilot for writing documentation, have been testing ChatGPT (GPT3.5) and using OpenAI API (GPT3) in some of my projects. And even after a few months, I'm amused with new possibilities and new ways to use generative AIs for text.

Read more...


Public Nested Classes

Are public nested classes really so bad?

For some time, I've been using public nested classes (often records) for POCOs (Plain Old C# Object), mostly with MediatR and services. I have found this approach very useful. Everything is contained within the MediatR model (or service), there is no way to access subclasses without explicitly understanding what you are doing.

Read more...


Book: Just Enough Software Architecture: A Risk-driven Approach

Practical book about Software Architecture

Just Enough Software Architecture: A Risk-Driven Approach is a popular technology-agnostic software architecture book, often recommended as an introduction to software architecture.

Read more...