Open in app

Sign In

Write

Sign In

Taranjeet Singh
Taranjeet Singh

410 Followers

Home

About

Published in

All About Django

·Feb 1, 2020

How to implement Passwordless login in Django using Facebook Account Kit

This post implements Account Kit using Django. It can be considered as a python translation of Passwordless Login with Facebook Account Kit. The code for this blog post can be found here. Introduction Passwordless login allows a user to log in to the application without having to enter and remember the…

Django

3 min read

How to implement Passwordless login in Django using Facebook Account Kit
How to implement Passwordless login in Django using Facebook Account Kit
Django

3 min read


Published in

All About Django

·May 25, 2019

Class-Based Views in Django

Creating CRUD interfaces with DRY patterns in Django. In this tutorial, we will learn how to use Class-based views to create CRUD interfaces for any model. At the end of this tutorial, we will be able to add, list, view, update and delete a particular model(here Book and the project…

Django

4 min read

Class-Based Views in Django
Class-Based Views in Django
Django

4 min read


Published in

All About Django

·May 8, 2019

Deploying Django applications in production with uwsgi and nginx

This blog post is about setting up a Django application which uses uWSGI as app server and Nginx as the web server. We will assume the following dependencies about the environment. Ubuntu 18.04 Python 3 Django > 2.0 (here Django 2.1) For this project, we will use a Django application…

Django

6 min read

Deploying Django applications in production with uwsgi and nginx
Deploying Django applications in production with uwsgi and nginx
Django

6 min read


Published in

Ascent Publication

·Aug 17, 2018

Desperation: How it first leads to failure and then success

It started at school when I was desperate to win TCS-IT Wiz. Why? Because of the laptop. Because of the fame when you get featured on the front page of all major newspaper’s city edition. But I never won it. Days passed and I made it twice on the front…

Success

4 min read

Desperation: How it first leads to failure and then success
Desperation: How it first leads to failure and then success
Success

4 min read


Published in

All About Django

·Feb 12, 2018

Django Migrations: A Primer

Migrations in Django are a way of propagating changes made in the model into the database schema. Official Django docs summarize Migration as Migrations are Django’s way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema Migrations were introduced as…

Django

5 min read

Django

5 min read


Jan 26, 2018

Elasticsearch: Using Completion Suggester to build AutoComplete

In an earlier post, we discussed various approaches to implement Autocomplete functionality. We came to a conclusion that Completion Suggester covers most of the cases required in implementing a fully functional and fast autocomplete. This post explains in detail about what is Completion Suggester and how to use them practically. Completion Suggester …

Elasticsearch

3 min read

Elasticsearch

3 min read


Dec 31, 2017

Elasticsearch: Building AutoComplete functionality

What is Autocomplete ? Let’s take a very common example. Whenever you go to google and start typing, a drop-down appears which lists the suggestions. Those suggestions are related to the query and help the user in completing his query. Autocomplete as the wikipedia says Autocomplete, or word completion, is…

Elasticsearch

5 min read

Elasticsearch: Building AutoComplete functionality
Elasticsearch: Building AutoComplete functionality
Elasticsearch

5 min read


Aug 6, 2017

Experiences: Organizing an Internal Hackathon

We recently organized one such internal hackathon namely Rockeathon at Gradeup. It was the first internal hackathon and everyone enjoyed a lot. This blog post is about my experience and learnings for organizing an internal hackathon, particularly in an organization. …

Hackathons

7 min read

Hackathons

7 min read


Jul 23, 2017

EvalAI: Processing submissions using RabbitMQ

EvalAI is a platform which helps AI researchers, students and data scientists to collaborate and participate in various AI challenges. The platform hosts various challenges, corresponding to which participants make their submission. Submission A submission is a prediction made against a Challenge Phase. …

Open Source

2 min read

Open Source

2 min read


Published in

All About Django

·Jul 11, 2017

Adding forms dynamically to a Django formset

Django Forms — Forms in HTML are a collection of input elements that allows us to perform dynamic actions on a website. Django models these forms as an object of Form class. A form is responsible for taking input from a user, validating and cleaning data and taking necessary action as required. Formsets A…

Web Development

4 min read

Adding forms dynamically to a Django formset
Adding forms dynamically to a Django formset
Web Development

4 min read

Taranjeet Singh

Taranjeet Singh

410 Followers

Prev @paytm, @gradeupapp, @project_cloudcv. Open Source Developer. Quizzer. https://taranjeet.cc

Following
  • Ev Williams

    Ev Williams

  • Srinivas Rao

    Srinivas Rao

  • Tom Kuegler

    Tom Kuegler

  • Douglas Rushkoff

    Douglas Rushkoff

  • Krisztina Szerovay

    Krisztina Szerovay

See all (494)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams