Skip to content
View DaffaYusufM's full-sized avatar

Block or report DaffaYusufM

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
DaffaYusufM/README.md

🌟 About Me

Hi there! I’m Daffa Yusuf Mahendra, a student at Telkom University, pursuing a degree in Information Systems. I have a strong interest in web development, especially in creating user-friendly and visually appealing web applications.

💻 I’m passionate about:

  • Building modern, responsive websites.
  • Exploring new tools and frameworks for front-end development.
  • Improving user experience through clean and efficient code.
#!/usr/bin/python
# -*- coding: utf-8 -*-

def algorithm_of_success():
    confidence = 0.99
    while True:
        success = keep_rising(confidence)
        if success:
            print("Alhamdulillah! Success achieved!")
            break
        else:
            print("Let's try again, keep pushing forward!")
        confidence += 0.1

def keep_rising(confidence):
    if confidence >= 1.0:
        print("I allow it—success is within reach!")
        return True
    else:
        print("I allow it—keep rising and you'll get there!")
        return False

🚀 Tech Stack:

HTML5 CSS3 JavaScript Bootstrap Java React Laravel Tailwind

🎯 My goals:

  • Master advanced front-end frameworks like React and Vue.js.
  • Collaborate on exciting open-source projects.
  • Continuously learn and grow as a developer.

Let’s connect and create something amazing together! 🚀

Popular repositories Loading

  1. website-semantic-HTML website-semantic-HTML Public

    WebsiteSemantic

    HTML 1

  2. form-registrasi-HTML form-registrasi-HTML Public

    Form Registrasi

    HTML 1

  3. Calculator Calculator Public

    Calculator using HTML/CSS/JS

    HTML 1

  4. Login-and-Register-Simple Login-and-Register-Simple Public

    Page Login and Register Website use HTML and CSS

    HTML

  5. RegistrasiWebSimple RegistrasiWebSimple Public

    Registrasi CSS

    CSS

  6. WebsiteSemanticSimple WebsiteSemanticSimple Public

    Web modul5

    HTML