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

Organizations

@Quillpals

Block or report cybertiwari

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
cybertiwari/README.md

Hi, I'm Sunil Tiwari

Software Enginner at Sunarc Technologies

Twitter: cybertiwari GitHub cybertiwari

class AboutMe:
    def __init__(self):
        self.current_workplace = {
            "workplace": {
                "company": "Sunarc Technologies",
                "position": "Software Engineer"
            }
        }
        self.daily_knowledge = [
            "React",
            "Laravel",
            "AWS",
            "Python",
            "MachineLearning"
        ]
        self.future_goal = "Convert idea into startup."

    def get_current_workplace(self):
        return self.current_workplace

    def get_daily_knowledge(self):
        return self.daily_knowledge

    def get_future_goal(self):
        return self.future_goal

Popular repositories Loading

  1. Cloth-Simulation Cloth-Simulation Public

    Cloth Simulation is an open-source project built with Three.js to simulate cloth behavior in a 3D environment. It demonstrates realistic cloth physics, leveraging WebGL and JavaScript for an intera…

    JavaScript

  2. cybertiwari cybertiwari Public

    Software Engineer | Web Developer | AI Enthusiast | Specializing in Laravel, React.js, Python, AWS, and AI/ML solutions. Passionate about building scalable applications and exploring cutting-edge t…

    2

  3. WeddingInvitation WeddingInvitation Public

    Digital Wedding Invitation is an open-source project that provides a visually appealing, customizable, and interactive wedding invitation webpage. It incorporates countdown timers, animations, and …

    CSS

  4. Indian-Flag Indian-Flag Public

    Indian Flag Simulation is an open-source project built with Three.js to simulate the Indian flag waving in a 3D environment. This project celebrates "Azadi ka Amrit Mahotsav" by showcasing the beau…

    JavaScript

  5. syncRoom syncRoom Public

    syncRoom is a React-based video conferencing app featuring Jitsi integration, real-time meeting management, and a user-friendly interface. Built with Vite and Tailwind CSS, it ensures seamless comm…

    JavaScript

  6. twinstalk twinstalk Public

    Twins Talk is a Streamlit-based conversational AI project leveraging OpenAI's capabilities for multilingual, interactive chat experiences. It features a customizable, lightweight, and user-friendly…

    Python