@toDianeDev: Full Stack
Web Developer & AI Enthusiast
-
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…
-
Wagtail CMS Tutorial
I completed the wagtail tutorial that shows you how to build a blog using Wagtail CMS. It is called “Your First Wagtail Site” and it provided enough information to give me hands-on experience with using Wagtails features. You can find the tutorial over at docs.wagtail.org This site includes a Each page contains some basic information…
-
Making Wagtail Progress
Having worked with WordPress for so long I have muscle memory around setting up a new site. It took minutes. For the past week I have dedicated my time to developing muscle memory with Django and Wagtail. π Using CMD to set up and activate virtual environments, creating a project folder, installing Wagtail (or Django), installing…