GEEK.SG

Posts tagged with #typescript
Building AI Agents for Automated Sales Outreach: A Developer's Guide

Building AI Agents for Automated Sales Outreach: A Developer's Guide

03 July 2024
From 1000 AI emails to a full-fledged outreach machine. Curious about the tech? Dive into this guide on crafting AI agents for personalized communication.
How to build a program that cannot do the wrong thing (illustrated with Typescript)

How to build a program that cannot do the wrong thing (illustrated with Typescript)

09 February 2021
With any task, how to make things work concerned me the most. Learning to do test driven development (TDD) comes a long way to help me make sure the code works as I intended - for both positive and negative examples. However, as I come across the "Representable/Valid Principle" introduced in James Koppel's Advanced Software Design Web Course, I found out that I can write code that that not just does the right thing but also can't do the wrong thing.
© GEEK.SG 2024