My experience with SurrealDB

  • 28 February 2020
  • 398 Hits

I was looking for a fresh type of db for my personal website and surprisingly discovered Surrealdb, yes this project uses Surrealdb but it runs on the disk instead of in memory its still really fast, and it did save me a lot of time figuring out tables and types you can build your database along your app as you go!

High speed file system in the browser FileBrowser + Nignx + raspberry pi 5

  • 28 February 2020
  • 443 Hits

What we want to achieve by using filebrowser and nginx is to have a lighting speed local file system that is accessible from within our local netword, it's easy to maintain and setup! Requirements a bit of Linux knowledge and some free time I will include all the steps and settings used to make it work!

How to Create a Simple Web Server with Python using pre existing libraries

  • 28 February 2020
  • 339 Hits

How to Create a Simple Web Server with Python using pre existing libraries