- Software developer with bold ideas
- Currently working on an open-source project called CamAI-Search
- Graduated with a degree in Computer Science and 3.5 years of experience as a Python developer
- Passionate about various technologies including Redis, Docker, Django, RESTful, FastAPI, GraphQL and more
- Proficient in Adobe Creative Suite tools like Photoshop, Illustrator, After Effects, and more
- Active on social media Telegram and Instagram
While I have a diverse skill set across various technologies, my primary focus is on Backend Development. I have extensive experience working with Django, FastAPI, GraphQL and RESTful API design. This focus allows me to build robust and scalable backend systems, ensuring seamless integration with frontend interfaces and efficient data management.
Additionally, I have recently embarked on studying artificial intelligence and have been actively writing AI-related code. This new direction complements my backend expertise and broadens my ability to develop intelligent, data-driven applications.
- Cloud Platforms & Infrastructure: AWS, Google Cloud Platform (GCP), Microsoft Azure, DigitalOcean
- DevOps & CI/CD: Docker, Kubernetes, Terraform, Ansible, Jenkins, GitLab CI/CD, CircleCI
- Backend Development: Django, Django REST Framework, FastAPI, GraphQL, RESTful API design
- Frontend Development: HTML5, CSS3, Bootstrap, JavaScript
- Database Management: MySQL, PostgreSQL, SQLite, Redis
- Mobile & Cross-Platform: Flutter, Swift
- Design & Multimedia: Adobe Photoshop, Illustrator, Premiere Pro, After Effects, XD, InDesign, Lightroom, Figma, Canva
- Version Control & Collaboration: Git, GitHub, GitLab
- Other Technologies: Kafka, RabbitMQ, Elasticsearch, Nginx, Linux, PHP, Flask, Solidity (for smart contracts), WebAssembly, Xamarin, jQuery, Trello, Jira, Aiogram, Telegram API, Beautiful Soup, Pillow, NumPy, Pandas
Favorite language & Software
These programming languages and operating systems are my favorites because they provide powerful tools for development.
Programming Languages | Knowledge Level | Number of Projects |
---|---|---|
Python | High | 60+ |
Go | Intermediate | 8+ |
JavaScript | Intermediate | 12+ |
Operating Systems | Knowledge Level | Experience (in years) |
---|---|---|
Linux Ubuntu | Excellent | 3 |
Kali Linux | Excellent | 1.5 |
# pip install stegano
from stegano import lsb
secret = lsb.hide('image.png', 'очень секретный текст')
secret.save('secret_image.png')
print(lsb.reveal('secret_image.png'))