posted by Tanseer

While testing NGINX config files, my curiosity about its comprehension led me to explore the mechanics of HTTP, discovering its simple rules, inspiring me to explain what I learned in a blog post and construct a basic HTTP server from scratch in Python.

posted by Udit

Learn how to supercharge your Django app with full-text search using Django-Watson. Dive deep into Postgres magic and boost search functionality.

posted by Tanseer

In this article, we will explore the core elements of C++, including the Hello World program, data types and variables, operators and expressions, control structures, and functions. By the end of this guide, you will have a solid foundation in C++ syntax and be able to write simple programs.

posted by Tanseer

This post is a collection of the most common commands used to manage Redis instances.

posted by Tanseer

The announcements at I/O 2023 will have a significant impact on the tech industry, and they will help Google to continue to grow its business in the years to come.

posted by Tanseer

Learn how prompt engineering is revolutionizing AI applications and enabling machines to understand natural language and perform automated reasoning.

posted by Udit

Trying out a lightweight asynchronous task queue as an alternative to Celery with Django

posted by Tanseer

Three JS is a javascript library, an implementation of WebGL used to embed 3D elements on a Website.

posted by Tanseer

Implementation of downloading a file using Django and Pandas with information about HTTP Response.

posted by Tanseer

This code provides a basic understanding of UNet architecture and its application in Self Driving cars, Cinematography and Medical Imaging along with complete code in Pytorch.

posted by Tanseer

We give a brief introduction to GANs and code up a simple GAN as described in the original paper by Ian Goodfellow.

posted by Udit

Describes how to implement custom token model and authentication backend in Django Rest Framework

posted by Tanseer

This post gives a brief understanding of how an ISP can detect and block a VPN from its network.

posted by Udit

Third part of the series covering how to get your django project into production

posted by Tanseer

What is Deep Learning? What are the Limitation to AI? How an AI model learns. Learn all about these in this post.

posted by Tanseer

In this post, you'll see 5 ways you can make your python loops more idiomatic, run faster and more memory efficient.

posted by Udit

Describes a trick to perform zero downtime deployments using supervisor

posted by Tanseer

In this blog, we will discuss in depth about the concept of Perceptrons, The atom of Neural Networks.

posted by Tanseer

Machine learning is the way that makes your smartphones “smart”

posted by Udit

Find out how I fixed my permissions after I imported my data

posted by Tanseer

In this post, I go through the process of building a Trivia chatbot on Telegram.

posted by Simeon

Fetching TV shows and movies metadata from Netflix

posted by Udit

Find out about outdated python packages on your system.

posted by Tanseer

This post outlines a brief history of Git, why it is used, its features and How to install Git in Mac, Windows and Linux.

posted by Tanseer

In this blog, I will show you how to convert B64 encoded image to Django ImageField object.

posted by Tanseer

In this post, I'll be showing how you can add custom header to response in Django.

posted by Udit

Second part of the series covering how to get your django project into production

posted by Udit

Get your Django App ready for production

posted by Tanseer

Array, one of the fundamental Data Structure.

posted by Tanseer

In this blog, I'll go through some basic concepts of PHP language

posted by Chris

I will talk about the meaning of “Web Development” to me and how you can improve and enhance your web developing skills.

posted by Tanseer

In this post, I try to explore this thought by citing various examples that we humans do to simulate different senses.

posted by Tanseer

These notes are taken from official [android developer documentation](https://developer.android.com/docs/).

posted by Tanseer

I am very much influenced by Japanese Animation shows and movies, this post is me explaining how Anime has been a huge contributor to what my personality and interests are today. NOTE: This post is not related to Programming.

posted by Tanseer

Learn how to control the flow of program execution (if…else, loops, etc.), functions, Object-Oriented Programming, different usage and future of the language in the programming world.

posted by Tanseer

This post will give you an overview of python language, how to set it up and run python scripts on your machine.

posted by Tanseer

In this post, I talk about Big O notation and how it is helpful in determining the efficiency of an algorithm.

posted by Tanseer

We have a task, make something accurate and reliable out of something that is fundamentally chaotic.

posted by Udit

A detailed post describing how to add tagging functionality to your django app

posted by Tanseer

This short post is about Rori Vaden's book: Procrastinate of Purpose, which talks about the ways you can take advantage of your procrastination problem.

posted by Tanseer

There are two ways to write any code, the one that works and then there is the right way.

posted by Chris

Quantum computing will move business, science, and government forward in unprecedented ways by solving problems that are too complex for today’s computational systems.

posted by Tanseer

Learn to use Selenium to scrape data from Javascript rendered sites.

posted by Tanseer

Even a 100ms latency in a website can impact customer engagement and online revenue

posted by Tanseer

Decision Trees is a way of representing the relationship between different entities.

posted by Udit

A post listing all the important Flask extensions to use in production.

posted by Udit

A post listing the extensions that I use with VS Code.