{{theTime}}

Search This Blog

Total Pageviews

Cloud Stack to Build Applications


  • JavaScript frameworks: Backbone, React, Angular
  • Database: PostgreSQL, Dynamo DB
  • Backend: Node.js, GraphQL, Postgres, Dynamo DB, Redis, AWS
  • Frontend: React, Backbone (legacy), ES6, SASS & BEM

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...