Author: toDianeDev
-
Stream English EduCommerce
In October 2024 I started on the Stream English EduCommerce platform. It is a combination of a learning management system (LMS), an ecommerce shop and a blog/news section. The LMS hosts YouTube videos and also has the ability to upload videos. The shop uses Stripe and mainly sells digital downloads, so a secure download area…
-
Updated Tech Stack
It has been a few months since I last added a blog post and a lot has changed. Back in April 2024 I was considering my Tech Stack. The technologies I want to focus on using and learning. I now know they are: Backend : Django / Python / Flask / DjangoREST Framework / FastAPI…
-
Note Taking App with V0.dev
If you use and pay for a note taking app, you can now build your own. This is also applicable for project planning. Building your own note-taking app lets you tailor it to your specific needs. In this video the creator, Alex Finn explains how to build a note-taking app. He also includes the ChatGPT…
-
WordCamp Europe 2025
WordCamp Europe is being held in Basel, Switzerland in 2025 and I am excited about the prospect of attending. WordCamp is more than just a conference – it’s a global celebration of the WordPress community. It focuses on everything WordPress, catering to bloggers, developers, designers and anyone interested in the platform. Since it began in…
-
Technical SEO Matters
SEO (Search Engine Optimisation) is a critical part of any website. When I install a WordPress website, there are a few things I do. I make sure that the site I hand over is optimised for the business. When it comes to learning about anything in the world of digital marketing, I find it easier…
-
Anvil Apps
I am building my AI Agents and chatbots using python so I have been looking into different frameworks. I am already familiar with Flask and Django and been looking at no-code/low-code options. There are loads of no-code and low-code options available. When I first started looking I considered Bubble. Most of these options use JavaScript…
-
Flask, FastAPI or Django
I watched an interesting video from Tech with Tim comparing Django, Flask and FastAPI. He went through each one listing their pros, especially as it relates to finding a job. My interest is AI Agent and Chatbot related. When I build my first AI Agent, I want to use either Flask or Django with FastAPI.…
-
Python Foundational Concepts
As I have been away from Python for a couple of months I am getting reacquainted with how it works. Understanding and mastering Python involves understanding several foundational concepts. Once you learn the basics everything else will fall into place. Learning Python using copy and paste isn’t really helpful (as I have discovered via my…
-
Break Over
I took some time off. It’s been nice but now I need to get back to coding. It is too easy to forget everything when you stay away for a while. I managed to get back into my fitness routine (a little). I am currently experimenting with a new way of eating (Carnivore). This means…
-
Wagtail CMS Multi-Site Setup Guide
I have set up Wagtail CMS Multi-site and I wanted to document what I have done so far, just in case I decide to do this again. I set up a new installation and added it to GitHub. I used ChatGPT to help me write code when I knew it would save me time and…
-
Wagtail Multi-site
I started learning Wagtail at the beginning of May 2024 and put up a website using the Wagtail Tutorial. Then I invested in the Ultimate Wagtail Developers Course by Kalob Taulien, who is a great teacher, and managed to put together a site that I am still working on. Setting up a multisite is part…