Open in app

Sign In

Write

Sign In

Nilay Paul
Nilay Paul

8 Followers

Home

About

Feb 16

Fullstack React — Django App

Fullstack React — Django App In this blog, we will learn, how to build a full-stack app in react and Django. The front-end For building the front-end, we will use react.js. Firstly create a react app and name it frontendapp. Click here to learn more. Hoping that you have created…

React

8 min read

Fullstack React — Django App
Fullstack React — Django App
React

8 min read


Jan 25, 2022

Firebase blog application with react native

Step 1 : In this step we will set up firebase

React Native

4 min read

Firebase blog application with react native
Firebase blog application with react native
React Native

4 min read


Jun 12, 2021

Using axios.get() with React Native : In less than five minutes

First create a new project by running — npx react-native init chcuckNorisAPI cd into chcuckNorisAPI and run npm i axios In the App.js delete everything and paste import React, { useEffect, useState } from 'react'; import { Text, TouchableOpacity,Image,StyleSheet,View,StatusBar } from 'react-native'; import Axios from 'axios' const App=()=>{ const [details,setDetails]…

Axios

1 min read

Using Axios.get() with React Native : In less thanfive minutes
Using Axios.get() with React Native : In less thanfive minutes
Axios

1 min read


Jun 11, 2021

Random Experiment 2 :React native navigation

First of all run -> npx react-native init myToDoapp To use storage we will be using https://react-native-async-storage.github.io/async-storage/docs/install/ this module. npm install @react-native-community/async-storage Run -> npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view npm install @react-navigation/native @react-navigation/stack

React Native

3 min read

Random Experiment 2 :React native navigation
Random Experiment 2 :React native navigation
React Native

3 min read


Jun 4, 2021

Random experiment : Accessing Camera in React Native

Random experiment : Accessing Camera in React Native Create a new react native project by running the command npx react-native init myCameraApp Open the App.js folder and delete everything. Primary idea-> Our app will have two components one PendingView(this is displayed when the camera is not ready) and The App…

React Native

2 min read

Random experiment : Accessing Camera in React Native
Random experiment : Accessing Camera in React Native
React Native

2 min read


May 22, 2021

Graph Algorithms

In this blog we will discuss about elementary path finding algorithms . In the next blog related to path finding we will discuss about A* algorithm. Dijkstra Algorithm — — — — — — — — — — — — — — — — — — — — - This…

Graph

5 min read

Graph Algorithms
Graph Algorithms
Graph

5 min read


May 12, 2021

A new series on Android : Quote App

Hello everyone I am starting a new android with Java series. We will learn by building apps . Let’s learn together. I will try to publish atleast one story every week so stay tuned. What we will be building today? Let’s kick start our journey with “Quotes app”. I would…

Android App Development

4 min read

A new series on Android : Quote App
A new series on Android : Quote App
Android App Development

4 min read


Apr 28, 2021

Django Meme App

Today we will see how to create a meme app in django. It’s a pretty basic build and a good companion of weather app using weather Api. We will use “https://meme-api.herokuapp.com/gimme” this end point. django-admin startproject MEME cd MEME python manage.py startapp mymeme Create a templates folder inside the project.

Meme App

2 min read

Django Meme App
Django Meme App
Meme App

2 min read


Apr 18, 2021

Weather App in Djnago

First let’s have the api_key . Click here to go to the website of weather api. Create an account and get the api key . Weather api provides different services but for out project we will be using -> Now Assuming you have the api key …. Create a project …

Django

4 min read

Weather App in Djnago
Weather App in Djnago
Django

4 min read


Apr 16, 2021

Circular Convolution using python

Platform → Python 3.8.3 , numpy Circular convolution, also known as cyclic convolution, is a special case of periodic convolution, which is the convolution of two periodic functions that have the same period. Periodic convolution arises, for example, in the context of the discrete-time Fourier transform . — Wikipedia The…

Python

2 min read

Circular Convolution using python
Circular Convolution using python
Python

2 min read

Nilay Paul

Nilay Paul

8 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech