Want To Know How A Search Engine Functions?
What is a Search Engine? Search Engine is basically software that helps in searching through the web using various algorithms. Whatever is
AWS ElastiCache with Redis Part – 2 (Flask application)
Introduction In our previous part, we have covered the basics of caching and ElastiCache. link- https://statusneo.com/aws-elasticache-with-redis-part-1/ In this part, we will cover
AWS ElastiCache with Redis Part – 2 (Flask application)
Introduction In our previous part, we have covered the basics of caching and ElastiCache. link- https://statusneo.com/aws-elasticache-with-redis-part-1/ In this part, we will cover
Google DialogFlow Part – 1
Introduction Dialogflow is used to create a tool that helps in interacting with your website, mobile app, or your product. It is
MQTT – IoT Messaging Protocol
Introduction MQTT is a standard messaging protocol for IoT( Internet Of Things). It follows the OASIS( Organization for the Advancement of Structured
ElasticSearch – Using Python
Introduction ElasticSearch is a search engine platform that is used to store data and perform various analyses. It is based on the
Python Program to return vowels in a string using Decorators
Scenario- You are asked to write a program to demonstrate the usage of decorators in which the user will provide input
AWS – AppSync Introduction and Demo
Introduction- AppSync is a service provided by AWS(Amazon Web Services) that helps in creating the API using GraphQL. GraphQL is
Python: N-Dimensional List to a 1-Dimension
The Problem Nowadays lists are the most used data types in python, In most of the interviews, people ask questions about
GraphQL Using Python – Graphene Part-1
Introduction GraphQL is a query language developed by Facebook in 2012 and was made open-source in 2015. GraphQL is a server-side language