About Me

I'm currently Studying at Duke University and my major is Electrical and Computer Engineering.

HTML tutorial

Microsoft 365 department

HTML tutorial

Matrix Origin Communitity

Skills

Technical Expertise

Always ready to try hands-on new and emerging technologies

Java

90%

C Plus Plus

90%

SpringBoot

70%

CUDA

80%

MySQL

90%

Redis

85%

Kafka

60%

Elastic Search

65%
Timeline

My journey so far

All my academic and professional experience with some milestones achieved are summed up here:

Microsoft
Software Developer Intern Building Opportunity Copilot for Microsoft 365 Partner. I am mainly responsible for the development of intelligent Q&A system and personalized recommendation system.
April 2024
Matrix one
Sumer OSPP 2024 Worked at the Matrix Origin. Developed a chat bot which can summary github Repo for users and find the implementation code of a feature in the repo. This chatbot helps users to learn the open source code and speed up the development process.
March 2024
Matic Network
School Project Developed a strategy game based on Springboot. The game references the gameplay of RISK GAME. Supports 3~5 players game room, including minion upgrade, attack, territory occupation and other functions, and supports multiplayer chat.
February 2024
Matic Network
undergraduate degree I graduated from Jilin University!
In the meantime, I'm going to Duke to finish my graduate degree.
Looking forward to all the best for the future
June 2023
Matic Network
Graduation Design Developed monitoring software for driverless carts. Contains remote monitoring, remote control, pedestrian detection and other functions.
April 2023
Inter-IIT Tech Meet 8.0
Summer Research Participated in a summer program at North Carolina State University. Built the Edge Serverless framework, which opens up more possibilities for edge computing.
June 2022
PARSEC 2020
China Computer Design Competition A remote floriculture management system was developed. Functions such as identification of flowers are implemented at the edge end. And based on MQTT transmission to the server.
April 2022
Accomplishments

My Portfolio

Risc-GAME

SpringBoot&&PYQT

Code Chat Bot

SpringBoot&&PYQT

Unmanned Cart

C++&&PYQT
Blog

My Blog

Sharing my tech knowledge through my blogs

October 20, 2024 Qingning Zeng

Understanding Raft Consensus

A deep dive into the Raft consensus algorithm, exploring how it achieves distributed consensus through leader election and log replication.

Dec 20, 2024 Qingning Zeng

Transformer Structure

Visualizing Transformer: A Step-by-Step Illustrated Guide

March 1, 2025 Qingning Zeng

MST tree

MST tree: Prime && Kruskal Algorithm