Blog

Viewing posts by srinath

Where should we use content types and generic relations in django?

Who is this tutorial for?

This tutorial assumes a basic knowledge of PYTHON and Django. Also it assumes you know how to create models, and manipulate them with basic querysets. If you are not confident about the aforementioned topics then this might help you.

Mastering "Search" in Django - Postgres

Introduction

Although a simple concept, searching is something that many of us (developers) try skimping on and hence reduce the overall quality of user experience, due to irrelevant search results and illogical search ranking.

Logging in Django

Introduction

Logging is a very important aspect of software development and maintenance. It helps out the developer point out the bugs, errors, point of failures and potential vulnerabilities of an application. Thus it was but obvious that Django comes bundled with its own logging module.

Difference between service and a factory in angularjs (With use cases)

Introduction

If you are a novice in angular and just starting out, then you might be confused by service and factory in angular. Even if you have been using angular in the past, then most probably one of the question peeving you must be the difference between service and factory and when to use them correctly. The forums and groups on angular are also filled with these questions, and although many reply, hardly any reply quenches our need to understand the difference between them. Today I'll try to explain and point out the differences between them.

Signals in Django

Introduction

This tutorial deals with implementing event driven, decoupled logic building in Django. This kind of logic building is especially helpful where a certain function or block of code has to be run at every occurrence of a particular event. In other words, Signals help us in triggering a function or block of code to be executed when a event (or signal) is raised.

Recent Posts

Archive

2022
2021
2020
2019
2018
2017
2016
2015
2014

Tags

Authors

Feeds

RSS / Atom