smnenko
Purposeful belarusian software engineer who mostly focused on backend development
CLS GlobalBelarus
Pinned Repositories
accreator
algorithms
There you can find some algorithms that developed by me when I was reading the book "Grokking Algorithms" by Aditya Bhargava. Inside it you can see some different with book as source, but I think that I adapt them well.
article-webapp
ArticleWA is a full-stack web application that allows read, write, edit and delete articles. It is implement Django and djangorestframework, use JWT Token (SimpleJWT) for registration and authorization. That project is an attempt to partially copy site medium.com, but many finctions was simplified and improved.
boardgames-statistic-bot
cyclical-descent-method
That repository is result of my course work at university. It was developed on Python programming language with PyQt5. It shows chart that was made with maplotlib library. There is *.ui file inside therefore you able to configure application design via QtDesigner.
fake_account
Package that generates fields for registration accounts based on faker
gamemuster
Web application uses Django, Twitter and IGDB API that parse games from IGDB, sort by categories and find tweets from Twitter.
lawyershelper
This application is result of my course work in universuity. It can help keep track of open and closed processes in law office. You can add new lawyers and cost per hour for him, add new process and change many things. I developed it on Java with supporting JavaFX (GUI).
proxyhub
Python package to parse and check proxies from github repositories
telegram_manager
Service provides tools to work with multiple telegram accounts such as save session, subscribe to the channel and view all channel posts. Also it consists of not really bad logic? friendly and understandable code.
smnenko's Repositories
smnenko/telegram_manager
Service provides tools to work with multiple telegram accounts such as save session, subscribe to the channel and view all channel posts. Also it consists of not really bad logic? friendly and understandable code.
smnenko/article-webapp
ArticleWA is a full-stack web application that allows read, write, edit and delete articles. It is implement Django and djangorestframework, use JWT Token (SimpleJWT) for registration and authorization. That project is an attempt to partially copy site medium.com, but many finctions was simplified and improved.
smnenko/accreator
smnenko/algorithms
There you can find some algorithms that developed by me when I was reading the book "Grokking Algorithms" by Aditya Bhargava. Inside it you can see some different with book as source, but I think that I adapt them well.
smnenko/boardgames-statistic-bot
smnenko/cyclical-descent-method
That repository is result of my course work at university. It was developed on Python programming language with PyQt5. It shows chart that was made with maplotlib library. There is *.ui file inside therefore you able to configure application design via QtDesigner.
smnenko/fake_account
Package that generates fields for registration accounts based on faker
smnenko/gamemuster
Web application uses Django, Twitter and IGDB API that parse games from IGDB, sort by categories and find tweets from Twitter.
smnenko/lawyershelper
This application is result of my course work in universuity. It can help keep track of open and closed processes in law office. You can add new lawyers and cost per hour for him, add new process and change many things. I developed it on Java with supporting JavaFX (GUI).
smnenko/proxyhub
Python package to parse and check proxies from github repositories
smnenko/make-life-better
smnenko/outlays_manager
smnenko/pizzalab-backend
smnenko/proxygc
ProxyGC is a software that allows you to parse proxies from sources.json and check it for valid on specific website.
smnenko/simple-game
Simple game using pygame
smnenko/smnenko
Config files for my GitHub profile.
smnenko/testing-web-app
Web applcation is result of my course work for remote pass and create tests using Django, Django-auth,