Skip to content

Instantly share code, notes, and snippets.

View shaijut's full-sized avatar
💭
Mostly 90% of our Job is to figure out, why, how etc and only 10% we Code. 👍

shaijut

💭
Mostly 90% of our Job is to figure out, why, how etc and only 10% we Code. 👍
View GitHub Profile
@davepcallan
davepcallan / StackOverflowCloneInsertData.sql
Created August 16, 2023 13:22
Create schema and insert dummy data into Stack Overflow clone
-- Create StackOverflow-like Database
CREATE DATABASE StackOverflowClone
GO
USE StackOverflowClone
GO
-- Users table
@priyaraghu
priyaraghu / azure architecture diagrams - 3D Isomorphic Diagrams
Created June 26, 2020 21:10
Azure Architecture Diagram Tools and Icon Sets , 3D icon sets
Source of the below links - https://www.cloud-architekt.net/document-and-visualize-your-azure-environment/
cloudskew - new tool
https://www.cloudskew.com/docs/samples.html#azure
Shapes and icon sets
Azure Design Visio VSSX
David Summers started an “Azure Icon Design project” to collect icons in Visio format (VSSX). You’ll find the icon set from his GitHub repo:
https://github.com/David-Summers/Azure-Design