Compare commits

..

7 Commits

Author SHA1 Message Date
JoseCutileiro
64afb51bfa
REMOVED DEAD LINK (#817) 2022-10-29 17:08:11 +08:00
Paul Kuruvilla
b6ed38590c
Merge pull request #809 from yairhaimo/nodejs-cli-tool2
Add Create Your Own CLI Tool with NodeJS
2022-10-09 11:17:48 +01:00
Yair Haimo
dcc4092441 add nodejs cli tool 2022-10-05 20:55:05 +03:00
Paul Kuruvilla
feb9b2ba46
Merge pull request #807 from engineerhead/dns-server-in-x-language
Build a DNS Server in Node.js
2022-09-28 22:12:29 +01:00
Umair Bussi
3ae36986b2 Build a DNS Server in Node.js 2022-09-28 18:08:42 +05:00
Paul Kuruvilla
664d7f17f8
Merge pull request #805 from GalindoSVQ/master
chore: remove unavailable tutorial
2022-09-13 09:20:10 +01:00
Antonio Galindo
88780ad7ab
chore: remove unavailable tutorial 2022-09-12 20:11:02 +02:00

View File

@ -115,6 +115,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/)
* [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/)
* [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html)
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
#### Build your own `Database`
@ -363,7 +364,6 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
#### Build your own `Voxel Engine`
* [**C++**: _Let's Make a Voxel Engine_](https://sites.google.com/site/letsmakeavoxelengine/home)
* [**Java**: _Let's make a voxel engine_](https://www.youtube.com/watch?v=C_Fo9PcrVXA&list=PLXa65xzz2vplye7cn1HH4GyE6_FjnDSug&index=1) [video]
* [**Java**: _Java Voxel Engine Tutorial_](https://www.youtube.com/watch?v=QZ4Vk2PkPZk&list=PL80Zqpd23vJfyWQi-8FKDbeO_ZQamLKJL) [video]
#### Build your own `Web Server`
@ -402,7 +402,6 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**JavaScript**: _Implementing promises from scratch (TDD way)_](https://www.mauriciopoppe.com/notes/computer-science/computation/promises/)
* [**JavaScript**: _Implement your owncall(), apply() and bind() method in JavaScript_](https://blog.usejournal.com/implement-your-own-call-apply-and-bind-method-in-javascript-42cc85dba1b)
* [**JavaScript**: _JavaScript Algorithms and Data Structures_](https://github.com/trekhleb/javascript-algorithms)
* [**JavaScript**: _How to Make an Evolutionary Tetris AI_](https://www.youtube.com/watch?v=xLHCMMGuN0Q) [video]
* [**JavaScript**: _Build a ride hailing app with React Native_](https://pusher.com/tutorials/ride-hailing-react-native)
* [**Kotlin**: _Build Your Own Cache_](https://github.com/kezhenxu94/cache-lite)
* [**Nim**: _Writing a Redis Protocol Parser_](https://xmonader.github.io/nimdays/day12_resp.html)
@ -415,6 +414,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
* [**Node.js**: _Build a static site generator in 40 lines with Node.js_](https://www.webdevdrops.com/en/build-static-site-generator-nodejs-8969ebe34b22/)
* [**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/)
* [**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)