Skip to content

Instantly share code, notes, and snippets.

View moahdev's full-sized avatar
🎯
Focusing

Moah Dev Team moahdev

🎯
Focusing
  • IAF
  • 03:42 (UTC +03:00)
View GitHub Profile
@moahdev
moahdev / README.md
Last active September 9, 2025 12:22
Chat App - 3rd Project

Chat App - 3rd Project

Goals

This project is meant to teach you multiple things:

  • Strengthen your knowledge about React and ExpressJS and other previous knowledge.
  • Teaches you about NestJS and how to use it, as it is used often in our team.
  • Teaches you about multiple new technologies and how to research and find what you need for the project.
@moahdev
moahdev / README.md
Last active June 26, 2023 15:40
Blackjack - 2nd Project

Blackjack - 2nd Project

Goals

This project is meant to teach you multiple things:

  • How to use Node.js (JavaScript outside the browser).
  • How to create an express.js server.
  • How to create a website using React.