Designation
Linux Content Developer Executive, Softeko.
Resides In
Dhaka, Bangladesh.
Education
BSc. in Electronics and Communication Engineering (ECE), Khulna University of Engineering & Technology (KUET).
Expertise
Problem-Solving, Programming, Artificial Intelligence (AI), Machine Learning, Neural Nets, Data Science, Technical Writing, Bioinformatics, Health Informatics, Neuro Informatics, Communication Engineering, Computer Science, and Linux.
Summary
- Thesis “A Deep Learning Approach for ECG Signal-Based Heartbeat Classification for Arrhythmia Detection.” In this research, the effects of data balancing on model performance were explored, and the developed simple yet robust model achieved SOTA performance.
- Project “IoT-Based Smart Garbage Bin”, the goal of this project was to develop an automated garbage bin that can detect its current status and notify its need of being vacated & cleaned by the proper authority through a local mobile network via GSM. Arduino, GSM Module, and Ultrasonic Sensors were the core component of this project.
- Design of dual power supply.
- Design of analog and digital filters for signal processing applications.
Experience
- Has been working at SOFTEKO as a Linux OS Content Developer Executive since July 2023.
- Ex-Feature Writer at Zero to Infinity [Bangladeshi Magazine].
- Co-founder and Event Planning Director, Nissho Foundation, a Voluntary Organization Consistently Dedicated to Humanitarian Work. (December 2015- Present).
Follow On
Popular Article From Md Masrur Ul Alam
How to Slice an Array in Bash [10 Simple Methods]
You can use the following methods to slice an array in Bash: Slice from a start index to a given ...
How to Remove APT Repository in Linux [4 Easy Methods]
To remove apt repository in Linux, you can use the following methods: Using the Command Line: Run add-apt-repository --remove <repository_name>. ...
How to Add an APT Repository Proxy in Ubuntu? [Easiest Guide]
A well-functioning system in the world of Debian-based Linux distros such as Ubuntu demands effective and seamless software package management. ...
Master Bash Array of Strings with Spaces [Complete Guide]
You can use the following syntax to work with a Bash array of strings with spaces: To declare the array: ...
How to Set & Use Pipefail in Bash [Explained Guide]
Successful working with piped commands in Bash demands the checking of exit status– especially when commands within the pipeline encounter ...
The Universe Repository in Ubuntu [Enable, Install, Disable]
The Universe Repository is a perfect archetype of Ubuntu serving as a cornerstone of accessibility. It is a warehouse including ...
How to Update Repository List in Ubuntu? [3 Cases]
One key attribute that makes Ubuntu so easy to use is its package management system, APT. APT works on top ...
Elements of Bash Array
Working with the elements of an array in Bash is the foremost step in efficient data management using Scripts within ...
Bash Associative Arrays [Explained]
An Associative array in Bash is a robust data structure providing flexibility in data management. It can assign values to ...
Index Array in Bash [Explained]
An indexed array is a data structure that stores a collection of elements accessed by numerical indices. These arrays are ...
How to Print an Array in Bash? [5 Cases]
You can use the following 5 methods to print an array in Bash: To print the entire array: ${your_array[@ or ...
How to Get the Length of an Array in Bash? [Complete Guide]
You can use the following methods to determine the length of an array in Bash: Using Length Expression ${#array[@]}: echo ...
Declare Array in Bash [Create, Initialize]
Bash, a widely popular and powerful shell in the world of Linux, offers diversified ways to ensure efficient data management ...
[Solved] “add-apt-repository” Command Not Found Error in Ubuntu
The add-apt-repository, a command-line script, is probably the most essential entity coming with the APT (Advanced Package Tool) package manager ...
The Repository Mirror in Ubuntu [An Extensive Overview]
Elevating software experience through optimized download speeds and swift access to key packages is crucial in the software package handling ...