#!/usr/bin/python
# -*- coding: utf-8 -*-
class BackendEngineer:
def __init__(self):
self.name = "Khurram Farooq"
self.role = "Backend Engineer"
self.location = "33.549907\xc2\xb0 N, 73.006242\xc2\xb0 W"
self.blog = "https://bytesik.com/"
self.knowledge_base = [
"Machine Learning",
"Data Engineering",
"Software Engineering",
"Deep Learning"
]
def say_hi(self):
print("""Hello my friend, thanks for dropping by!
This is {name}, I live in {location}. I work as a {role} and recently I am focusing on {focus} for my personal growth.
I have wide interests, but most of them are {knowledge_base}.
I write down tips and lecture notes on my personal tech blog, which can be found here: {blog}""".format(
name=self.name,
location=self.location,
role=self.role,
focus=self.knowledge_base[0],
knowledge_base=", ".join(self.knowledge_base[1:]),
blog=self.blog,
)
)
me = BackendEngineer()
me.say_hi()
π₯±
I'm a full-stack developer, specializing in NodeJS, Golang, Web3.js, MEAN Stack, MERN Stack, & Django. I hold a high standard of quality in everything that I do
-
Systems Limited
- Pakistan
- https://fsconline.info
- @_kf1994
- in/kf1994
Popular repositories Loading
-
-
nodejs-typescript-project-structure
nodejs-typescript-project-structure PublicNodejs typescript project structure
TypeScript 1
-
-
nodejs-bulk-image-size-reducer-using-sharp
nodejs-bulk-image-size-reducer-using-sharp PublicBulk image size reducer using sharp
TypeScript
-
-
odyssey-campaign
odyssey-campaign PublicForked from mirrorworld-universe/odyssey-campaign
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.