GithubHelp home page GithubHelp logo

Behnam Baharmand

github-snake

Linkedin Badge Gmail Badge

About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-
import datetime


class Behnam:
    def __init__(self):
        self.first_name = "Behnam"
        self.last_name = "Baharmand"
        self.pronouns = "he/him"
        self.email = "[email protected]"
        self.interests = [
            {
                "category": "Fitness",
                "hobby": "Skipping Rope",
                "duration": "5 years",
                "achievements": [
                    "Survived the 30-day skipping challenge.",
                    "Mastery of advanced skipping tricks, such as double-unders and crossovers.",
                ],
            },
            {
                "category": "Creative Pursuits",
                "hobby": "Photography",
                "style": "Landscape and Nature",
                "equipment": ["Nikon D7100", "Prime and zoom lenses"],
                "projects": [
                    "Cityscape Wonders photo series.",
                    "Collaborated with local magazine for cover photo.",
                ],
                "portfolio_link": "[https://www.behnum.com/]",
            },
            {
                "category": "Creative Pursuits",
                "hobby": "Graphic Design",
                "tools": ["Adobe Creative Suite (Photoshop, Illustrator, InDesign)"],
                "specializations": [
                    "UI/UX design and branding.",
                    "Web and social media graphics.",
                    "Print collateral for events and promotions.",
                ],
                "portfolio_link": "[https://www.behinweb.com/archive]",
            },
        ]

    def hello_world(self):
        print("I'm Behnam! :)")
        print(
            "In my spare time, I tend to spend 5 days automating something I could do in 5 minutes."
        )

    def collaborate(self, interested: bool):
        if interested:
            print("I find joy in collaboration!")
            print(
                "If you have projects that you are passionate about, let me know! I'd love help if I can."
            )

    def contact_me(self):
        print(f"Feel free to send me a message at {self.email}")


if __name__ == "__main__":
    me = Behnam()
    me.hello_world()

Toolbox

I have some level of knowledge between "adequately instructing seasoned developers" and "acknowledging the inadequacy with a tinge of guilt" for each of the following.

Programming Technologies and Concepts Tools and Practices
JavaScript Node.js Testing (Unit, Components, Integration)
TypeScript ExpressJS Docker
HTML REST API CI/CD
CSS RDBMS/NoSQL (MySQL, PostgreSQL, MongoDB) Source Control
PHP Firebase Build system and bundlers
Python AWS WebSockets

Behnam Baharmand's Projects

behnum icon behnum

Config files for my GitHub profile.

cfg icon cfg

dotfiles and related syncing scripts

deliciousness icon deliciousness

A recipe website where you can search and browse different recipes.

formik icon formik

Build forms in React, without the tears 😭

multiplewindow3dscene icon multiplewindow3dscene

A quick example of how one can "synchronize" a 3d scene across multiple windows using three.js and localStorage

picplunge icon picplunge

A Minimal Next.js Image Gallery. Stress-tested and optimized for slow connections.

pydh icon pydh

Python for Digital Humanities

salamat icon salamat

A simple Running Tracker in Persian to help you stay motivated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.