Christopher Talke Buscaino.

๐Ÿฆ˜ Australian ๐Ÿง‘๐Ÿพโ€๐Ÿ’ป Programmer ๐Ÿ’ป ICT Professional.

Local development of Cloudflare Workers (Wrangler) and clientside CORS Issues

An approach to getting around clientside CORS Issues when developing Cloudflare Workers locally using Wrangler.

Read More

Exporting the project directory from Premier Pro using Extendscript

Learn how to export the project directory from Premier Pro into either JSON or CSV formats using Extendscript

Read More

Using a free Lets Encrypt SSL for your 3CX Teams Direct Routing deployment

You've probably looked at the 'Microsoft Trusted Root Certificate Program' list and noticed that 'Lets Encrypt' wasn't there, guess what? You can still use them for your 3CX Teams Direct Routing deployment."

Read More

Fast lines of code count command.

Ever wanted to quickly check how many lines of code have been written in your current working project? Here is a quick command I've been using!

Read More

Starting 2022 facing homelessness and building a bot to avoid that.

Everyone knows finding a rental today is difficult, and competitive. It's grueling filling out applications, and it's time consuming keeping track of properties you've applied for. To help make this process easier, I decided to create a bot.

Read More

Setup Firefly III Really Quickly

Are you a personal finance nerd? Do you like Docker? Here is a really quick way to get Firefly III up and running!

Read More

How to set and read cookies using Cloudflare Workers

So you want to read, and set cookies ๐Ÿช using Cloudflare Workers? Well, you're in the right place!

Read More

How to enable Caller ID forwarding in 3CX

There have been a few scenarios where an end user might want to show the 'original' callers id when transferring or forwarding calls to an external part, this is a short guide on how to achieve this.

Read More

How to set Microsoft 365 Group Calendar members permissions to read only

Just a short, straight to the answer powershell guide to set Microsoft 365 Group Calendar members to read only, meaning only 'owners' of the group can modify events.

Read More

Failed Projects - The NL1901ACV LTE Inspector

This is a flashback to one of my failed side projects, the NL1901ACV LTE Inspector. I go over why I made it, the research that went into it, what I built it with, how I built it, why it failed, what I learnt and if it worked.

Read More

How to disable Microsoft Teams Auto Start via Group Policy Object (GPO)

Microsoft please, please, please, we beg you! Release an ADMX for Microsoft Teams that works! No? Okay, let me show you how I got Microsoft Teams to stop auto-starting.

Read More

Uses

A detailed list of all things that I use on a day to day basis, this covers any web tech, editors, terminals, fonts, extensions, computers, laptops, monitors, servers and so forth!

Read More

How to put JWT's in server side cookies using the Strapi user-permissions plugin

This demonstrates how you can modify the plugin's controllers for StrapiJS to use server side cookies which allows for both httpOnly / secure options.

Read More

How to Dockerise a Node app bundled with Puppeteer

My experience trying to Dockerise a NodeJS application using the Puppeteer library (yes... this is an old medium post migrated to my blog).

Read More