Everyday DevOps
  • Home
  • One on One
  • Newsletter
  • About
Sign in Subscribe

typescript

A collection of 3 posts
Typescript for OpenAI
Resource

Typescript for OpenAI

Getting started with an OpenAI using Typescript using yarn for package management and nvm for managing node versions. Set up the environment nvm install lts/* npm install -g strip-json-comments-cli npm install -g yarn Set up the project directory. I use ~/src/<project> mkdir <applicationname> node --version
02 May 2025 2 min read
Typescript for CommonJS
Resource

Typescript for CommonJS

How to get started with a typescript project using yarn for package management and nvm for managing node versions. Set up the overall environment nvm install lts/* npm install -g strip-json-comments-cli npm install -g yarn Set up the project directory. I use ~/src/<project> mkdir <applicationname>
01 May 2025 1 min read
Standardizing tsconfig.json
Tips & Tricks

Standardizing tsconfig.json

This week, I've been creating many typescript applications to test different ways of creating AI chatbots using Model Context Protocol (MCP). One thing that speeds me through this is that I have a standardized way to create a tsconfig.json so that I'm always at the
13 Apr 2025 22 min read
Page 1 of 1
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost