jobChallenge.dev

Tapan Awasthi

Olá! I am Tapan Awasthi, a young guy determined to make it BIG, a learner and a technology lover. Let me walk you through my intro and works.

Introduction

My programming career started with Web Development and loved it always. Passionate about building solutions using JavaScript, Nodejs, Express, MongoDb and ReactJs. I like to build projects solving the challenge that comes up and learning whatever it needs.

Why am I taking this challenge?

I want to improve my skills by learning and applying. Also this challenge will help me be consistent and focused. And, I need a job to turn my skills to value for an organization, all this time I was a lone wolf in front of my screen now I want to get exposed and learn how a team works.

Something interesting about me.

I like talking about technologies also I am an enthusiastic person, it’ll be my pleasure having a conversation with like minded people. When I am not in front of my code editor I’m a binge watcher:) also I’m a foodie, who likes to experiment with food and admire unique tastes, I like cooking too.

help I need?

A production level application must be always tried and tested thoroughly so I need help learning testing and optimizing codebase.

how to contact me?

My Projects

You can check all of my projects here.

  • Keep - A simple but useful utility app with 200+ Users

    Description
    • This is a simple lightweight PWA for keeping your short notes and clipboard handy.
    • This is a google keep inspired app with some additional features like simplified authentication with PIN.

    Stack MongoDB is used for the database, Node.js and Express.js for the Backend and React.js for the frontend.

    hosted link

    github

  • Notify - A Neigbourhood connecting PWA

    Description
    • Shows you all the notifications in a radius of 5/10 km from your current location
    • Filters out the events on the basis of multiple categories
    • Let’s you create private Notification for your current geographical area only
    • Shows all the existing events in your area real time on the map
    • Notifications can be created by any individual/government/non-governmental groups,societies or individuals
    • Since each Notification is bound to a geographical area hence can only be seen by a person in a specific radius of 10 or 5 Km.

    Stack MongoDB is used for the database, Node.js and Express.js for the Backend and React.js for the frontend along with MapBox for maps and geo-location.

    hosted link

    github

  • URide - A Self-ride car rental

    Description
    • It’s a self-drive car rental app.
    • Inspired by Airbnb this is Airbnb for cars.
    • Operations:
    • Users can book a ride also users can lend their own vehicle when they aren’t using it.

    Stack MongoDB is used for the database, Node.js and Express.js for the Backend and React.js for the frontend.

    hosted link

    github

  • thePicker - A smart colour palette suggesting PWA

    Description

    • This is a simple app which gives you colour Palette suggestions based on the colour you choose.
    • Just click on the colour which you like and it’ll suggest a whole 4 colour palette.

    stack React.js

    hosted link

    github

  • theEye - A stock rate and NIFTY comparing app

    Description
    • Keep an eye over the costs of stocks and NIFTY live data
    • Use stock symbol to search the real time stock cost of last 100 days

    Stack React.js for frontend highCharts and highStock for charts and open stock API

    hosted link

    github

  • Wooof - A Dog adoption PWA

    Description

    • A Dog Adoption web app where you can find dogs categorised into breeds and there location and can be adopted just filling a quick form.

    Stack MongoDB is used for the database, Node.js and Express.js for the Backend and React.js for the frontend.

    hosted link

    github

  • tapanawasthi.dev- Personal Portfolio

    Description
    • Compiled all my projects and blogs at one place with my resume for those who wants to know me better.

    Stack React.js

    hosted link

Blogs

  • 1.Folder Structure for ReactJs Applications

    Description
    • Having our own file structure in mind (of course one that matches industry standards) is a shine. Apart from that if you work on multiple projects having a predefined file structure is really important and it does a part of your task.

    Read Now!

  • 2.useEffect Cheat Sheet

    Description

    • The benefit of using hooks and functional components is as simple as using them. Reusability, simpler & shorter code and the simplicity of testing those components

    Read Now!

  • 3.Data Visualization using D3.js

    Description

    -A Guide to Visualize our data not using Python or R but our beloved JavaScript

    Read Now!