76 liens privés
Is it possible to create a Trello clone using htmx? Yes, and I’ll show you how.
Un cheesecake au spéculoos ultra gourmand, sans gélatine et sans cuisson, qui a un succès fou ! La première fois que je l'ai fait, j'ai fait le bonheur de ma famille. Ils ont tous succombé
I have been playing around with the new .Net 8 Blazor templates and ran into a problem with Identity and setting a global InteractiveServer render mode. The change I made was in the App.Razor file ...
ApexCharts is a a free and open-source modern charting library that helps developers to create beautiful and interactive visualizations for web pages.
public List<string> ExtractHashtags(string content)
{
var hashtagPattern = new Regex(@"#\w+");
var matches = hashtagPattern.Matches(content);
return matches.Select(m => m.Value).ToList();
}
Thinkerview | Le langage au service des puissants ? | Alain Deneault | 4 may 2018 | https://www.youtube.com/live/IBdj4Z0FtZU
Alain Deneault
L'amour du censeur: essai sur l'ordre dogmatique | Pierre Legendre | # | # | # | # | -
title | Rosa Luxembourg | # | # | # | # | -
On achète bien les cerveaux: la publicité et les médias | Marie Bénilde | # | # | # | # | -
L'économie de la nature | Alain Deneault | # | # | # | # | -
title | author | # | # | # | # | -
title | author | # | # | # | # | -
Save
CSI500 = equi chinois du SP500
Inde : indice phare et non large
Indonésie : pays en direct ou fonds ASEAN ou pan asie
L’Association des Nations de l’Asie du Sud-Est
Japon : TOPIX indice en yen
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibili...
Guard against duplicate events in your Blazor app
.NET 9 changes how static files are served, and it solves a long-standing problem