Git Product home page Git Product logo

Hi there 👋

Hello, best wishes. Let me introduce myself, I'm Dani Ramdani. I am a Programmer with the role of FullStack Web Developer. Currently, I am studying at CUY University through the self-taught method or free online lectures from YouTube. My skills include the ability to create various types of websites, website applications, and APIs. Apart from that, I also have experience in creating WhatsApp Bots. I have been involved in various projects, including creating REST APIs, RESTful APIs using Node and Express, WhatsApp Bots with Node, DDoS script development using Python, Web Streaming Video development with native PHP, WhatsApp Clone using native PHP, as well as other projects. Thank You.

section .data
    full_name db "Dani Ramdani",0
    age db 17
    location db "Bogor, West Java, Indonesia",0
    career db "Programmer",0
    role db "FullStack Web Developer",0
    skills db "HTML & CSS", 0
           db "JavaScript", 0
           db "Bootstrap", 0
           db "Tailwind CSS", 0
           db "Node", 0
           db "Express", 0
           db "PHP", 0
           db "Java", 0
           db "Python", 0
           db "Ruby", 0
           db "C", 0
           db "C++", 0
           db "C#", 0
           db "F#", 0
           db "Go", 0
           
section .text
global _start

_start:
    ; Display personal information
    mov eax, 4         ; syscall: write
    mov ebx, 1         ; file descriptor: stdout
    mov ecx, full_name  ; message to write
    mov edx, 12        ; length of message
    int 0x80           ; interrupt to invoke syscall
    
    ; Display other information...
    
    ; Exit the program
    mov eax, 1         ; syscall: exit
    xor ebx, ebx       ; exit code 0
    int 0x80           ; interrupt to invoke syscall

Website

danitechno.com (Bio link)
danitechid.com (Portfolio)

For business

[email protected]

Dani Ramdani's Projects

chatgpt-api icon chatgpt-api

ChatGPT API - TypeScript/JavaScript. ChatGPT API ini ditenagai oleh: https://daniapi.biz.id

openai-node icon openai-node

The official Node.js / Typescript library for the OpenAI API

scraper icon scraper

Scraper for JSON & IMAGE API or WhatsApp Bot

wa-web-api icon wa-web-api

WhatsApp Web API - TypeScript/JavaScript. ditenagai oleh library: Baileys.

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.