Viewing profile — bsingh4
bsingh4
HN member- Joined
- Thu, Mar 28, 2013, 6:24 PM UTC
- HN karma
- 5
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About bsingh4
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #30803522
https://jasperfx.github.io/oakton/
-
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…
-
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…
-
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…
- comment
-
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 …
-
comment
Comment #21548588
I don't think large blocks of comments qualify as strong typing: https://github.com/pulumi/pulumi-gcp/blob/76df2e85214ad13465...
-
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: {…
-
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…
-
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...
-
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…
-
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…
-
comment
Comment #18668923
Backend API: .NET Core Web Frontend: AngularDart Mobile: Flutter
-
comment
Comment #18581462
Dart has a sound type system. Why would someone voluntarily deal with TypeScript unless forced to by the browser environment?
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #13390673
The SSD speed is the same across the lineup
-
comment
Comment #5504956
Something like this would be way faster than Sequelize: https://github.com/mgutz/mapper