Hello! I'm

Md. Abdullah Al Mamun

Shohag portrait
 

About me

As a Computer Science & Engineering student with a keen interest in research, I am dedicated to delving deep into the realms of technology and innovation. I am currently pursuing my undergraduate degree in Computer Science & Engineering, with a strong emphasis on research methodologies and computational problem-solving. My academic journey has been marked by a relentless pursuit of knowledge and exploration. My passion for programming led me to engage in intensive research projects, where I apply theoretical concepts to real-world challenges. I am particularly fascinated by the intersection of artificial intelligence and machine learning, seeking to unravel the mysteries of intelligent systems and their applications in diverse domains.

I am also an avid competitive programmer and have participated in numerous coding contests, where I have honed my problem-solving skills and algorithmic thinking. I am proficient in several programming languages, including Python, C++, and JavaScript, and have developed a wide range of software applications.

human_life.py

379class Life:
380    def __init__(self, name):
381        self.name = name
382        self.energy = 100
383
384    def code(self):
385        if self.energy >= 30:
386            self.energy -= 30
387            print(f"{self.name} is coding. Energy: {self.energy}")
388        else:
389            print(f"{self.name} is too tired to code. Needs to eat or sleep.")
390
391    def sleep(self):
392        self.energy = min(self.energy + 40, 100)
393        print(f"{self.name} is sleeping. Energy: {self.energy}")

Academics

My Experience

Organizing Secretary

Organizing Secretary

RUET Career Forum, Rajshahi, Bangladesh (May 2023 - Present)

Overseeing event planning, coordinating with stakeholders, and ensuring smooth execution of career fair activities.

  • Led a team of volunteers
  • Coordinated with multiple companies
  • Managed event budget and logistics
Publication Secretary

Publication Secretary

RUET Cyber Security Club, Rajshahi, Bangladesh (January 2024 - Present)

Responsible for content creation, fostering engagement through articles, newsletters, and digital media platforms.

  • Created insightful articles and newsletters
  • Enhanced cybersecurity awareness
  • Promoted knowledge sharing within the community
Design Secretary

Design Secretary

Greater Rangpur Association, RUET, Rajshahi, Bangladesh (December 2023 - Present)

Specializes in graphic design and visual communication, contributing to community initiatives through compelling visual narratives.

  • Designed graphics for community initiatives
  • Collaborated with teams to develop visual content
  • Enhanced outreach and engagement through effective design
Organizing Secretary

Organizing Secretary

Gangachara Upazila Samity Rajshahi, Rajshahi, Bangladesh (October 2023 - Present)

Orchestrates seamless operations and fosters harmonious relationships within the community.

  • Managed community operations
  • Facilitated communication and collaboration
  • Elevated the impact and reach of initiatives
Volunteer

Volunteer

The UBports Foundation (January 2020 - March 2024)

Volunteer developer specializing in mobile keyboard porting and development. Adapted ibus Bengali Keyboard to Ubuntu Touch with additional layouts.

  • Ported ibus Bengali Keyboard to Ubuntu Touch
  • Integrated C++ backend using QT framework
  • Enhanced accessibility and user experience

My skills

  • C++
  • Python
  • TensorFlow
  • MATLAB
  • JavaScript
  • TypeScript
  • React
  • Next.js
  • Node.js
  • Git
  • Tailwind
  • MongoDB
  • Redux
  • Express
  • Django
  • Framer Motion
  • CSS

My Certifications

My projects

Contact me

Please contact me directly at info@shohag.tech or through this form.

Md. Abdullah AL Mamun

Md. Abdullah AL Mamun

Computer Science & Engineering, RUET

© 2024 Md. Abdullah AL Mamun. All rights reserved.