Designation
Linux Content Developer Executive, SOFTEKO.
Resides In
Adabor, Dhaka 1207, Bangladesh.
Education
BSc. in Naval Architecture and Marine Engineering, Bangladesh University of Engineering and Technology (BUET).
Expertise
Analytical Writing, Linux, Ubuntu, Programming Language (Python, C++, VBA, Bash Scripting), Tools & Technologies (Numpy, Pandas, Machine Learning), AutoCAD, Microsoft Office.
Summary
- Currently working as the Linux Content Developer Executive at SOFTEKO since May 2023.
- VBA & Excel Content Developer Executive at SOFTEKO (November 2022 – April 2023).
- Former Intern at Khulna Shipyard Limited.
Experience
- Design of 155 TEU Inland Container Vessel on Dhaka to Chattogram Route: As a part of my Under Graduate course requirment, I along with my other two group members designed a full-fledged inland Container Ship and its associated design calculations like General Arrangement, Lines Plane, Detailed Weight Calculation, Hall Modelling, Stability Analysis, Engine, and Propulsion Design, etc.
- A Comparative Linear Buckling Analysis of Different Isotropic Plates with and without Stiffeners for Different Boundary Conditions: The dissertation investigates modeling and linear buckling analysis of stiffened and unstiffened rectangular isotropic plates of four different types of isotropic materials for two different boundary conditions through a series of comparative studies in ANSYS 2022.The results are validated with the theoretical approach proposed by Timoshenko Gera.
Follow On
Popular Article From Mohammad Shah Miran
How to Use Positional Parameters in Bash Script? [2 Examples]
Positional parameters in Bash are values provided to a script or function when executed. They are accessed using bash parameters ...
Bitwise Operators in Bash Scripting
A bit is the smallest unit of data and stands for “binary digit.” It can hold either 0 or 1 ...
Introduction to Variables in Bash Scripting [An Ultimate Guide]
Bash variables are essential components of shell scripting, providing a means to store and manipulate data within the Unix and ...
3 Methods to Pass Named Parameters in a Bash Script
Positional parameters are commonly used to pass the user arguments to a Bash script. However, merely numbers of positional parameters($1, ...
An Ultimate Guide of Bash Environment Variables
Bash scripting has become an indispensable skill for developers and system administrators, enabling them to automate tasks with ease. At ...
How to Export Environment Variables With Bash? [4 Examples]
In Bash scripting, environment variables play a crucial role in sharing data across different parts of a script and enabling ...
How to Read Environment Variables in Bash Script? [2 Methods]
Bash, the popular Unix-like shell, offers a wealth of functionalities, including the ability to work with environment variables. These variables ...
How to Use “Set – $Variable” in Bash Scripts? [2 Examples]
In Bash, the set command modifies shell options and parameters. When you use the set command followed by a hyphen ...
How to Use Default Value in Bash Scripts? [2 Methods]
In Bash scripting, handling variables and ensuring they have appropriate values is crucial for writing effective and reliable scripts. One ...
How to Check Variable Value Using Bash Scripts? [5 Cases]
In Bash scripts, inspecting and assessing variables’ value is a fundamental skill that empowers developers to write more sophisticated and ...
How to Assign Variable in Bash Script? [8 Practical Cases]
Variables allow you to store and manipulate data within your script, making it easier to organize and access information. In ...
[Fixed!] “systemctl command not found” Error in Linux
The systemctl command is used in Linux to manage the system and services. It is one of the most used ...
Bash Variable Naming Conventions in Shell Script [6 Rules]
When writing shell scripts in Bash, choosing appropriate names for variables is essential for code readability and maintainability. By adhering ...
How to Declare Variable in Bash Scripts? [5 Practical Cases]
Like other programming languages, Bash scripting relies heavily on its variables. So understanding how to declare variable and create them ...
Tmux Cheat Sheet [Free PDF Download]
The tmux is a terminal multiplexer that allows you to manage multiple terminal sessions within a single window. It provides ...