Stackblitz

Powering community

Gilberto López

Tech lead @ La Creativería

glopezr@lacreativeria.com

+506 8703 1266

¿Stackblitz?

Online IDE

♥️

Support

Let's check them out

Why Community? 🤔

Nice tool, but...

Modern Front-end web development

  • Web Components.
  • Modules.
  • Compilers.
  • Bundlers.
  • Experimental features.
  • Cross-browser compatibility.
  • Progressive Web Apps
  • ...
import { Component, OnInit, Input } from '@angular/core';
import { Hero } from '../hero';
 

@Component({
  selector: 'app-hero-detail',
  templateUrl: './hero-detail.component.html',
  styleUrls: ['./hero-detail.component.css']
})
export class HeroDetailComponent implements OnInit {

  @Input() hero: Hero;
 
  constructor() { }
 
  ngOnInit() {}
 
}

Setup time 🤯

Stackblitz 💪

Prototyping

1

Engagement

2

stackblitz.com/github/{github-username}/{repository}?/tree/{tag|branch|commit}

Training

3

Community ❤️ Stackblitz

  • Brings web development candy back to community.
  • Engages newcomers by killing complex setup.
  • Improves developer on-boarding experience.
  • Promotes community contribution.

Start

powering

community

Thanks!

Powering community with Stackblitz

By Gilberto López Rodríguez

Powering community with Stackblitz

Stackblitz is an online VSCode IDE for running projects with no setup effort. This presentation is focused on all advantages this tool can and will bring to community evolution.

  • 220