How To Develop Software For Start-ups Post date June 1, 2022 Post author By Kevin Vogel Post categories In coding, JavaScript, Scrum, software-development, startup
Microservices with CQRS and Event Sourcing in TypeScript with NestJS Post date May 2, 2022 Post author By Kevin Vogel Post categories In cqrs, go, JavaScript, microservices, typescript
What (and Why) is Event Sourcing? Post date April 27, 2022 Post author By Kevin Vogel Post categories In coding, cqrs, Event Sourcing, microservices, nodejs
Deep Dive into CQRS — A Great Microservices Pattern Post date April 24, 2022 Post author By Kevin Vogel Post categories In coding, domain-driven-design, JavaScript, programming, web-development
Deep Dive into Domain-Driven Design Post date April 21, 2022 Post author By Kevin Vogel Post categories In coding, domain-driven-design, JavaScript, software-development, web-development
6 Easy Ways To Improve Your Code Quality Post date April 12, 2022 Post author By Kevin Vogel Post categories In code quality, coding, programming, quality-assurance, testing
Why I Moved From TypeScript To Go Post date April 6, 2022 Post author By Kevin Vogel Post categories In go, golang, JavaScript, nodejs, typescript
Simple API in Go with Fiber and Docker (2022) Post date April 6, 2022 Post author By Kevin Vogel Post categories In docker, go, go-tutorial, golang, postgres
Microservices in Go with gRPC, API Gateway, and Authentication Post date March 30, 2022 Post author By Kevin Vogel Post categories In coding, go, golang, grpc, microservices
Microservices with Go, gRPC, API Gateway, and Authentication — Part 1/2 Post date March 29, 2022 Post author By Kevin Vogel Post categories In coding, go, golang, microservices, programming
Document Your Tech Decisions Now Post date March 29, 2022 Post author By Kevin Vogel Post categories In coding, github, programming, software-development, startup
DevOps: How To Create An EC2 Instance With Terraform Post date March 22, 2022 Post author By Kevin Vogel Post categories In aws, devops, programming, software-architecture, terraform
DevOps: Why You Should Use Terraform Post date March 22, 2022 Post author By Kevin Vogel Post categories In aws, devops, programming, software-architecture, terraform
NestJS: Microservices with gRPC, API Gateway, and Authentication — Part 1/2 Post date March 18, 2022 Post author By Kevin Vogel Post categories In JavaScript, microservices, nestjs, nodejs, typescript
NestJS: Microservices with gRPC, API Gateway, and Authentication — Part 2/2 Post date March 18, 2022 Post author By Kevin Vogel Post categories In JavaScript, microservices, nestjs, nodejs, typescript
Another 10 Quick TypeScript One-Liners Post date March 9, 2022 Post author By Kevin Vogel Post categories In JavaScript, nodejs, react, typescript, web-development
Slack vs Microsoft Teams Post date March 8, 2022 Post author By Kevin Vogel Post categories In discord, microsoft-teams, slack, startup, Work
10 Quick TypeScript One-Liners Post date February 23, 2022 Post author By Kevin Vogel Post categories In JavaScript, nodejs, programming, typescript, web-development
How to enable CORS in Nest.js Post date February 22, 2022 Post author By Kevin Vogel Post categories In JavaScript, nestjs, nodejs, programming, typescript
How to Pass Command-Line Arguments in Node.js (2022) Post date February 20, 2022 Post author By Kevin Vogel Post categories In JavaScript, nodejs, programming, software-development, typescript
Polymorphism in TypeScript (OOP) Post date February 18, 2022 Post author By Kevin Vogel Post categories In JavaScript, oop, polymorphism, programming, typescript
How to Update Nest.js Post date February 18, 2022 Post author By Kevin Vogel Post categories In express, JavaScript, nestjs, npm, typescript
Binary Search in TypeScript Post date February 18, 2022 Post author By Kevin Vogel Post categories In algorithms, computer science, JavaScript, programming, typescript
Difference between tilde (~) and caret (^) in package.json Post date February 18, 2022 Post author By Kevin Vogel Post categories In JavaScript, nodejs, npm, programming, software-development
Inject Service from Another Module in Nest.js Post date February 18, 2022 Post author By Kevin Vogel Post categories In express, JavaScript, nodejs, programming, typescript
Difference Between Middleware, Interceptor, and Filter in Nest.js Post date February 18, 2022 Post author By Kevin Vogel Post categories In express, JavaScript, nodejs, programming, typescript
Build a Simple API in TypeScript with Nest.js Post date February 17, 2022 Post author By Kevin Vogel Post categories In expressjs, JavaScript, nestjs, nodejs, typescript
Node.js Event Loop: Not So Single-Threaded Post date February 17, 2022 Post author By Kevin Vogel Post categories In JavaScript, libuv, nodejs, programming, software-development
SOLID Principles in TypeScript Post date February 17, 2022 Post author By Kevin Vogel Post categories In clean code, JavaScript, programming, software-development, typescript