In this Java-Android tutorial, I will show you how to read and parse JSON file from assets using Gson.
Author: bezkoder
Angular 10 Firestore CRUD: add/get/update/delete documents with AngularFireStore
In this tutorial, I will show you how to build Angular 10 CRUD App with Firebase Cloud Firestore that uses AngularFireStore
service to get/add/update/delete documents in a collection.
Related Posts:
– Angular 10 Firebase CRUD Realtime DB | AngularFireDatabase
– Angular 10 Firebase Storage: File Upload/Display/Delete example
– Angular 10 CRUD Application example with Web API
– Angular 10 Form Validation example (Reactive Forms)
Newer versions:
– Angular 11 Firestore CRUD example
– Angular 12 Firestore CRUD example
– Angular 13 Firestore CRUD example
– Angular 14 Firestore CRUD example
– Angular 15 Firestore CRUD example
Spring Boot + React + MySQL: CRUD example REST APIs
In this tutorial, we will learn how to build a full stack Spring Boot + React.js + MySQL example with a CRUD App. The back-end server uses Spring Boot with Spring Web MVC for REST APIs and Spring Data JPA for interacting with MySQL/PostgreSQL database. Front-end side is made with React, React Router, Axios & Bootstrap.
Related Posts:
– Spring Boot + React Typescript example
– React + Spring Boot: Pagination example
– Spring Boot + React: Login example with JWT Authentication & Spring Security
– React Upload/Download Files to/from Spring Boot Rest Apis
Run both projects in one place:
How to integrate React.js with Spring Boot
Other Databases:
– Spring Boot + React + PostgreSQL example: Build a CRUD App
– Spring Boot + React + MongoDB example: Build a CRUD Application
Server side Pagination with Node.js and Angular 15/14/13/12/11/10/8
In this tutorial, I will show you how to build a full-stack (Angular 15/14/13/12/11/10/8 + Node.js Server side Pagination) example. The back-end server uses Node.js + Express for REST APIs, front-end side is an Angular App with HTTPClient.
Related Posts:
– Angular + Node.js Express + MySQL example: CRUD App
– Angular + Node.js Express + PostgreSQL example: CRUD App
– Angular + Node.js Express + MongoDB example: CRUD App
– Angular + Node.js Express: File Upload example
– Angular + Node.js Express: JWT Authentication & Authorization example
Serverless with Firebase:
– Angular Firebase CRUD Realtime Database
– Angular Firestore CRUD with AngularFireStore
React.js CRUD example to consume Web API
In this tutorial, I will show you how to build a React.js CRUD Application to consume Web API, display and modify data with Router, Axios & Bootstrap.
Fullstack:
– React + Spring Boot + MySQL: CRUD example
– React + Spring Boot + PostgreSQL: CRUD example
– React + Spring Boot + MongoDB: CRUD example
– React + Node.js + Express + MySQL: CRUD example
– React + Node.js + Express + PostgreSQL example
– React + Node.js + Express + MongoDB example
– React + Django + Rest Framework example
Related Posts:
– React File Upload with Axios and Progress Bar to Rest API
– React JWT Authentication (without Redux) example
– React Redux: JWT Authentication example
– Typescript version: React Typescript example Project with Axios and Web API
The example using React Hooks:
React Hooks CRUD example with Axios and Web API
Or Redux: React Redux CRUD App example with Rest API
Serverless:
– React Firebase CRUD with Realtime Database
– React Firestore CRUD App example | Firebase Cloud Firestore