Giter Site home page Giter Site logo

Hi there šŸ‘‹ I'm Jaswant Chaudhary

I am blessed with āœØ Problem Solving āœØ skill

Professional Summary

  • Innovative, task-driven professional with specialization in MERN stack. Confident communicator, Strategic thinker, looking for an opportunity to make impact on the company's growth as well as personal growth by contributing technical and interpersonal skills.

  • šŸ‘Æ Iā€™m looking to collaborate on project which makes life of the people better

  • šŸ’¬ Ask me about Data Structure, Algorithms, JavaScript, HTML, CSS, REACT, REDUX, MUI, NodeJS, ExpressJS, MongoDB

Contacts

Open Source

  • jchy

  • recjaswantcse

Anurag's GitHub stats

Top Langs

jchy

Connect with me:

jchy recjaswantcse jaswantchaudhary jchy jchy jchy codera_786 jaswantchaudhary coder_786 6574

Languages and Tools:

bootstrap c cplusplus css3 express git heroku html5 linux mongodb mysql nodejs postman react redux

jchy

Jaswant Chaudhary's Projects

data-modeling icon data-modeling

valid ways to represent this one-to-many relationship in MongoDB etc.

event-emitter-with-process-exit icon event-emitter-with-process-exit

Emiting messages using event emitter and Printing it 10 times using setInterval and then exiting from the application with the help of process.exit() method

express-js-server-book-api icon express-js-server-book-api

Problem go to https://www.mockaroo.com/ and download a sample books json which has following fields author book name pages published year and download a json of 100 items Create an Express application which handles below apis get '/' this will return all the users post '/books' - pass an user to it and it will append it to the end of the books data and return it, ensure you take in all required parameters get '/books/:id' - this will return user with a specific id patch '/books/:id' - pass a different author and published year only and update those on the book that matched the id, respond back with the updated book delete '/books/:id' - delete the book that matched the id, respond back with use router use middlewares, cors etc Add a middleware that adds logs all the method, url, response add a middleware that will add the request time to the response, sample response is proided below Note when you are returning an array it should be outside the array for e.g :- ``` { "request_time": "time stamp", "data": [] // this is your books array } for single book returned it should be like { "request_time": "time stamp", "data": {} // this will have your book } ```

jchy icon jchy

I am a Full Stack Developer | MERN

jhv icon jhv

Created with CodeSandbox

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.