Skip to content
View Naearp777's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Naearp777

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Naearp777/README.md

Hello there 👋

visitors

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "Arpan Pokharel"
        self.languages_spoken = ["np_NP", "en_US"]
        self.skills = ["Python", "JavaScript", "TypeScript", "C++" ,"C"]
        self.frameworks=["Django", "FastAPI", "Langchain", "Langgraph", "React", "Next.js", "TailwindCSS", "SASS", "Bootstrap", "React Native"]
        self.current_company = "Taskfore LLC"
        self.education = {
            "degree": "Bachelor In Computer Engineering",
            "university": "Pulchowk Campus, Tribhuvan University, Nepal",
            "graduation_year": 2023
        }

    def say_hi(self):
        print("Hello!")

me = SoftwareEngineer()
me.say_hi()

📔 Latest Blog posts

Popular repositories Loading

  1. givers-backend givers-backend Public

    JavaScript 2

  2. Pulchowk_EMIS-Backend Pulchowk_EMIS-Backend Public

    Pulchowk Education Management and Information System

    Python 1

  3. givers-frontend givers-frontend Public

    Forked from Bibek99/givers-frontend

    JavaScript

  4. Library-Manager Library-Manager Public

    Forked from chiraqL/Library-Manager

    A library management system

    C++

  5. Engine3D Engine3D Public

    Forked from chiraqL/Engine3D

    Basic Graphics Renderer using C++

    C++

  6. naearp777 naearp777 Public