About me

Hi there! I’m Anamul Hoque Emtiaj, a final-semester Computer Science and Engineering student at Bangladesh University of Engineering and Technology (BUET), set to graduate by March 2025. In addition to my academics, I have completed several contractual projects. My journey in tech has provided me with experience in backend development, cloud deployment, and optimizing deep learning models.

I consider myself a quick learner and always enjoy exploring and implementing new technologies. I aim to contribute at every stage of the SDLC and stay engaged in the entire end-to-end process. I am passionate about software development, machine learning, and DevOps.

Beyond my professional pursuits, I enjoy traveling, exploring new cultures, and spending quality time with friends and family.

As I approach graduation, I am actively seeking opportunities in Software Engineering, ML Engineering, DevOps, or MLOps, where I can apply my diverse skill set and continue growing in dynamic environments.

Skills

Languages

C
C++
Python
Java
Javascript
Bash
HTML
CSS




Backend

Django
NodeJS




Frontend

ReactJs
Bootstrap




Data Systems

PostgreSQL
OracleDB




Tools

Git
Docker
Kubernetes




DevOps

Github




Clouds

Microsoft Azure
Digital Ocean




Education

  1. Bangladesh University of Engineering and Technology

    Feb 2020 - Dec 2024
    B.Sc. in Computer Science and Engineering
    CGPA: 3.78/4.00
    Academic Achievements:
    • βˆ— Recipient of the RISE BUET Students’ Research Grant.

    • βˆ— Dean’s List Award recipient in 2nd year.

    • βˆ— University Merit Scholarship recipient in 3rd and 4th semesters.

    Notable Courses:
    • CSE 101 - Structured Programming Language

    • CSE 107 - Object Oriented Programming Language

    • CSE 203 - Data Structures and Algorithms I

    • CSE 207 - Data Structures and Algorithms II

    • CSE 215 - Database

    • MATH 245 - Statistics and Probability

    • MATH 247 - Linear Algebra

    • EEE 263 - Electronic Circuits

    • CSE 305 - Computer Architecture

    • CSE 307 - Software Engineering

    • CSE 309 - Compiler Design

    • CSE 313 - Operating Systems

    • CSE 315 - Microprocessors and Microcontrollers

    • CSE 317 - Artificial Intelligence

    • CSE 321 - Computer Networks

    • CSE 325 - Information System Design

    • CSE 405 - Computer Security

    • CSE 409 - Computer Graphics

    • CSE 411 - Simulation and Modeling

    • CSE 423 - Fault Tolerant Systems

    • CSE 463 - Introduction to Bioinformatics

    • CSE 471 - Machine Learning

  2. Dr. Mahbubur Rahman Mollah College, Dhaka

    2019
    Higher Secondary Certificate (HSC)
    GPA: 5.00/5.00

  3. Neel Nagar High School, Matlab North, Chandpur(Cumilla Board)

    2017
    Secondary School Certificate (SSC)
    GPA: 5.00/5.00

Projects

Contractual

  1. Course Management System for Med-Sparkle

    Ongoing
    Full Stack Web Development

    Collaborating in a two-member team to develop a Course Management System for Med-Sparkle, I am responsible for designing, developing, and managing the entire backend and deployment pipeline. The backend was built using Django Rest Framework, Celery, and PostgreSQL, while I also implemented specific frontend features such as authentication (OAuth and credential-based) and video uploading to Vimeo using Next.js. Additionally, I managed the deployment process on DigitalOcean, configuring Docker, Nginx, domain settings, and the mail server to ensure a seamless and efficient system.

  2. Personal Websites

    Jul 2024
    Full Stack Web Development Site1 | Site2

    Built two personal websites for clients to showcase their photography, projects, and portfolios, implementing client-preferred frontend designs and incorporating image-intensive features along with an admin panel for easy content management. The websites were deployed on shared hosting using cPanel, providing cost-effective and efficient solutions tailored to the clients' needs.

Competition

  1. Tontu

    Jun 2023
    Full Stack Web Development Site

    An E-Commerce platform developed for the Hult Prize 2023 competition. I utilized Django for backend development, incorporating Django Templates and ORM for data handling. The frontend was designed using JavaScript, jQuery, HTML, CSS, and Bootstrap, ensuring a responsive and attractive user interface. Deployed the application on PythonAnywhere.

Academics

  1. BUET-CSE-Coursework

    Nov 2024
    Fundamental CS GitHub

    Throughout my undergraduate life, I completed numerous assignments and projects covering fundamental Computer Science concepts, including implementing machine learning algorithms from scratch, developing a computer graphics rasterization pipeline, designing and demonstrating a cryptosystem, building a compiler for a subset of C, creating a 4-bit processor with its assembler, and modifying codebases such as NS3 and xv6.

  2. Tensor Insight Training System

    Feb 2024
    Full Stack Web Development GitHub

    Designed and developed an engaging web application focused on learning and practicing tensor manipulation through interactive puzzle-solving challenges. This project was part of the CSE408: Software Development course, and it features a frontend developed with React JS and Tailwind CSS, while leveraging Django Rest Framework and ORM for the backend. Azure PostgreSQL was used as database. The deployment involved Azure Kubernetes Service (AKS), Azure Container Registry (ACR), and Azure Storage Account. Also established a CI/CD pipeline using GitHub Actions to streamline development and deployment processes.

  3. Khabo

    Sep 2023
    System Design | Web Development GitHub

    Created a comprehensive culinary application as part of the CSE 326: Information System Design course. The backend was developed using Django Rest Framework, while the frontend was implemented with React JS and Tailwind CSS. The project required the design and development of detailed system diagrams, including BPMN, Mock UI, Class, ER, Sequence, Collaboration, and State diagrams to map out the system architecture and user interactions comprehensively.

  4. Bi-axial Autonomous roBot with Obstacle Avoidance (BABO)

    Feb 2023
    Microcontrollers | Arduino Video

    The project involved designing and programming a one-armed robot capable of autonomous crawling and obstacle avoidance. We utilized Reinforcement Learning to teach the robot how to crawl effectively and navigate around obstacles.

    To bring this project to life, we integrated advanced technologies including sonar sensors for obstacle detection, Bluetooth for wireless communication, an SD card module for data storage, motors for movement, and an Arduino microcontroller to coordinate all operations seamlessly.

  5. E-School

    Aug 2022
    Database Design | Web Development GitHub

    Developed a Learning Management System (LMS) similar to Udemy as part of a Database course term project. The system leverages Django along with Django templates, HTML, CSS, JavaScript, and Bootstrap for a cohesive user experience. Oracle was used as the database to manage course content, and the project emphasized complex database tasks including writing sophisticated triggers, PL/SQL scripts, and designing detailed Entity-Relationship Diagrams (ERD).

  6. Football Manager

    Jul 2021
    Desktop Application | Java | OOP GitHub

    Developed a Java-based football management system as a term project for our Object-Oriented Programming course. This project was built using JavaFX for the graphical user interface and Java, Java Networking and Threading for multiplayer functionality, simulating the experience of managing a football team.

  7. Pacman

    Dec 2020
    C | Game | Structured Programming Language GitHub

    Created my own version of the classic Pacman game using the C programming language. This project was part of a university term assignment.

Practices

  1. HalKhata

    May 2021
    Full Stack Web Development | MERN Stack GitHub

    Developed a personal finance management application using the MERN stack to help users track and manage their daily income and expenses.

  2. Rapid-Roll

    Oct 2020
    C | Game | Structured Programming Language GitHub

    Developed a version of the Rapid Roll game purely out of curiosity using the C programming language.

  3. Web Calculator

    Aug 2020
    HTML | CSS | Vanilla JS GitHub

    Built a simple yet functional web calculator using HTML, CSS, and Vanilla JavaScript. This project was undertaken to learn and practice.

Achievements

  • Research Grant

    Research Grant


    Recipient of the β€˜Research and Innovation Center for Science and Engineering - RISE, BUET’ Students’ Research Grant, awarded in recognition of our innovative research contributions and commitment to advancing scientific knowledge.

  • kagOJ

    Idea Contest


    Achieved the 1st Runner-up position at the BUET Debating Club’s ScribeQuest idea contest for Augmedix Bangladesh, as part of Team Augmenta.

  • C Compiler

    Hult Prize


    Hult Prize 2023 On-Campus Champion and Regional Round Participant (Milan Summit).

  • Rokomari

    Microcontrollers Project Runner-up


    Awarded 2nd place (Runner-up) in the CSE 316: Microcontroller and Microprocessor course for our project, Bi-axial Autonomous Robot with Obstacle Avoidance (BABO).

  • EcoSync

    DSA


    Completed a paid course on Data Structures and Algorithms from Bohubrihi.

Research

  1. CRISPR Off-Target Prediction and Optimization

    Ongoing
    Undergraduate thesis work
    Supervisor: Dr. M. Sohel Rahman

    Conducting research on CRISPR-Cas9 gene-editing technology, which is used to precisely edit DNA, with a focus on predicting off-target effects and optimizing guide RNA sequences using advanced deep learning techniques. This research involves working with various architectures, including CNNs, RNNs, LSTMs, GRUs, Transformers, and language models like BERT, as well as explainability tools such as DeepSHAP and Integrated Gradients.


    Achieved superior performance(2% to 8%) compared to recent state-of-the-art studies in key metrics such as PR-AUC and F1 score and initiated manuscript preparation for journal submission.

  2. Protein-Protein Interaction Site Prediction

    Nov 2024
    Term Project

    Developing a predictive model for protein-protein interactions site prediction as part of the CSE-472 Machine Learning course. This project utilizes ProtBERT for protein sequence embeddings and employed joint embedding techniques, cross-attention mechanisms, and a Multi-Layer Perceptron (MLP) to optimize F1 score and PR-AUC metrics for interaction predictions.

Portfolio