React Native: Building a Minimalist Weather App using Expo XDE
A tutorial on building a minimalist weather app with React Native and Expo XDE, covering setup, real-time data fetching, and deployment.
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 tutorial on building a minimalist weather app with React Native and Expo XDE, covering setup, real-time data fetching, and deployment.
A tutorial on integrating Lottie animations into a React Native app using Expo, covering setup, installation, and basic animation control.
A tutorial on building a Progressive Web App (PWA) using React, Create-React-App, and React Router.
A tutorial on setting up and using Gatsby.js, a React-based static site generator, covering installation, project structure, and its key features.
A quick reference guide for the Ionic 2/3 CLI, covering installation, project creation, generating code, and building mobile apps.
A tutorial on using Ionic's NavParams to pass data between pages in a mobile app built with Angular.
Tips for building production-ready REST APIs with Node.js, covering HTTP methods, status codes, documentation, and framework choices.
A tutorial on implementing multi-page navigation in an Ionic mobile application using the NavController and Ionic CLI.
A tutorial on how to integrate and use custom Google Fonts in an Ionic 2/3 mobile application by adding font files locally and applying CSS.
Explains how navigation works in Ionic mobile apps using a stack-based page system with NavController, contrasting it with traditional web routing.
A step-by-step guide to installing and configuring Font Awesome icons in an Ionic mobile application.
An introduction to Ionic, an open-source SDK for building hybrid mobile apps using web technologies like HTML, CSS, and JavaScript.
An introduction to hybrid mobile apps, explaining their architecture, benefits, and popular frameworks like Ionic and Cordova.
A guide to freeing up disk space by using a terminal command to recursively delete node_modules folders from local Node.js projects.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.
Overview of npm 5's major new features, including performance improvements, offline modes, and a standardized lockfile.
Explains how to convert Node.js Buffer objects to JSON and UTF-8 strings, covering deprecated and current methods.
A guide on setting up a MEAN stack development environment using the WebStorm IDE, focusing on JavaScript full-stack development.
A tutorial on implementing pagination for MySQL databases using Sequelize ORM in a Node.js REST API.
A beginner's guide to using Sequelize, a popular promise-based ORM for Node.js, covering installation, connection setup, and basic configuration.