Skip to content

Instantly share code, notes, and snippets.

View vpetkovic's full-sized avatar
👾

Vojislav Petkovic vpetkovic

👾
View GitHub Profile
@scyto
scyto / docker-swarm-architecture.md
Last active July 25, 2024 15:04
My Docker Swarm Architecture
@arkada38
arkada38 / AAA.md
Last active February 4, 2024 14:39
Using Tailwind CSS v3.2 with Blazor (.Net 6 or above)

Using Tailwind CSS v3.2 with Blazor (.Net 6 or above)

This method works for Blazor Server and Blazor WebAssembly with hot reload, style isolation and tailwind jit compilation.

Setup with using Standalone Tailwind CSS CLI without Node.js

For this method you need added to path Tailwind CSS CLI binary. Read more about Standalone CLI.

Just create a StaticAssets folder in the root of your project with next structure.

@06b
06b / ShortGuid.cs
Created September 3, 2015 02:14
ShortGuid - A shorter and url friendly GUID class in C#
using System;
namespace CSharpVitamins
{
/// <summary>
/// Represents a globally unique identifier (GUID) with a
/// shorter string value. Sguid
/// </summary>
public struct ShortGuid
{