|
| 1 | +[ |
| 2 | + { |
| 3 | + "id": 1, |
| 4 | + "title": "Benvenuti nel blog di Python Catania", |
| 5 | + "titleEn": "Welcome to the Python Catania blog", |
| 6 | + "date": "2025-03-01", |
| 7 | + "author": "Python Catania", |
| 8 | + "content": "Siamo felici di annunciare il lancio del nostro nuovo blog dove condivideremo articoli tecnici, novità e aggiornamenti dalla community.", |
| 9 | + "contentEn": "We are happy to announce the launch of our new blog where we will share technical articles, news and updates from the community.", |
| 10 | + "url": "https://github.com/PythonCatania" |
| 11 | + }, |
| 12 | + { |
| 13 | + "id": 2, |
| 14 | + "title": "Python 3.13: Le novità più importanti", |
| 15 | + "titleEn": "Python 3.13: The most important new features", |
| 16 | + "date": "2025-01-15", |
| 17 | + "author": "Salvatore Rapisarda", |
| 18 | + "content": "Una panoramica delle funzionalità più interessanti introdotte in Python 3.13, dal nuovo interprete interattivo ai miglioramenti del GIL.", |
| 19 | + "contentEn": "An overview of the most interesting features introduced in Python 3.13, from the new interactive interpreter to GIL improvements.", |
| 20 | + "url": "https://github.com/PythonCatania" |
| 21 | + }, |
| 22 | + { |
| 23 | + "id": 3, |
| 24 | + "title": "FastAPI in produzione: consigli pratici", |
| 25 | + "titleEn": "FastAPI in production: practical tips", |
| 26 | + "date": "2024-11-20", |
| 27 | + "author": "Matteo Jacopo Schembri", |
| 28 | + "content": "Come strutturare e deployare un'applicazione FastAPI in produzione con Docker, e le best practice che abbiamo imparato sul campo.", |
| 29 | + "contentEn": "How to structure and deploy a FastAPI application in production with Docker, and the best practices we have learned in the field.", |
| 30 | + "url": "https://github.com/PythonCatania" |
| 31 | + } |
| 32 | +] |
0 commit comments