Skip to content

Instantly share code, notes, and snippets.

View siniradam's full-sized avatar
🌎
Digital Nomad

Atlas Koray siniradam

🌎
Digital Nomad
View GitHub Profile
@siniradam
siniradam / Awesome-Nostr-Table.md
Last active July 21, 2023 23:33
Roughly every Nostr implmentation is here, pretty much same content on https://github.com/aljazceru/awesome-nostr/blob/main/README.md with languages in table format
Name Type Language Description Link
nostr Resource overview and FAQ
@siniradam
siniradam / whatisnostr.md
Last active December 29, 2022 20:57
Some basic information about NOSTR Protocol.

NOSTR ELI5

Explanation of NOSTR for all newbies.


What is NOSTR

Nostr is a protocol built on websockets.

It's consisting of 2 main components.

  • Relays - a server.
@siniradam
siniradam / cloudAliases.md
Last active May 29, 2024 09:24
Useful Full-Stack Bash Aliases

Useful aliases for front-end & back end developers

By adding the lines below to your ~/.zshrc or ~/.bashrc you can use quick aliases to perform some firebase and aws commands.

GIT

# Undo last commit (If you haven't pushed)
alias gitz="git reset --soft HEAD~"