auth flow flutter

Simple authentication flow in flutter using shared preferences

Overview Starting a project without proper planning can quickly become overwhelming. To that end, developing a good authentication flow is ...

News API Python: Importing web-based news article

Overview It seems that the way that we consume information has changed a lot. We have become quite a news ...
react native push notifications

React native push notifications using react native firebase

Overview Push notifications are undoubtedly one of the vital parts of any mobile applications. They provide greater attention and improves ...
learn graphql

GraphQL: An opensource querying language for APIs

Software development has evolved as never like before. Technologies and tools are changing rapidly and one must leverage the tools ...
react + express

Build and Deploy a React front end app using an Express backend

Introduction Here in this guide, we'll discuss integrating React frontend with Express backend and to deploy on an apache server ...
text to speech

Text to speech using gTTS(Google Text-to-Speech) python

Overview Text-to-speech (TTS) technology reads aloud digital text. It can take words on computers, smartphones, tablets, and convert them into ...
how to use react hooks

How to use React hooks in functional components

React hooks are new addition to react 16.8. Hooks help developers to use state and life cycle methods without writing ...

Mnist and Emnist Handwriting Recognition Using Keras and Tensorflow

Handwriting recognition aka classifying each handwritten document is a challenging problem due to huge variation in individual writing styles. The ...
financial data alpha vantage

Financial Time Series Data into Python Using Alpha Vantage

Overview Getting access to financial time series data sets can be a hassle. Fortunately, there are a few options available ...

8 ways to define a function in JavaScript

Overview Functions are one of the most important aspects of programming. A function is an object which takes inputs as ...
Loading...