From f372828cb3228b1535928c9e25dc85787b8eeb4c Mon Sep 17 00:00:00 2001 From: Cristiano Belloni Date: Sat, 22 Mar 2025 17:47:08 +0000 Subject: [PATCH 1/2] Update README. to add sync engine blog post --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee4ed88..d8710b1 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ It's a great way to learn. * [**Node.js**: _Building A Simple Single Sign On(SSO) Server And Solution From Scratch In Node.js._](https://codeburst.io/building-a-simple-single-sign-on-sso-server-and-solution-from-scratch-in-node-js-ea6ee5fdf340) * [**Node.js**: _How to create a real-world Node CLI app with Node_](https://medium.freecodecamp.org/how-to-create-a-real-world-node-cli-app-with-node-391b727bbed3) * [**Node.js**: _Build a DNS Server in Node.js_](https://engineerhead.github.io/dns-server/) +* [**Node.js**: _Build a Synchronization Engine with Node.js_and Y.js](https://greenvitriol.com/posts/sync-engine-for-everyone) * [**PHP**: _Write your own MVC from scratch in PHP_ ](https://chaitya62.github.io/2018/04/29/Writing-your-own-MVC-from-Scratch-in-PHP.html) * [**PHP**: _Make your own blog_](https://ilovephp.jondh.me.uk/en/tutorial/make-your-own-blog) * [**PHP**: _Modern PHP Without a Framework_](https://kevinsmith.io/modern-php-without-a-framework) From 23e8a454983174cf4c6807f0749beeecc8dc4ffb Mon Sep 17 00:00:00 2001 From: Cristiano Belloni Date: Sat, 22 Mar 2025 22:29:16 +0000 Subject: [PATCH 2/2] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8710b1..c3c27dd 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ It's a great way to learn. * [**Node.js**: _Building A Simple Single Sign On(SSO) Server And Solution From Scratch In Node.js._](https://codeburst.io/building-a-simple-single-sign-on-sso-server-and-solution-from-scratch-in-node-js-ea6ee5fdf340) * [**Node.js**: _How to create a real-world Node CLI app with Node_](https://medium.freecodecamp.org/how-to-create-a-real-world-node-cli-app-with-node-391b727bbed3) * [**Node.js**: _Build a DNS Server in Node.js_](https://engineerhead.github.io/dns-server/) -* [**Node.js**: _Build a Synchronization Engine with Node.js_and Y.js](https://greenvitriol.com/posts/sync-engine-for-everyone) +* [**Node.js**: _Build a Synchronization Engine with Node.js and Y.js_](https://greenvitriol.com/posts/sync-engine-for-everyone) * [**PHP**: _Write your own MVC from scratch in PHP_ ](https://chaitya62.github.io/2018/04/29/Writing-your-own-MVC-from-Scratch-in-PHP.html) * [**PHP**: _Make your own blog_](https://ilovephp.jondh.me.uk/en/tutorial/make-your-own-blog) * [**PHP**: _Modern PHP Without a Framework_](https://kevinsmith.io/modern-php-without-a-framework)