Skip to content

rambocoder

rambocoder blog

Month: January 2021

TypeScript-Fu

Builder pattern

Constructor initializer

class Point {
    constructor(private x:number, private y: number){}
}

Union types

const x: number | string = 60;

Attributes (AOP)

Author rambocoderPosted on January 31, 2021January 31, 2021

Recent Posts

  • Back End Patterns
  • TypeScript-Fu
  • SQL Server tuning
  • HAProxy and Cowboy
  • Behavior Driven Development with Erlang

Recent Comments

  • Hao on ChicagoBoss example application: wiki
  • Saiyine on ChicagoBoss example application: wiki
  • Roberto on Connecting to HBase from Erlang using Thrift
  • orcaman on ChicagoBoss example application: wiki
  • rambocoder on ChicagoBoss example application: wiki

Archives

  • February 2021
  • January 2021
  • July 2019
  • April 2013
  • January 2013
  • December 2012
  • September 2012
  • February 2012
  • January 2012

Categories

  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
rambocoder Proudly powered by WordPress