Web Development
Django & AI

Full-Stack Web Developer specialised in Python, Django and AI model integration. From idea to deployment, until the project is live.

scorri

Code, Passion and Curiosity

Behind every project: just bytes.
In front: an idea that has taken shape.

I started programming in the 1990s. Since then, every technology choice has been deliberate — from teaching to enterprise consulting with Finsiel, Olivetti and Procter & Gamble, then to web development, and on to Python, Django and the integration of AI models into Web Apps and Websites.

Read More →
I deliver on time

No vague promises. Every project has a clear structure from the start — analysis, development, release.

Readable code

Clean, commented, maintainable. Written to last and to give clients full autonomy.

I work independently

I don't need continuous supervision. I update the client, involve them where needed, and respect agreed deadlines.

1990s
Logic, programming, teaching
2000s
Enterprise consulting · MS Certified
2010s
Web development · HTML, CSS, JS
NOW
Django · Python · AI integration
james@briscoe:~$ cat developer_profile.py
# developer_profile.py

developer = {
  "name": "James Briscoe",
  "location": "Rome, Italy",
  "focus": ["Django", "Python", "AI"],
  "approach": ["Analytical", "Independent", "Client-focused"],
  "cert": ["MIT Python A·96%", "Django Full Stack"],
  "languages": ["IT", "EN"],
  "available": True,
}

Solutions that work.

From idea to deploy. Robust, scalable and intelligent web applications.

🐍

Django Applications

Custom Web Apps built with a solid, maintainable Backend architecture. From database to deploy — everything under control.

Python Django PostgreSQL
🧠

AI Integration

AI models integrated where they add real value — not as decoration, but as a component designed from the start. The difference between an intelligent app and an app with a chatbot stuck on top.

Ollama LLM LanceDB
🌐

Design & Frontend

Clear, fast and responsive interfaces. Attention to visual detail and user experience — not just the Backend.

HTML CSS HTMX JS
🏗

Custom Websites

Websites for professionals and businesses, without prepackaged templates. Every project starts from listening to requirements — the result is a fast, accessible site manageable independently.

Django HTML CSS PostgreSQL Hetzner

Selected Works

Live and beta web applications. The projects that best represent my approach.

DATABASES = { 'default': { 'ENGINE': 'postgresql', 'NAME': 'saceli_db', } } class Confessione(models.Model): vacanza = models.BooleanField() attivo = models.BooleanField()
● LIVE

saceli.it

Website for Monsignor Giovanni Celi. The client independently manages schedules, content, photos and blog via a custom Django admin — without touching code. Photos are automatically converted to WebP. The system tracks visits with geolocation in GDPR compliance.

Django PostgreSQL Docker Hetzner Nginx CSS Grid
Visit Website ↗
class VocabCard(models.Model): word = models.CharField(max_length=100) definition = models.TextField() mastery = models.IntegerField(default=0) def leitner_next(card): return card.mastery + 1
● LIVE

WordMaster Pro

Multilingual vocabulary learning app. Three modes: Study, Timed Challenge, and smart review with Leitner SRS algorithm. Progress is per-visitor via Django sessions. Interface available in 5 languages — internationalisation implemented in Vanilla JS without libraries.

Django SQLite JavaScript Bootstrap SRS i18n
Visit App ↗
def search(request): q = request.GET["q"] kw = Article.objects.filter( content__icontains=q) vec = table.search(q).limit(10) return merge(kw, vec)
● LIVE

AIrticles

Django application to import and organise articles from WhatsApp, Medium and CSV. Local AI (Ollama/gemma3) automatically generates summaries, key points and categories. Hybrid search combines exact keyword and semantic similarity via LanceDB. No data sent to external services — privacy by design.

Django 6 Ollama LanceDB HTMX SQLite Docker Hetzner
Visit App ↗
Tech Arsenal

Full-Stack Skills

Tools and technologies for intelligent web applications.

🐍

Backend

The core of every project.

Python Django 5.x/6.x PostgreSQL SQLite REST API

Frontend

Fast, accessible interfaces, without unnecessary dependencies.

HTML5 CSS3 JavaScript vanilla HTMX
🤖

AI & Data

Local and cloud integration, without dependency on external APIs.

Ollama LLM integration LanceDB Prompt engineering
🔧

DevOps

From virtual machine to public domain.

Docker Hetzner VPS Nginx Gunicorn Git

Continuous learning: MIT 6.00.1x Python (A · 96%) · Local LLMs via Ollama & LM Studio (Udemy, 2025) · Django Full Stack · MCAD & MCP Microsoft Certified · ongoing courses on Udemy, Coursera and edX — because the industry never stops evolving.

Let's talk.

Got a project in mind? Want to integrate AI into your application? Write me.