Skip to content

Instantly share code, notes, and snippets.

View bramantyoa's full-sized avatar
🌟

Bramantyo Adhilaksono bramantyoa

🌟
View GitHub Profile
@PARC6502
PARC6502 / OpenSourceBaas.md
Last active June 4, 2025 09:56
List of open source, self hosted BaaS - Backend as a service

Backend as a Service

Supabase - ~52K stars

  • Designed explicitly as an open source firebase alternative
  • Typescript based
  • Docker support

Appwrite - ~32K stars

  • Written in JavaScript and PHP
  • Docker based
  • Realtime support across all services
@dreikanter
dreikanter / encrypt_openssl.md
Last active May 23, 2025 13:12 — forked from crazybyte/encrypt_openssl.txt
File encryption using OpenSSL

Symmetic encryption

For symmetic encryption, you can use the following:

To encrypt:

openssl aes-256-cbc -salt -a -e -in plaintext.txt -out encrypted.txt

To decrypt:

@hhcordero
hhcordero / 1_Dockerised_JMeter.md
Last active January 28, 2025 12:59
Dockerized JMeter - A Distributed Load Testing Workflow
/*
Simple keylogger by Jack Krix 2013.
Very important note:
Use for non malicious tasks!
I will NOT be held responsible for anything silly you may do with this!
UPDATE: This will only work if don't give focus to another window!
Don't click and this should work as long as no other windows steal focus.