Skip to content
View pr4shxnt's full-sized avatar
😴
Sutira xu
😴
Sutira xu

Block or report pr4shxnt

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
pr4shxnt/README.md

Prashant Adhikari

I am a jr. software engineer and a student with a specialization in MERN/MENN stack focusing on full-fleged full-stack website application with efficient products. I am learning devOps practices in order to learn how to deploy my highly efficient project with ease. Currently I'm enrolled in the course of Bachelor's of Computer Science (Hons.) with Artificial Intelligence in Sunway College Kathmandu. Contact me through the Links given below. I am actively open for collaboration and research.

Portfolio

Visit Prashant Adhikari to explore my portfolio and projects. Any new fellas are allowed to view my portfolio without any hesitation. There is a separate Resume and Project Section to explore my experience as well as my personal Projects. You can contact me through my Instagram or my Linked-in Profile or my Twitter Profile. for any queries regarding my projects or your doubts. I can provide you mentorship or atleast give you a roadmap of how to start and what not to do while learning new things. Subscribe to my blogs for my upcoming contents and researches.

Languages, Framework and libraries

# python
  print('Prashant knows Python')


#javascript/typescript
  console.log('Prashant knows Javascript and Typescript')


#reactJS/NextJS
'use client'

  const [inform, setInform] = useState("Prashant knows ReactJS and NextJS")
  
  useEffect(()=>{
     if( needMoreInformation ) {
        setInform("Prashant knows React-Redux for centralized state management.")
     };
  },[needMoreInformation])


#NodeJS and ExpressJS
  app.get('/', (req, res) => {
     res.status(201).json({message: "Prashant knows NodeJS and ExpressJS"})
     })


#MongoDB
  const newSchema = new mongoose.Schema({
    info: {
      type: String,
      required: true
    }
  })

module.exports = mongoose.model("Model", newSchema)

  {
    const info = new Model({info: "Prashant Knows MongoDB with javascript"});
    await info.save();
  }

Contributing

I will start my open-source contributions from now on and focus on real world problem solving skills rather than just focusing on maintaining my github streak. You can contact me from the links above in order to collaborate or team up and pitch an idea.

Researches

You can access my research blogs through Prashant Blogs and if you want to contribute to my blogs with your research you can feel free to reach me out through my email. I am building this website for the welfare of students as well as research source for further studies. This site will surely provide a huge platform to the students out there thriving in their journey.

Quick Links

email instagram linked-in twitter

GitHub Streak

GitHub Streak

Pinned Loading

  1. esewa-js esewa-js Public

    NPM library for esewa-integration.

    JavaScript 4

  2. beginner.py beginner.py Public

    Python 3

  3. Clientportal Clientportal Public

    TypeScript