Skip to content
View NareshAtnPLUS's full-sized avatar
:octocat:
Full Stack Dev at Raptor Design
:octocat:
Full Stack Dev at Raptor Design
Block or Report

Block or report NareshAtnPLUS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NareshAtnPLUS/README.md

Naresh Kumar

Full Stack developer with expertise in MEAN STACK

image

Skills

  • AWS
  • Nodejs
  • MongoDB
  • Express
  • Angular
  • React
  • Redux
  • NgRx
  • Material UI

Recent Projects

I have recently worked with RR Herbs Pharma - rrherbspharma for developing E Commerce platform with Content Mangement System Dashboards.

I have recently worked for Clinical Biochemist Assocication - CBAT for developing their web application to manage users and for notification purposes

Webfolio

Check out my webfolio here

Pinned Loading

  1. todo.selectors.ts todo.selectors.ts
    1
    import { createFeatureSelector, createSelector } from '@ngrx/store';
    2
    import * as fromTodo from "./todo.reducer";
    3
    
    
    4
    /*select the feature state for creating the selectors 
    5
    this can be done by using the feature key initated the feature.reducer.ts
  2. todo.model.ts todo.model.ts
    1
    export interface Todo {
    2
      _id?:string;
    3
      title:string;
    4
      description:string;
    5
      dateLimit:Date;
  3. digiLibFlask digiLibFlask Public

    HTML

  4. digiLibNodeJS digiLibNodeJS Public

    CSS

  5. flask-image-upload flask-image-upload Public

    Python

  6. Web-cripters/todo-app Web-cripters/todo-app Public

    TypeScript