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

nodejs

A collection of 3 posts
Getting Started with Prisma - AI Style
Tips & Tricks

Getting Started with Prisma - AI Style

Prisma offers a modern, type-safe ORM experience tailored for TypeScript developers working with relational databases. In this guide, you'll integrate Prisma into an existing Node.js TypeScript project, focusing on setup, schema modelling, and generating database clients. If you're comfortable with databases and want a clean,
10 Jun 2025 24 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 2 min read
AWS

AWS SNS and SQS Example using NodeJS

Using SNS and SQS and Example using NodeJS Motivation I wanted to test out using the new aws-sdk with Amazon Web Services (AWS) SNS and SQS services.  It is now possible to subscribe queues to topics therefore creating a pub/sub style system without any system configuration work. Setup at
14 Jan 2015 1 min read
Page 1 of 1
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost