VukVuk (Page 5)

Finding the Perfect Date: Exploring DateTime Formats for Developers

The bane of every developer's existence.

As developers, it's easy to think that working with dates and times is strictly a computer science problem. Even if it sometimes looks like someone is playing a cruel joke on programmers, historically making sense of time was a challenging task, much more than trying to parse some weird local datetime format. Tom Scott has a great video about problems with Timezones:

Read more...


Book: Nonviolent Communication: A Language of Life

Better way for communication?

Nonviolent Communication: A Language of Life by Marshall Rosenberg is a popular book about a communication method that emphasizes empathetic and compassionate interaction between people. It provides a step-by-step framework for applying NVC (Nonviolent Communication) in various situations, from personal relationships to workplace conflicts and even when talking to yourself.

Read more...


bUnit

A Testing library for Blazor components

bUnit is a testing library for .NET for testing Blazor components. It is built on top of existing popular frameworks xUnit, NUnit, and MSTests. It enables running tests on Blazor components in the same way as any other test.

Read more...