Getting started with Java
In this new post "Getting started with Java", I share with you my consideration about this programming language in comparison…
All technologies, only pure source code
In this new post "Getting started with Java", I share with you my consideration about this programming language in comparison…
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or…
More often than not, I try to have an enum but for strings: in this post, I show you how…
If you are a Star Wars fan, the first question I had in my mind was: is Star Wars Eclipse…
With the code in this post, we can embed Github Gists on WordPress. Gist is an easy method to share…
I will show how to make menus with CSS without using JavaScript: dropdown menus, drawers, and even a mobile hamburger menu
In this article, I will show how to add badges to a GitHub repository using shields.io....
The creator of the web Tim Berners-Lee wants us to ignore Web3 and isn’t sold on crypto visionaries’ plan for…
Do you have to display a lot of tabs in your page, but the look and feel is no what…
I want to show you how to create a fully responsive table layout with only CSS that helps you to…
I show you how to create form dynamically with Blazor reading the definition of the form from an API or…
How manipulating CSV files in the internet era? Comma Separated Files (CSV) are text files that contain multiple records with…
I will show how to evaluate Postfix expression for your interviews. What is a Postfix? How to write a simple…
In this post I show you how to use System.Text.Json and how to implement a converter for polymorphic classes.
I show you how to add SQLite to the MAUI application in order to have a small database in your…
I show how to implement drag and drop with Blazor because drag and drop has become a popular interface solution in…
In this post I show how to use biometric authentication in MAUI in your applications for iOS and Android and…
After 27 years, Microsoft has finally bid farewell to the Internet Explorer and will redirect Explorer users to the latest…
Windows under attack by zero-day flaw: the bug has been exploited by Chinese hackers who used it to send malicious…
This is a quick announcement about a repository I have just started about Agile methodology handbook available on GitHub Pages
Documentation is an essential part of making any project useful to users. Here how to Create documentation with Docsify and…
I introduce you my new Guided Tours #Blazor component to help your users to understand the UI of your application
Microsoft launched a new profiling tool in Visual Studio 17.2 that helps you understand how you can optimize your File I/O operations
I introduce you my new Clippy Blazor component for Blazor WebAssembly and Blazor Server. The component is built with .NET6.