More often than not, I try to have an enum but for strings: in this post, I show you how to create String Enums in NET6 and C#.
Month: November 2022
Is Star Wars Eclipse coming?
If you are a Star Wars fan, the first question I had in my mind was: is Star Wars Eclipse coming out this year? The trailer is quite stunning.
Embed GitHub Gists on WordPress
With the code in this post, we can embed Github Gists on WordPress. Gist is an easy method to share code snippets.
How to make menus with CSS
I will show how to make menus with CSS without using JavaScript: dropdown menus, drawers, and even a mobile hamburger menu
How to add badges to a GitHub repository
In this article, I will show how to add badges to a GitHub repository using shields.io. This application is a web service that can be used to generate concise, consistent, and legible badges in SVG. Adding badges to the readme file of GitHub repositories is a common task for almost every new repository. These badges help in increasing the readability of the readme file because they provide some KPIs or metrics about the repositories. As a result, readers get a clear idea of the repository very quickly by scanning the attached…
Tim Berners-Lee wants us to ignore Web3
The creator of the web Tim Berners-Lee wants us to ignore Web3 and isn’t sold on crypto visionaries’ plan for its future. We should ignore it
ScrollTabs component for Blazor
Do you have to display a lot of tabs in your page, but the look and feel is no what you want. Here you have a ScrollTabs component for Blazor