@toDianeDev: Full Stack
Web Developer & AI Enthusiast

  • Note Taking App with V0.dev

    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…

    Continue Reading…

  • Claude 3.5 Crash Course

    Claude 3.5 Crash Course

    I wanted to recommend this brilliant Claude 3.5 crash course by Brandon Hancock. I am part of his Skool community. I am building an AI Marketing platform using his knowledge. It will be my first full stack AI project. In this crash course, Brandon walks you through how to master Claude and build high-speed AI…

    Continue Reading…

  • WordCamp Europe 2025

    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…

    Continue Reading…

  • Technical SEO Matters

    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…

    Continue Reading…

  • Anvil Apps

    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…

    Continue Reading…

  • Flask, FastAPI or Django

    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.…

    Continue Reading…

  • Python Foundational Concepts

    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…

    Continue Reading…

  • Break Over

    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…

    Continue Reading…

  • Wagtail CMS Multi-Site Setup Guide

    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…

    Continue Reading…

  • Wagtail Multi-site

    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…

    Continue Reading…

  • Wagtail CMS Tutorial

    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…

    Continue Reading…

  • Making Wagtail Progress

    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…

    Continue Reading…