The Flask Mega-Tutorial, Part XVII: Deployment on Linux

Posted by
on under

This is the seventeenth installment of the Flask Mega-Tutorial series, in which I'm going to deploy Microblog to a Linux server.

The Flask Mega-Tutorial, Part XVI: Full-Text Search

Posted by
on under

This is the sixteenth installment of the Flask Mega-Tutorial series, in which I'm going to add a full-text search capability to Microblog.

The Flask Mega-Tutorial, Part XV: A Better Application Structure

Posted by
on under

This is the fifteenth installment of the Flask Mega-Tutorial series, in which I'm going to restructure the application using a style that is appropriate for larger applications.

The Flask Mega-Tutorial, Part XIV: Ajax

Posted by
on under

This is the fourteenth installment of the Flask Mega-Tutorial series, in which I'm going to add a live language translation feature, using the Microsoft translation service and a little bit of JavaScript.

The Flask Mega-Tutorial, Part XIII: I18n and L10n

Posted by
on under

This is the thirteenth installment of the Flask Mega-Tutorial series, in which I'm going to tell you how to expand Microblog to support multiple languages. As part of that effort you will also learn about creating your own CLI extensions to the flask command.

The Flask Mega-Tutorial, Part XII: Dates and Times

Posted by
on under

This is the twelfth installment of the Flask Mega-Tutorial series, in which I'm going to tell you how to work with dates and times in a way that works for all your users, regardless of where they reside.

The Flask Mega-Tutorial, Part XI: Facelift

Posted by
on under

This is the eleventh installment of the Flask Mega-Tutorial series, in which I'm going to tell you how to replace the basic HTML templates with a new set that is based on the Bootstrap user interface framework.

The Flask Mega-Tutorial, Part X: Email Support

Posted by
on under

This is the tenth installment of the Flask Mega-Tutorial series, in which I'm going to tell you how your application can send emails to your users, and how to build a password recovery feature on top of the email support.

The Flask Mega-Tutorial, Part IX: Pagination

Posted by
on under

This is the ninth installment of the Flask Mega-Tutorial series, in which I'm going to tell you how to paginate lists of database entries.

The Flask Mega-Tutorial, Part VIII: Followers

Posted by
on under

This is the eighth installment of the Flask Mega-Tutorial series, in which I'm going to tell you how to implement a "followers" feature similar to that of Twitter and other social networks.