Skip to content

Instantly share code, notes, and snippets.

View mattmccabe's full-sized avatar

Matt McCabe mattmccabe

View GitHub Profile
@mattmccabe
mattmccabe / server.ts
Last active July 7, 2019 08:30
NestJS Swagger Setup
async function bootstrap() {
const server = express();
const app = await NestFactory.create(ApplicationModule, server);
const options = new DocumentBuilder()
.setTitle('My API')
.setDescription('Rest API')
.setVersion('1.0')
.setSchemes("https")
@mattmccabe
mattmccabe / gist:5124bb8f7e636bea887b
Last active August 29, 2015 14:11
LoopBack Lightning talk

About Me

@McCabeMatt and @azsoftcom

What we are covering

  • What/Who is StrongLoop
  • What is LoopBack
  • Core LoopBack Concepts
  • Create some API's with loopback

StrongLoop

@mattmccabe
mattmccabe / dabblet.css
Created June 13, 2012 06:37
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body
{
background: #f06;
background: linear-gradient(90deg, #000, #666);
@mattmccabe
mattmccabe / dabblet.css
Created June 13, 2012 06:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body
{
background: #f06;
background: linear-gradient(45deg, #000, #666);
@mattmccabe
mattmccabe / dabblet.css
Created June 13, 2012 06:18
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body
{
background: #f06;
background: linear-gradient(45deg, #000, #666);
min-height: 100%;
@mattmccabe
mattmccabe / dabblet.css
Created June 13, 2012 05:25
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body
{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;