unsplash/@pawel_czerwinski

Mohit Acharya

I am a software developer based in Kathmandu, Nepal. My experiences include building various software application with frameworks such as Ruby on Railsdjango, React and React Native. This blog is a collection of lessons that I have learnt throughout my software development journey.

How To Run CUDA C/C++ Programs On Google Colab?

If you are learning High-Performance Computing(HPC), you might have come across Compute Unified Device Architecture(CUDA). CUDA is a proprietary technology developed by Nvidia Corporation for GPU computing. To use the CUDA framework for programming you need to have access to CUDA capable Nvidia GPU. If…

Continue reading...

Top free resources to learn the MERN Stack

What is the MERN stack? MERN stack combines four key technologies: MongoDB, Express, React, and Node.js. The Odin Project is an online open-source programming course founded in 2013 by Erik Trautman. This course provides a complete path for beginner students to become full-stack web developers.

Continue reading...