Write shit down, so you don't forget it.
How to run your own private AI assistant locally
In this article we will discuss how to run your own AI assistant using Ollama as the LLM (Large Language Model) and Chatbox in order to have a desktop GUI (Graphical User Interface) for your assistant. Prerequisites Install Ollama Install Chatbox Selecting …

Read article

HMR in k8s with Tilt

HMR in k8s with Tilt

Sunday, August 13, 2023

Kubernetes is a great tool to deploy your applications quickly and reliably. However, no one seems to mention that it can break your development flow, especially if you use a framework like react or nextjs. Challenges like runtime environment variables not …

Read article

NextJS in Docker

NextJS in Docker

Saturday, June 25, 2022

Being a Full Stack R&D Developer at Raft comes with a few interesting challenges to solve. In this blog post, we will discuss one of the latest problems my team and I ran into during the development of DataFabric. DataFabric, is a pretty complex app …

Read article

Hugo, S3, Cloudfront and Route 53, Oh My!
After spending more time than necessary to get a Hugo site working on AWS with Cloudfront I decided to write this blog post not just for the other poor souls running into this problem but also for myself because I tend to forget shit 🙃 Anyways, …

Read article

Open EMR Backup and Restore Docker Procedure
One of the most important things in development is disaster recovery, using Open EMR and being HIPAA compliant you must have a solid understanding on how to backup/restore your Open EMR instance because like Murphy says: “Anything that can go wrong …

Read article

How to use Open EMR v6 API Password Grant Flow
Pre-Requisites Open EMR v6 installed Postman or an alternative tool/app to test API calls After I upgraded my Open EMR instance without reading the changelog (never do this) and breaking my site (this is why) due to massive changes to the way their API …

Read article