Luis Fernando De Pombo

Luis Fernando De Pombo @depombo

About: working on the firebase for ai apps. prev ycombinator w18, early uber dev, ucberkeley eecs.

Joined:
Oct 29, 2020

Luis Fernando De Pombo
articles - 20 total

Quickly compare cost and results of different LLMs on the same prompt

I often want a quick comparison of different LLMs to see the result+price+performance across...

Learn More 0 0Mar 3

3 common mistakes when integrating the OpenAI API with your web or mobile app

A key concern when building a web or mobile application that uses OpenAI’s language models is...

Learn More 1 0Feb 14

Built a ChatGPT-like app on Firestore with no backend/functions at ~1k LOC

Source Code: https://github.com/backmesh/flutter-chatgpt Live Demo: https://flutter-chatgpt.pages.dev

Learn More 0 0Jan 30

npm i anthropic-react-native

I recently published a new package on npm that brings the Anthropic APIs to React Native without...

Learn More 1 0Sep 10 '24

npm i openai-react-native

We just published this package. It is a React Native OpenAI API client without polyfills since the...

Learn More 1 0Aug 26 '24

Securely call private key APIs like openAI from flutter without a backend

As of August 2024, none of the major Backend-as-a-service platforms for developing Flutter apps like...

Learn More 0 0Aug 14 '24

cloud infrastructure that proposes verifiable bugfixes

LLMs are thus far the fastest adopted technology in history after OpenAI reported that ChatGPT...

Learn More 0 0Mar 5 '24

LLMs as compilers

a brief history of our programming abstractions It is hard to fathom, but in a...

Learn More 0 0Jul 31 '23

Why SQL is right for Infrastructure Management

Infrastructure is the heart of your company. Without it, nothing can actually be done and there'd be...

Learn More 1 1Apr 6 '23

Securely connect to an Amazon RDS via PrivateLink using SQL

Do you have some database instances on RDS and wonder what's the most secure way to reach them? In...

Learn More 0 0Mar 29 '23

Save $ on public S3 buckets using VPC endpoints via SQL

Are you using S3 buckets as part of your cloud deployments? How are you accessing them? When running...

Learn More 0 0Mar 23 '23

Deploy a Static Website on AWS using SQL

Did you know you can deploy a static website using a SQL REPL? In this post, we'll show you how to...

Learn More 0 0Mar 6 '23

Deploy a Node.js app to AWS ECS+ECR+ELB quickly using PostgreSQL

IaSQL is an open-source software tool that creates a two-way connection between an unmodified...

Learn More 1 0Mar 2 '23

Save on AWS by deleting untagged ECR images

In this post, we are going to learn how untagged ECR images can rack up your AWS bill unnecessarily...

Learn More 0 0Feb 22 '23

Infra as SQL is in beta

IaSQL lets developers manage their cloud infrastructure as data in PostgreSQL as an alternative to...

Learn More 1 0Feb 22 '23

UPDATE iasql SET source = 'open';

We are excited to announce that IaSQL is now open source! The main repository is under...

Learn More 5 0Apr 14 '22

Infrastructure as SQL

UPDATE Since this post was originally written the schema of IaSQL has changed and the queries below...

Learn More 35 4Sep 15 '21

Lambda Alternative to autoscale HTTP servers using only VMs in your own cloud account

After using Lambda and struggling with cold starts and clunky local dev in my previous job, we came u...

Learn More 0 0Jun 10 '21

Deploy an autoscalable a Node.js HTTP server to AWS in a few minutes!

I wrote this tutorial to deploy an Express server to AWS in a few minutes using AnyCloud. The code wo...

Learn More 0 0May 21 '21

A programming language to make concurrent programs easy to write

Alan is a general purpose programming language that is barely "Turing Incomplete". This tradeoff allo...

Learn More 3 0Oct 29 '20