If you like what I do and what you see, let’s have a chat about how I might fit into… Read more A Note About Interviewing Me
Connecting to Google Cloud SQL from a Cloud Function
For most Node JS developers trying to perform CRUD operations on a SQL or Postgres database, we connect via the… Read more Connecting to Google Cloud SQL from a Cloud Function
Creating Reshipments in Shopify with Data Models
Need the solution? Code is posted down below I once received a super, deeply nested response from a server that… Read more Creating Reshipments in Shopify with Data Models
3 years later…I figured out this problem
Balanced Parenthesis is a common engineering interview question. Write a function that takes a string of text and returns true… Read more 3 years later…I figured out this problem
Accessing SharePoint Data Locally
SharePoint I loathe SharePoint. Its like Google Drive without the easy to use UI. But if you’re used to .NET,… Read more Accessing SharePoint Data Locally
Enabling Linting before git commit
Linting can be annoying I once worked on an app with a dev lead that required we have a linter… Read more Enabling Linting before git commit
Accessing the DOM in Angular Universal
Angular-Universal (or Server-Side Angular) has been officially adopted Angular. Most of the core functionality of universal can be found in… Read more Accessing the DOM in Angular Universal
Going Serverless
With a couple projects under my belt, I’ve come to discover the magic (and sometimes, pain) of building a web… Read more Going Serverless
My Talk on Serverless Deployment
I presented at the DTLA (Downtown LA for those not in the know) Show & Tell for TechTinx, a Latinx… Read more My Talk on Serverless Deployment
The end of the console.log
I’ll admit it. I use console.log more than I should. Want to see if your function was called? Type a… Read more The end of the console.log