Database content
-
Build with Naz : Diesel ORM, SQLite, and Rust
Nov 28, 2024 • Nazmul Idris
SQLite is a great in-process database that supports concurrent processes. We will use Rust and Diesel ORM to create and run migrations, generate schemas and create more than one migration. We will also use Rust to perform CRUD operations and perform auto migrations. -
Redux, React Navigation, and React Native
May 25, 2017 • Nazmul Idris
This tutorial is a deep dive in the use of Redux in React Native projects. It will show you how to architect apps that rely on external web services, and Firebase. The code for this tutorial is on GitHub. -
Android, Redux, Firebase Auth & Database, and Material Design
Jan 27, 2017 • Nazmul Idris
Redux and React are things that are normally associated with web development. Redux is a beautiful design pattern that can help with any application, even native ones! I used Firebase in order to do cross platform data synchronization across web and mobile clients. I also used Firebase auth and Material Design to craft a real-world app. The code for this tutorial is in GitHub. -
Using Firebase for user presence tracking
Oct 12, 2016 • Nazmul Idris
This tutorial will show you how to use Firebase to to build user presence tracking into web apps. The code for this tutorial is in GitHub. -
Building a real world app using React, Redux, Firebase, and Typescript
Oct 6, 2016 • Nazmul Idris
The purpose of this tutorial is to serve as a starting point for a real world React, Redux, and Firebase example. The starter project is on GitHub. -
Building a real world app using React, Firebase, and Typescript
Oct 2, 2016 • Nazmul Idris
The purpose of this tutorial is to serve as a starting point for a real world React and Firebase example. The starter project is on GitHub.