Skip to content

Instantly share code, notes, and snippets.

View moonou's full-sized avatar
💭
👨🏻‍💻

moonoulong moonou

💭
👨🏻‍💻
View GitHub Profile
@pesterhazy
pesterhazy / building-sync-systems.md
Last active August 26, 2025 06:06
Building an offline realtime sync engine

So you want to write a sync system for a web app with offline and realtime support? Good luck. You might find the following resources useful.

Overview articles

@rishitells
rishitells / Jest_GitLab_CI.md
Last active June 30, 2025 06:38
Setting up Jest tests and coverage in GitLab CI

Configuring Jest Tests in GitLab CI

1. Add GitLab CI configuration file in the root

In the root of your project, add .gitlab-ci.yml with the configuration below.

image: node:latest

stages: