Aman Mittal, Sentry

Aman Mittal

Sentry

New Delhi, DL, India

Contact Aman

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Sentry
  • Hacker Noon
  • Practical Developer
  • Medium
  • Alligator.io
  • codeburst.io

Past articles by Aman:

Tips for Optimizing React Native Application Performance: Part 1

In this article, we will discuss common pitfalls to avoid, and offer tips on optimizing your React Native application for performance before shipping to production. → Read More

Using KeyExtractor in React Native's FlatList

In React Native, the FlatList component works well to render a long list of data. → Read More

To Travel, A Tech Conference and One Million views: a Recap

The year 2019 started for me a bit unusual than the previous ones. And yet, here it is, smiling upon us, half of it gone. → Read More

How I configure VSCode for Everything

VSCode is a powerful tool, in the right hands! → Read More

How I configure VSCode for Everything

VSCode is a powerful tool, in the right hands! → Read More

Getting Started with React Native in 2019: Build Your First App

Learn how to build your first React Native app with important basic concepts and where to go from here! → Read More

How to use Import statements in Nodejs? –

In the article below, you are going to learn how to setup Babel in a Node project with bare-minimum configuration. → Read More

Learn to Build a Simple Progressive Web App (PWA) with Angular and Lighthouse — Hacker News Clone

Learn to build a simple Hacker News clone PWA with Angular and Lighthouse , step-by-step. → Read More

Using Geolocation in React Native

Understand how to access Permissions and use Geolocation data in your React Native projects. → Read More

Smart Tables with Angular – codeburst

In this tutorial, we are going to learn how to integrate and use ng2-smart-tables with Angular 6. The ng2-smart-table is a library that is available to us as an npm package and pre-defined components… → Read More

Simple Recipe to Build a Theme App in React Native –

Recently, I have been working on a React Native application that demands a changeable theme based on the user selection. I wanted to do this in a simplest way possible. I have so far avoided any… → Read More

Passing Data Between Pages in an Ionic Application –

In the previous posts, we have seen how to setup a basic navigation between multiple Ionic app Pages. This post concerns what if you want to send some data from the previous page to the next page in… → Read More

Tribe of Mentors — Short Life Advice from the Best in the World by Timothy Ferriss

I get excited when I hear Tim Ferriss is going to release a new book. The guy knows what to write, or at least how to present information in terms of mere words. Last year, I spent 18 days on his… → Read More

Multi Page Navigation in an Ionic App –

Ionic makes it easy to create mutiple pages navigation using NavController as the genesis of navigation stack. In this little application, I will try to make the concept clear to you. To start with… → Read More

Using Google Fonts in an Ionic Application –

In this post, I will be showing you to change font in any Ionic 2/3 application. To start with, I will be setting up a new ionic project such that you can refer back to on Gituhb. cd in to the new… → Read More

What is Ionic? –

Ionic is an open source, front-end SDK for developing Hybrid Mobile Applications using web technologies such as HTML, CSS and JavaScript. It provides mobile optimised web technology based components… → Read More

How to Mock Data for Node.js Applications using Faker.js

When we start to build an application, we generally do not want to worry much about data. → Read More