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 Managers to bootstrap a new effort for…
https://jasperfx.github.io/oakton/
iConstituent | Full-stack Engineer | Washington, DC | REMOTE | https://iconstituent.com/ iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have a loyal client…
iConstituent | Full-stack Engineer, Front-end Engineer, Product Designer | Washington, DC | ONSITE, REMOTE | https://iconstituent.com/ iConstituent has been a leading provider of software solutions for elected officials…
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. This is what one of the property types…
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 the f1-micro tier, or the hard disk…
I don't think large blocks of comments qualify as strong typing: https://github.com/pulumi/pulumi-gcp/blob/76df2e85214ad13465...
Here are two simple database definitions: Database in Pulumi: const db = new gcp.sql.DatabaseInstance('app-db', { databaseVersion: 'POSTGRES_11', region: 'us-central1', settings: { tier: 'db-f1-micro', diskType:…
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 balancers, IAM, etc. Pulumi was not as…
You can simply dockerize your app and deploy it to Heroku: https://medium.com/faun/how-to-dockerize-a-net-core-applicat...
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 pay per page view. This is something…
iConstituent | Full Stack Software Engineer, UX Designer | Washington, DC | ONSITE, https://iconstituent.com/ iConstituent has been a leading provider of software solutions for elected officials for over a decade. We…
Backend API: .NET Core Web Frontend: AngularDart Mobile: Flutter
Dart has a sound type system. Why would someone voluntarily deal with TypeScript unless forced to by the browser environment?
iConstituent | Software Engineer, Full Stack, Front End | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have…
iConstituent | Washington, DC | ONSITE | Full-time | Front-End Engineer | http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have a loyal…
iConstituent | Front End Engineer, Designer | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have a loyal…
Symplicity | Software Engineer, Full Stack | Washington, DC (Arlington, VA) | ONSITE, VISA, https://symplicity.com Symplicity has helped guide more than 26 million students to their dream career. We build the world’s…
The SSD speed is the same across the lineup
Something like this would be way faster than Sequelize: https://github.com/mgutz/mapper
Also, it would be beneficial to see Phalcon PHP - its implemented as a C extension so should theoretically be faster. http://phalconphp.com.
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 Managers to bootstrap a new effort for…
https://jasperfx.github.io/oakton/
iConstituent | Full-stack Engineer | Washington, DC | REMOTE | https://iconstituent.com/ iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have a loyal client…
iConstituent | Full-stack Engineer, Front-end Engineer, Product Designer | Washington, DC | ONSITE, REMOTE | https://iconstituent.com/ iConstituent has been a leading provider of software solutions for elected officials…
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. This is what one of the property types…
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 the f1-micro tier, or the hard disk…
I don't think large blocks of comments qualify as strong typing: https://github.com/pulumi/pulumi-gcp/blob/76df2e85214ad13465...
Here are two simple database definitions: Database in Pulumi: const db = new gcp.sql.DatabaseInstance('app-db', { databaseVersion: 'POSTGRES_11', region: 'us-central1', settings: { tier: 'db-f1-micro', diskType:…
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 balancers, IAM, etc. Pulumi was not as…
You can simply dockerize your app and deploy it to Heroku: https://medium.com/faun/how-to-dockerize-a-net-core-applicat...
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 pay per page view. This is something…
iConstituent | Full Stack Software Engineer, UX Designer | Washington, DC | ONSITE, https://iconstituent.com/ iConstituent has been a leading provider of software solutions for elected officials for over a decade. We…
Backend API: .NET Core Web Frontend: AngularDart Mobile: Flutter
Dart has a sound type system. Why would someone voluntarily deal with TypeScript unless forced to by the browser environment?
iConstituent | Software Engineer, Full Stack, Front End | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have…
iConstituent | Washington, DC | ONSITE | Full-time | Front-End Engineer | http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have a loyal…
iConstituent | Washington, DC | ONSITE | Full-time | Front-End Engineer | http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have a loyal…
iConstituent | Front End Engineer, Designer | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have a loyal…
iConstituent | Software Engineer, Full Stack, Front End | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have…
iConstituent | Software Engineer, Full Stack, Front End | Washington, DC | ONSITE, http://iconstituent.com iConstituent has been a leading provider of software solutions for elected officials for over a decade. We have…
Symplicity | Software Engineer, Full Stack | Washington, DC (Arlington, VA) | ONSITE, VISA, https://symplicity.com Symplicity has helped guide more than 26 million students to their dream career. We build the world’s…
Symplicity | Software Engineer, Full Stack | Washington, DC (Arlington, VA) | ONSITE, VISA, https://symplicity.com Symplicity has helped guide more than 26 million students to their dream career. We build the world’s…
The SSD speed is the same across the lineup
Something like this would be way faster than Sequelize: https://github.com/mgutz/mapper
Also, it would be beneficial to see Phalcon PHP - its implemented as a C extension so should theoretically be faster. http://phalconphp.com.