(Peace Be Upon On You)
I have completed my Master's in Information Technology from IIT, University of Dhaka and BSc in CSE from North South University. Currently, I am working as a Software Engineer at Nimusoft Technology Ltd.
I mostly worked on Python Django Backend Development . But I have decent experience in Frontend, Backend, DevOps and AI. I can design the Frontend and integrate the Backend API and AI to it. I can make the deployment and maintainance of applications smoother by applying different DevOps principles. I have completed my final year thesis project in the area of Machine Learning and Natural Language Processing (NLP). Besides, I have worked on different Computer Vision related projects. I also have experience in Open Source Contributions which will help me to properly collaborate with a team in any Environment. In my free time, I love to write tech blogs and click nature photographs. I am excited to apply my skills and knowledge to real-world projects and contribute to a team of professionals in the field.
CLICK HERE TO VIEW MORE STATS!π
-
π : Iβm currently doing Problem Solving and contributing on different Open Source Projects
-
π± : Iβm currently learning Reactjs, Nextjs and Nodejs
-
π― : I want contribution at Data-Preprocessors - A Python Package
-
π¨βπ» : Most of my projects are available at My GitHub
-
π« : How to reach me musfiq@musfiqdehan.me
-
π¨βπ : You can also find me in GitHub Graduation Yearbook 2022
Online Judge | Total Solve | Contests | ID |
LeetCode | 380 | 10 | musfiqdehan |
CodeChef | 165 | 21 | musfiqdehan |
HackerRank | 118 | musfiqdehan | |
Total Solve | 610 | 31 |
Making a React ToDo App and Deploying it in Vercel
21 Dec 2022 | Updated: 20 July 2023
Making a ToDo app is one of the easiest ways to learn CRUD operations. CRUD means Create, Read, Update, Delete. To create a ToDo app with CRUD functionality using Reactjs, you can follow the steps below. We will also deploy our app in Vercel after ma... |
Suppose, you have two git branches dev and main. You want to delete main branch and convert the dev branch into main branch. How can you do that?
21 Oct 2023 | Updated: 22 Oct 2023
Recently, I have faced an interesting problem. For a project, I had to delete my main branch and convert the dev branch into the main branch. Though it is possible, I have to be very careful because any mistake can destroy my whole project. Let's dis... |
Pass by Value vs Pass by Reference
20 Mar 2023
In computer programming, when a piece of data is passed to a function or method, there are two main ways in which it can be passed: pass by value and pass by reference. Pass by Value In pass by value, the value of the argument is passed to the functi... |
Β© 2024 | Md. Musfiqur Rahaman