Clean code & ReverseString
In his latest video, Nick Chapsas is reviewing various C# advises. The one we will be talking is about Keep it simple stupid, and starts but comparing two implementation of the same function.
Read moreIn his latest video, Nick Chapsas is reviewing various C# advises. The one we will be talking is about Keep it simple stupid, and starts but comparing two implementation of the same function.
Read moreref struct have been introduced with C# 7.2 to give us some optimizations opportunities. So let's try to implement a ref struct Stack and see how it goes.
To handle private and public data, you should be able to publish, unpublish, revert, archive records. Let see if we can find a simple solution.
Read moreThere is no better way to (re)start a blog about coding than with hello, world.
Read moreHave you ever wanted to know in which breakpoint your page is, so you may adapt part of the page in ways CSS cannot, such as setting aria attributes?
By using custom properties and media queries, it is simpler than ever.