Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danitechid/danitechid
https://github.com/danitechid/danitechid
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danitechid/danitechid
- Owner: danitechid
- Created: 2023-05-23T02:10:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:46:37.000Z (about 1 year ago)
- Last Synced: 2024-04-10T18:14:23.057Z (9 months ago)
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.
```asm
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]