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 copy array feature image

How to Copy an Array in Bash [6 Simple Methods]

You can use the following methods to copy an array in Bash: Using @ within the expression ${array[@]: copied_array=("${old_array[@]}") Using ...

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

bash pipefail feature image

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

Read more

the Universe repository ubuntu

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

Read more

bash filter array feature image

How to Filter an Array in Bash? [8 Methods]

You can use the following methods to filter an array in Bash: Using for Loop: for (( i = 0; ...

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

emacs find and replace feature image

How to Find and Replace Text in Emacs [Extensive Guide]

With versatility and flexibility, Emacs has become a popular text editing and manipulation tool among general users and professional developers. ...

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

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

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

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

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