Skip to content

Articles from Sam Bunce

NestJS-admin alpha released!

Sam Bunce2 min read

What is NestJS Admin? For the past few weeks, a team at Theodo has been building nestjs-admin, a new library that automatically generates an administration interface for a NestJS project. We already wrote a post about what we're doing and why. We've…

Continue reading →

Why Theodo is investing in an admin for NestJS

Sam Bunce2 min read

Why we love NestJS We like NestJS at Theodo because we find it to be the most versatile and easy-to-use Node.js framework for fast, impactful projects. The majority of our frontends are built in React, so using NestJS allows us to…

Continue reading →

Automatically publish to Facebook pages with Python

Sam Bunce4 min read

Publishing to Facebook programmatically can seem like a complex affair, with several tricky steps, particularly authentication. Documentation of these steps can be scattered, obtuse, and deterring to the would-be poster. In this article I’ll break down each step, with code snippets,

Continue reading →