Md Masrur Ul Alam

Md Masrur Ul Alam
Md Masrur Ul Alam

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

bash array slice feature image

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 ...

Read more

apt remove repositories

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>. ...

Read more

bash array of strings with spaces feature image

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: ...

Read more

the apt repository proxy in ubuntu

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. ...

Read more

feature image

Elements of Bash Array

Working with the elements of an array in Bash is the foremost step in efficient data management using Scripts within ...

Read more

bash associative array feature image

Bash Associative Arrays [Explained]

An Associative array in Bash is a robust data structure providing flexibility in data management.  It can assign values to ...

Read more

bash index array feature image

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 ...

Read more

bash print array

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 ...

Read more

array length in bash feature image

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 ...

Read more

bash declare array

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 ...

Read more

feature image

How to Exit Emacs Text Editor in Linux? [4 Methods]

Emacs (elaborated as Editor Macros) is a powerful free text editor offered by GNU. More than a text editor, it ...

Read more

feature image ubuntu repository mirror

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 ...

Read more

the ubuntu update repository list feature image

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 ...

Read more

ubuntu add repository

How to Add Repository in Ubuntu? [3 Simple Methods]

You can use the following methods to add a repository in Ubuntu: Using the command line: run sudo apt-add-repository <repository_name> ...

Read more

add-apt-repository command not found

[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 ...

Read more