Same as it ever wasProductivity, even for small for teams, is a complex function involving resources and time. 1d ago1d ago
A bash script to zip uncommitted files in a local git repositoryWant to back up your work without pushing it to the remote repository due to the precommit hooks?Dec 14, 2024Dec 14, 2024
Tagging Data in LLM Prompts for Repeatable OutputWhat’s the best way for a prompt to operate on runtime data? Should we use string concatenation like we did for SQL before we knew better?Sep 27, 2024Sep 27, 2024
Coaxing GenAI to Reliably Create Grid Tables in Pandoc MarkdownToday’s LLMs struggle with Pandoc’s strict Markdown grid table format, necessitating retries. But how do we know when the Markdown is…Sep 21, 2024Sep 21, 2024
CloudFormation and VSCodeVSCode has a few extensions for CloudFormation templates. The linter is highly recommended and is sorely missing from the AWS ConsoleJun 4, 2024Jun 4, 2024
AWS DevOps Hero Part 1: Deploy a Web Application to AWS Using CloudFormationThis CloudFormation template builds the following infrastructure for a typical web app (see the diagram below) running on AWS:Apr 19, 2024Apr 19, 2024
Querying AWS Athena Using Natural Language with Langchain and ChatGPTLet’s use GPT programmatically to query virtually any data that is accessible to AWS Athena (CSV files, SQL databases, Cloudwatch Logs, …)…Jan 8, 2024Jan 8, 2024
OARS (Object/Action/Role/Scope) Matrix :Document your app’s hidden capabilities matrix early and often!Nov 19, 2023Nov 19, 2023
Suggestions for Greenfield PostgreSQL ApplicationsAre you building a new project that uses Postgres? How exciting! Here are some suggestions.Nov 17, 20231Nov 17, 20231
Using ChatGPT as a Data Transformation IDEUsing ChatGPT to transform a loosely structured spreadsheet into CSV-compatible data.Nov 5, 20231Nov 5, 20231
Dynamically rendering Mermaid diagrams with SvelteSvelte delivers a delightful low-code DX for writing responsive web applications.May 15, 2023May 15, 2023
Watching the Memory Usage of a NodeJS ProcessSometimes we need to observe the memory usage of a NodeJS program in order to fix leaks. This is never an easy task but the good news is…May 11, 2023May 11, 2023
Using ChatGPT to Create Ash Framework ResourcesChatGPT understands Mermaid ER diagrams! Let’s try an example:Apr 17, 20231Apr 17, 20231
An Express Gateway custom policy for logging request bodies, execution times, and moreExpress Gateway directs public API requests to private backend services. It features customizable pipelines that invoke policies: plug-in…Oct 1, 2022Oct 1, 2022
Locating gaps in enumerated rows using the SQL lag window function (MySQL edition)The Set-UpJun 12, 2022Jun 12, 2022