Skip to content

Instantly share code, notes, and snippets.

View SebConejo's full-sized avatar
😍
Building Mainfest 🦚

Sébastien Conejo SebConejo

😍
Building Mainfest 🦚
View GitHub Profile
@SebConejo
SebConejo / OpenSourceBaas.md
Created July 31, 2024 18:58 — forked from PARC6502/OpenSourceBaas.md
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
@SebConejo
SebConejo / SassMeister-input-HTML.html
Created May 8, 2015 15:19
Generated by SassMeister.com.
<div class="message error">
<p>
Message error
</p>
</div>
<div class="message warning">
<p>
warning message
</p>
</div>
$base-font-size: 16px;
$base-line-height: 1.5;
// this value may vary for each font
// unitless value relative to 1em
$cap-height: 0.68;
@mixin baseline($font-size, $scale: 2) {