Wild Snippets

4 posts

Wild Snippets

Wild Snippets

@WildSnippets

Random snippets of code you might find interesting or useful

Se unió Eylül 2023
1 Siguiendo0 Seguidores
Wild Snippets
Wild Snippets@WildSnippets·
C#: Generate a random number between 1 and 100 with just one line of code. Perfect for games and simulations! 🎲 #CSharp #RandomNumber int randomNumber = new Random().Next(1, 101);
English
0
0
0
12
Wild Snippets
Wild Snippets@WildSnippets·
Storing JSON data in PostgreSQL? Use the JSONB data type for flexibility and performance! 📝 #PostgreSQL #Database #JSONB CREATE TABLE my_table ( id serial PRIMARY KEY, data jsonb );
Čeština
0
0
0
13