Hussain Arif

  Hussain is a CS student in Pakistan whose biggest interest is learning and teaching programming to make the world a better place.

   



21 Stories by Hussain Arif

Getting started with fnm, a Rust-built Node.js version manager

Learn how to install and use fnm, a fast, Rust-built version manager for Node.js and competitor to Volta and nvm.
0 4 min read

Debugging Node.js with Chrome DevTools

Learn how to debug Node.js app using Chrome’s inbuilt developer tools in this straightforward tutorial.
0 3 min read

Smooth animations with React Native Reanimated 3

React Native Reanimated allows for granular control and performance over animations in apps. Let's see what's new in v3.
0 4 min read

Understanding React higher-order components

Here. you can learn the fundamentals of React’s HOC concept and play with some code samples to help you understand how it works.
1 7 min read

Build a GraphQL app in Node.js with TypeScript and graphql-request

Build a full-stack app using GraphQL and Node.js in the backend for a more user friendly interface with helpful elements and buttons.
0 9 min read

How to solve the React useEffect Hook’s infinite loop patterns

Solve the issue of infinite loops when using the useEffect Hook in React to more smoothly utilize the Hook for your app's side effects.
2 5 min read

How to access file systems with React Native

Learn how to create files and directories and write to them via the react-native-fs library.
1 4 min read

Build a text detector in React Native

Build a text detector in React Native by creating your own image picker component and using Google Cloud Vision.
2 5 min read

Build a custom React Native action sheet

A React Native action sheet is a UI element that renders a context menu, including icons or images, on the bottom of the screen.
0 4 min read

Generating PDFs in React with react-pdf

react-pdf enables you to automate the process of generating PDFs for things like customer invoices and display them easily in your app.
3 5 min read

What’s new in NativeBase 3.0

NativeBase helps teams build great interfaces quickly. The 3.0 update includes utility props, responsive styles, inbuilt accessibility, and more.
0 4 min read

Create and customize radio buttons in React Native

Learn how to build a radio button form using the React Native library and customize your radio elements.
0 6 min read