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, MATLAB, C++,Bash Scripting), Tools & Technologies (Tensorflow, Numpy, Pandas, Machine Learning, Deep Learning, AI), AutoCAD, Microsoft Office.
Summary
- Currently working as the Linux Content Developer Executive at SOFTEKO since March 2023.
- Excel Content Developer Executive at SOFTEKO (December 2022 – March 2023).
- Former Engineer Intern at Chittagong Dry Dock.
Experience
- A container ship compatible for inland waterways of Bangladesh of size 160 TEU is designed and modeled by our team. Starting from determining principal particulars to stability calculation and modeling of a ship, the whole design spiral of ship design is under the scope of this project.
- CFD analysis of marine propeller using k-epsilon turbulence model. Motivated by the success of a CFD approach known as Reynolds Averaged Navier-Stokes Equation (RANS) in solving many hydrodynamic problems, our team explores the use of RANS solver to estimate propeller open water characteristics.
Follow On
Popular Article From Md Zahidul Islam Laku
How to Wait for User Input in Bash [With 4 Practical Examples]
In Bash, the read command is commonly used for taking user input. Interestingly, it allows the scriptwriter to take pause ...
How to Use Brace Expansion in Bash Scripting [3 Cases]
Brace expansion is a feature in Bash that permits to generate a range of strings of various types. These strings ...
How to Check Number of Arguments in Bash? [3 Methods]
The special variable “$#” is used to check the total number of arguments provided in a Bash script. However, there ...
Arch Linux Commands Cheat Sheet [Free PDF Download]
Arch Linux is a popular Linux distribution known for its simplicity and flexibility. It’s a Linux distribution that updates on ...
Bash Script Examples
Bash script is a plain text files with the “.sh” extension. It can be executed by invoking the Bash interpreter. ...
How to Set Command Output to Variable in Bash [2 Methods]
In Bash scripting, storing the output of a command is a fundamental task. The task includes command substitution and variable ...
Performing Math Operations in Bash [12+ Commands Explained]
Mathematical or arithmetical calculations are essential for scheduling cron jobs, calculating the difference between the timestamps, and many other important ...
Bash Scripting Cheat Sheet [Free PDF Download]
Bash (Bourne Again SHell) is a powerful and widely used language. It provides plenty of features and tools to automate ...
RedHat Linux Commands Cheat Sheet [Free PDF Download]
RedHat Linux is a widely used operating system that offers many powerful tools and commands. This Linux distro is popular ...
How to Use “getopts” in Bash [Complete Guide]
The getopts command is widely popular for parsing command-line options and arguments. However, unlike many other Bash built-ins, it is ...
Variables in Bash Function [Easy Reference]
Variables defined within a Bash function may have different scopes. A variable declared in a function can only be available ...
Terminator Cheat Sheet [Free PDF Download]
Terminator is a popular terminal emulator for Linux that allows user to run multiple terminal sessions in a single window. ...
How to Parse Optional Arguments in Bash Script [2 Ways]
A fully functional Bash script may require optional arguments. They provide flexibility and customization of a script. Positional parameters are ...
How to Get Date in Bash [2 Methods with Examples]
The date command in Bash scripting is widely used to retrieve and manipulate dates and times. It offers various formats ...
How to Print Time in Bash? [2 Quick Methods]
To print the current time in Bash, use the command: echo $(date +%T) Printing current time is useful for logging ...