posted by Chris

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 Chris

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

posted by Chris

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 Chris

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

posted by Matthew

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

posted by Chris

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

posted by Chris

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

posted by Chris

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 Chris

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

posted by Matthew

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

posted by Chris

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

posted by Matthew

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

posted by Chris

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

posted by Chris

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

posted by Matthew

Describes a trick to perform zero downtime deployments using supervisor

posted by Chris

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

posted by Chris

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

posted by Matthew

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

posted by Chris

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 Matthew

Find out about outdated python packages on your system.

posted by Chris

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 Chris

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

posted by Chris

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

posted by Matthew

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

posted by Matthew

Get your Django App ready for production

posted by Chris

Array, one of the fundamental Data Structure.

posted by Chris

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 Chris

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

posted by Chris

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

posted by Chris

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 Chris

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 Chris

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

posted by Chris

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

posted by Chris

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

posted by Matthew

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

posted by Chris

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 Chris

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 Chris

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

posted by Chris

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

posted by Chris

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

posted by Matthew

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

posted by Matthew

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

posted by Matthew

A detailed post describing how to implement search in Django.