GithubHelp home page GithubHelp logo

ironclub's Introduction

Bienvenido a IronClub

Bienvenidos a IronClub. Un pequeño espacio para que todos los IronHackers del mundo puedan compartir no solo recursos valiosos para nuestro aprendizaje, si no también un lugar donde relajarse, informarte sobre las últimas quedadas y eventos relacionados con la comunidad, incluso compartir libros o repositorios que añadan valor y sean de interés. ¡Y no olvides pasar por la sección de ocio donde tienes nuestro foro y sección de videojuegos hechos por IronHackers!

Características

  • Uso de tecnologías Front-Back
  • Sonidos añadidos
  • Favicon
  • Juegos añadidos

1. Prueba IronClub

2. Parte del código que me ha gustado 👍

Yared:

 User.deleteMany()
  .then(() => {
    return User.create(users)
  })
  .then(usersCreated => {
    return Section.deleteMany()
    .then(()=> {
      const Front = new Section(sections[0])
      return Front.save()
      // return Section.create(sections)
    })
    .then(FrontSave =>{
      const Back = new Section(sections[1])
      return Back.save()
      .then(BackSave => [FrontSave, BackSave])
    })

Juan:

loadShowMenu: function (event, deleteFunction, youAreYouFunction) {
    [...]
	youAreYouFunction(event.creatorId)
      .then((iamI) => {
        if (iamI) {
          meetupMenu.domElements.creatorShowSection.style.display = "block";
        }
        else {
          meetupMenu.domElements.creatorShowSection.style.display = "none";
        }

      })
    meetupMenu.domElements.deleteButton.onclick = () => {
      deleteFunction(event._id);
      meetupMenu.loadMenu();
    }

3. Si tuviese que volver atrás... ¿Que cambiar? ԅ(≖‿≖ԅ)

- Mejor planteamiento de necesidades (¿Qué necesito?)

- Mejor distribución del tiempo

- Tener claras las mecánicas a usar (Ganar tiempo ٩(^‿^)۶)

4. Futuras actualizaciones (⌐■_■)

- Filtro por BootCamps

- Foro mas diverso

- Añadir mas contenido por secciones

- Asistentes a los eventos (sesión Meetup)

- Fecha y hora (sesión Meetup)

- Refactorizar código (nivel interno)

5. Parte del código que mas problemas me causó (ノಠ益ಠ)ノ彡┻━┻

Yared

User.deleteMany()
  .then(() => {
    return User.create(users)
  })
  .then(usersCreated => {
    return Section.deleteMany()
    .then(()=> {
      const Front = new Section(sections[0])
      return Front.save()
      // return Section.create(sections)
    })
    .then(FrontSave =>{
      const Back = new Section(sections[1])
      return Back.save()
      .then(BackSave => [FrontSave, BackSave])
    })

Juan

loadShowMenu: function (event, deleteFunction, youAreYouFunction) {
    [...]
	youAreYouFunction(event.creatorId)
      .then((iamI) => {
        if (iamI) {
          meetupMenu.domElements.creatorShowSection.style.display = "block";
        }
        else {
          meetupMenu.domElements.creatorShowSection.style.display = "none";
        }

      })
    meetupMenu.domElements.deleteButton.onclick = () => {
      deleteFunction(event._id);
      meetupMenu.loadMenu();
    }

Muchas Gracias

ironclub's People

Contributors

yaredmyers avatar juanrecio avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.