Codemotion Italian Edition 2020
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
A tutorial on Konjection, a helper library built on Knex and Objection.js to simplify database operations and model creation in Node.js.
A guide to quickly exploring and understanding a new PostgreSQL database using psql, covering initial setup and table inspection.
A tutorial on creating and deploying a Ruby on Rails API to Heroku, covering setup, database configuration, and deployment steps.
Analyzes how medium-sized text fields impact PostgreSQL query performance through the TOAST storage mechanism.
A talk on implementing full-text search using only Django and PostgreSQL, following Pythonic principles for simplicity.
A talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
A comprehensive reference guide for Django covering deployment, REST APIs, database setup, environment variables, and essential commands.
A tutorial on building a Ruby on Rails API with JWT authentication for a user notes application.
A developer's monthly update covering BARE encoding progress, SourceHut infrastructure improvements, and a snippet of low-level I/O code.
A developer shares their experience and lessons learned from giving a technical talk at the online EuroPython 2020 conference.
A talk on implementing full-text search using only Django and PostgreSQL, presented at EuroPython 2020.
A guide on using PostgreSQL's FOR loop to generate test data for development and UI testing.
Introducing DBCore, a tool that generates a complete REST API and admin interface from a PostgreSQL or MySQL database schema.
A guide to automating PostgreSQL database backups using scripts and AWS S3 for secure, reliable cloud storage.
A guide on using pg_dump and pg_restore to backup and restore a PostgreSQL database, crucial for data protection in DevOps.
Tutorial on configuring a Django blog application to use PostgreSQL for production, including installation, setup, and fixture management.
A step-by-step tutorial for installing and setting up PostgreSQL on MacOS using Homebrew, including database creation and server management.
A technical guide for upgrading PostgreSQL from version 11 to 12 on Ubuntu 20.04, including commands and troubleshooting steps.
A tutorial on using the Fluent ORM framework with PostgreSQL in Vapor 4 for server-side Swift development.