Live data from Hacker News

Viewing profile — bsingh4

bsingh4

HN member
Joined
Thu, Mar 28, 2013, 6:24 PM UTC
HN karma
5
Public activity
27 items

About bsingh4

No profile information was provided.

Recent public activity

  1. comment
    Comment #33076197

    Amazon AWS | Senior Software Engineers, Engineering Managers | New York | Onsite Preferred | Full Time The Proactive Security team at AWS is looking for Engineers and Engineering M…

  2. comment
    Comment #30803522

    https://jasperfx.github.io/oakton/

  3. comment
    Comment #23390334

    iConstituent | Full-stack Engineer | Washington, DC | REMOTE | https://iconstituent.com/ iConstituent has been a leading provider of software solutions for elected officials for ov…

  4. comment
    Comment #22494301

    iConstituent | Full-stack Engineer, Front-end Engineer, Product Designer | Washington, DC | ONSITE, REMOTE | https://iconstituent.com/ iConstituent has been a leading provider of s…

  5. comment
    Comment #21550079

    None of the properties in the DatabaseInstance construct example posted above are defined as unions of strings - the TypeScript documentation link you just posted is irrelevant. Th…

  6. comment
  7. comment
    Comment #21548689

    Why is every single property of type string - to see what to put there I have to reference a comment in code? I shouldn't have to read comments to see what the magic string is for …

  8. comment
    Comment #21548588

    I don't think large blocks of comments qualify as strong typing: https://github.com/pulumi/pulumi-gcp/blob/76df2e85214ad13465...

  9. comment
    Comment #21548574

    Here are two simple database definitions: Database in Pulumi: const db = new gcp.sql.DatabaseInstance('app-db', { databaseVersion: 'POSTGRES_11', region: 'us-central1', settings: {…

  10. comment
    Comment #21548466

    For AWS users AWS CDK is a far better take on infrastructure as code - strongly typed TypeScript resources and higher level constructs that hide the underlying details of load bala…

  11. comment
    Comment #21477941

    You can simply dockerize your app and deploy it to Heroku: https://medium.com/faun/how-to-dockerize-a-net-core-applicat...

  12. comment
    Comment #19987268

    You've only taken care of the surface-level complexity with AWS. Want to do something more like add a header to the response? Well then, create a lambda, deploy it to the edge, and…

  13. comment
    Comment #19811772

    iConstituent | Full Stack Software Engineer, UX Designer | Washington, DC | ONSITE, https://iconstituent.com/ iConstituent has been a leading provider of software solutions for ele…

  14. comment
    Comment #18668923

    Backend API: .NET Core Web Frontend: AngularDart Mobile: Flutter

  15. comment
    Comment #18581462

    Dart has a sound type system. Why would someone voluntarily deal with TypeScript unless forced to by the browser environment?

  16. comment
    Comment #16498888

    iConstituent | Software Engineer, Full Stack, Front End | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for electe…

  17. comment
    Comment #16064044

    iConstituent | Washington, DC | ONSITE | Full-time | Front-End Engineer | http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officia…

  18. comment
    Comment #15897571

    iConstituent | Washington, DC | ONSITE | Full-time | Front-End Engineer | http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officia…

  19. comment
    Comment #15610746

    iConstituent | Front End Engineer, Designer | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials …

  20. comment
    Comment #15390658

    iConstituent | Software Engineer, Full Stack, Front End | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for electe…

  21. comment
    Comment #15243072

    iConstituent | Software Engineer, Full Stack, Front End | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for electe…

  22. comment
    Comment #14462994

    Symplicity | Software Engineer, Full Stack | Washington, DC (Arlington, VA) | ONSITE, VISA, https://symplicity.com Symplicity has helped guide more than 26 million students to thei…

  23. comment
    Comment #14243162

    Symplicity | Software Engineer, Full Stack | Washington, DC (Arlington, VA) | ONSITE, VISA, https://symplicity.com Symplicity has helped guide more than 26 million students to thei…

  24. comment
    Comment #13390673

    The SSD speed is the same across the lineup

  25. comment
    Comment #5504956

    Something like this would be way faster than Sequelize: https://github.com/mgutz/mapper