Skip to content

:shipit: My portfolio site. Created with Flask for backend and Bootstrap for frontend

Notifications You must be signed in to change notification settings

angversh/h4cktivist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hi! I'm h4cktivist! 💻

Express.js

«Your GitHub profile looks like Google and Yandex should bombard you with job offers every day...» © One good person

wakatime

class Developer:
    def __init__(self):
        self.username = 'h4cktivist'
        self.name = 'Popov Vadim'
        self.specialization = 'Backend Developer'
        self.code = {
            'frontend': ['HTML', 'CSS', 'JS'],
            'backend': ['Python', 'Django', 'Flask', 'Express.js'],
            'devops': ['Docker', 'Heroku'],
            'database': ['SQLite3', 'PostgreSQL', 'MongoDB'],
        }
        
h4cktivist = Developer()

👨 A little about me:

Well, I'm beginner backend developer.

I'm currenty work with such frameworks as Django, Flask and a little ExpressJS. With my projects I often use SQLite3, PostgreSQL and not so often MongoDB databases. Can deploy website on Heroku or other hosting, also handle with Docker.

You can watch some of my projects below. Also you can visit my website if you want ;)

GIF with cat to attract attention

📂 Education | Certificates and other awards:

🏢 Career:

08.2021 - current time | JetBrains Academy | Topics Author on SQL and Databases track.

You can check my resume on Habr.Career (Russian only)

📈 Some GitHub statistic:

🔧 PC specifications:

  const PC = {
    'CPU': 'Xeon E5 2680v2',
    'RAM': 32,
    'GPU': 'GTX 1060 6GB',
    'Storage': ['120GB SSD', '1TB HDD'],
    'OS': ['Windows 10', 'Arch Linux']
  }

"Buy Me A Coffee"

About

:shipit: My portfolio site. Created with Flask for backend and Bootstrap for frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.4%
  • Python 11.6%