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.
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.
# 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();
}
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.
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.


