Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2019-web/data/talks/148.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (16 sloc)
1.52 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Mafinar Khan" | |
| talk_title: "Query better with Django ORM" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "Tools, Testing, and Practices" | |
| - "Web & Databases" | |
| talk_abstract: "The ORM is a powerful and vital part of Django. It is simple and intuitive, but often some of the features are unutilized, leading to inefficiencies. In this cookbook style session, a selection of nontrivial query usecases will be presented, each introducing an ORM feature. Features covered are- advanced querying techniques, database functions, performance optimization, and legacy databases. It will be an interactive session and participants are encouraged to share knowledge and ask questions based on real-life experiences. The tutorial will end with a discussion on recent and upcoming ORM features." | |
| about_author: "Mafinar is a Senior Software Developer at [theScore](http://thescore.com). He learned Python in 2001 and since then not a week passed without any involvement with it, be it through coding, writing or speaking. Mafinar professionally worked with Python since 2009 and has constructed multiple vehicle tracking solutions, business automation systems, and internal productivity tools with it. When not coding, he enjoys cooking, origami, and horror movies." | |
| talk_metadata: | |
| - "**Date:** Saturday Nov. 16" | |
| - "**Location:** Clipper Room" | |
| - "**Begin time:** 16:00" | |
| - "**Duration:** 55 minutes" |