rabatjs / meetups

A monthly meetup for all things JavaScript, Node.js, and the modern web
11 stars 1 forks source link

Monthly Meetup - September 2019 #7

Open chihab opened 4 years ago

chihab commented 4 years ago

Talks

Your talk

Would you like to give a talk or demo something? Please share with us, we would love to hear anything from a full talk to a 5-minute demo. To propose a talk or topic simply leave a comment in the event issue.

Event

https://www.meetup.com/Rabat-js/events/264875735/

Agenda

6:30 pm - Doors open 6:45 pm - Networking / Food / Energy 7:00 pm - Talks begin! 8:30 pm - See you next time!

When/Where

September 30th

smhmd commented 4 years ago

Talk Title: Vscode Tips and Tricks. Description: Some lesser known tips and tricks for Visual Studio Code. Format: Demonstration. Duration: 15 min.

midrissi commented 4 years ago

Talk title:

IZM.js

Introduction:

IZM.js is a framework that I have worked on for nearly 4 years. Its main goal is to have a boilerplate that organizes your project into reusable, maintainable and configurable functional modules.

Format:

Live coding (=~ 90min)

Prerequisites

Basic knowledge of MEN stack (MongoDB, ExpressJS, and NodeJS)

Links:

The main project: https://github.com/izmjs/izmjs

Functional modules:

  1. devtools: Helps you to achieve some basic tasks such as translating sentences, generating postman documentation of the whole project, viewing/installing dependencies in a graphical way, configuring env variables... The source code can be found here: https://github.com/izmjs/devtools

  2. Chat FM: A simple chat module. A Redis server can be configured to ensure the scalability. https://github.com/izmjs/chat-fm

  3. Files manager: A simple files manager module. It uses GridFS to store files. https://github.com/izmjs/files-fm