9 followers
Software Engineer | DeFi Enthusiast
Docendo discimus.
Pull requests. A way to have an insight on a new feature, discuss design decisions, and ensure codebase quality. If done with the proper attitude and...
When talking about relational databases some of the most common names that come up are Microsoft SQL Server, MySQL, and PostgreSQL. Broadly speaking,...
C# is a programming language that provides certain syntactical features that we can use when designing members of our types. One of the probably...
In the last article on static classes in C#, I stated that I am not a big fan of extension methods. In this article, I will try to explain why that is...
C# is a powerful high-level programming language that has tons of features. One of those features is static classes. In this article, I will provide...
In this article we will have an overview of what are our options for storing tokens on public clients such as a Single Page Application (SPA). We will...