Focuster review: My experience as a student in summer [week 3]What is my experience using Focuster for 2 weeks, based on Effectiveness, Ease of use, Customisability and Price.Aug 28, 2023·4 min read·44
Set up a Svelte todo list on self-hosted Supabase + Email sign up + Google, Facebook Auth + host on GitHub pagesIn this tutorial. I will guide you through creating a to-do list web app using Svelte as the front end hosted on GitHub pages, and Supabase as the back end. I will also discuss how to set up an email authentication, as well as google and Facebook thi...Jan 6, 2023·11 min read·1.1K
How to Self-host Supabase: A complete guideIn this guide, I will explain how to self-host Supabase. Including how to purchase and secure a virtual private server (VPS), install and set up Supabase, Set up a reverse proxy using Nginx, and get a secure socket layer (SSL) certificate to accept H...Dec 24, 2022·9 min read·5.1K
What I learned from self-hosting a Supabase Svelte project: Part 2In part 1, we went over self-hosting supabase, setting up Svelte, enabling third-party authentication and email sending. In this blog post, I will talk about what I learned about routing, SSL, domain name, local storage, and hosting svelte using GitH...Dec 15, 2022·7 min read·123
What I learned from self-hosting a Supabase Svelte project: Part 1In this blog post, I will talk about what I learned from making a Supabase Svelte project. The plan for making this project is explained in this blog post. I will go over the obstacles I've overcome when trying the different building blocks of the pr...Dec 14, 2022·6 min read·200
My Plan for building a prayer tracker websiteBackground As Christians, we should pray. it is a way for us to communicate with God and develop a deeper relationship with Him. In the Parable of the Unjust Judge, Jesus taught us not to lose heart when praying. But sometimes, we forget to pray, for...Dec 13, 2022·5 min read·113
Python script to find broken links in word documentI wrote a Python script to find broken links in a word document, the GitHub link is here. If you want to use it you can go to the GitHub page and the instructions are there. Below I will explain how it works and how I came up with this solution. This...Dec 11, 2022·7 min read·48