My Top Tutorials in Web Development and React Native in 2018
A developer shares their journey and lists their top web development and React Native tutorials from 2018 to help others learn.
Aman Mittal is a documentation consultant at Expo and experienced technical writer, specializing in cross-platform mobile and web development, with over 150 programming articles published since 2017.
232 articles from this blog
A developer shares their journey and lists their top web development and React Native tutorials from 2018 to help others learn.
A tutorial on building a REST API using Node.js, Express, and PostgreSQL, covering setup, database connection, and server configuration.
A tutorial on integrating Firebase backend services with a React Native application to build an MVP quickly.
A technical tutorial on building a custom blog from scratch using GatsbyJS, React, Markdown, and GraphQL.
A step-by-step tutorial on building a full-stack MERN application with user authentication and Material UI for the frontend.
A tutorial on building a serverless backend using AWS Lambda and Node.js, covering FaaS concepts and practical deployment steps.
A tutorial on building a GraphQL server with Node.js, comparing it to REST APIs and demonstrating how to reduce over-fetching.
A guide to using ES6 import statements in Node.js with Babel and Express for full-stack development.
A tutorial on setting up a Node.js backend server using HapiJS for a React application, covering basic server creation and project structure.
A tutorial on building a REST API using the Koa.js framework for Node.js, covering setup, features, and testing.
A step-by-step tutorial on deploying a full-stack MERN (MongoDB, Express, React, Node.js) web application to the Heroku cloud platform.
A tutorial on implementing navigation in React Native apps using React Navigation, covering setup, stack navigation, and screen creation.
A tutorial on implementing Geolocation API and managing app permissions in React Native apps using both Expo and react-native-cli.
A tutorial on building a theme-switching React Native app using Redux for state management and React Navigation.
A tutorial on integrating Redux for state management in React Native and Expo applications, explaining its necessity and basic setup.
A developer shares their experience using Expo with React Native, highlighting its benefits for simplifying native integrations and app distribution.
A developer shares their Week 2 progress learning React Native, covering project setup, ESLint configuration, and building a weather app with a third-party API.
A guide to setting up your first React Native mobile app, covering basic concepts, environment setup, and key differences from ReactJS.
A developer shares their journey of learning React Native, the challenges of balancing work, and their renewed commitment to mastering cross-platform mobile development.
A tutorial on implementing file upload functionality using React.js for the frontend and Node.js with Express for the backend.