Bekzod Djumanov

Computer Engineer Entrepreneur Director of a Non-Profit
Washington, DC

Current student at the University of Maryland, with a Computer Engineering focus. Carroll Community College Summa Cum Laude Alumni, holding an AA in CS.

Frontend Developer | UI/UX Specialist | Full Ride

About Me

Technical Skills

CI/CD
UI/UX
Data Algorithms
GitHub
Linux
Puppet Software
Microsoft Azure
Google Cloud

Soft Skills

Data Analytics
Leadership
Management
Adaptability
Critical Thinking
Problem Solving
Collaboration
Innovation

Clean Code

Writing scalable and effective coding designs that adhere to ethical standards and frameworks

Use Meaningful Names

Variables and functions should describe what they do or hold—avoid vague names like x or data.

Small, Focused Functions

Each function should do one thing and do it well—this improves readability and testability.

Write Clear Comments

Use comments to explain "why," not "what." Clean code should explain itself—comment only where necessary.

Use Constants for Magic Numbers

Avoid using unexplained numbers—define them as constants with meaningful names.

Protect User Data

Never expose sensitive data. Follow encryption, anonymization, and secure storage practices.

Use Meaningful Names

Variables and functions should describe what they do or hold—avoid vague names like x or data.

Small, Focused Functions

Each function should do one thing and do it well—this improves readability and testability.

Write Clear Comments

Use comments to explain "why," not "what." Clean code should explain itself—comment only where necessary.

Use Constants for Magic Numbers

Avoid using unexplained numbers—define them as constants with meaningful names.

Protect User Data

Never expose sensitive data. Follow encryption, anonymization, and secure storage practices.

Contact