Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzl-22/fzl-22
https://github.com/fzl-22/fzl-22
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fzl-22/fzl-22
- Owner: fzl-22
- Created: 2023-08-20T09:59:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:12:41.000Z (4 months ago)
- Last Synced: 2024-09-15T02:05:07.924Z (4 months ago)
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello there 👋
```typescript
class SoftwareDeveloper {
name: string;
role: string;
languageSpoken: string[];constructor(params: {
name: string;
role: string;
languageSpoken: string[];
}) {
this.name = params.name;
this.role = params.role;
this.languageSpoken = params.languageSpoken;
}sayHi(): void {
console.log("Hi! I hope you find something interesting here!");
}
}const me = new SoftwareDeveloper({
name: "Ahmad Faisal",
role: "Software Developer",
languageSpoken: ["id_ID", "en_US"],
});me.sayHi();
```## 📝 Visit Me
- LinkedIn: [https://www.linkedin.com/in/ahmadmfaisal/](https://www.linkedin.com/in/ahmadmfaisal/)
- Hackerrank: [https://www.hackerrank.com/ahmad_faisalewy](https://www.hackerrank.com/ahmad_faisalewy)
- Instagram: [https://www.instagram.com/fzl_22/](https://www.instagram.com/fzl_22/)## 🔧 Technologies & Tools
![](https://img.shields.io/badge/OS-Arch_Linux-informational?style=flat&logo=arch-linux&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Editor-VS_Code-informational?style=flat&logo=visual-studio-code&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-NestJS-informational?style=flat&logo=nestjs&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-Express-informational?style=flat&logo=express&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-GraphQL-informational?style=flat&logo=graphql&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-Flutter-informational?style=flat&logo=flutter&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-NodeJS-informational?style=flat&logo=nodedotjs&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-TypeScript-informational?style=flat&logo=typescript&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-JavaScript-informational?style=flat&logo=javascript&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-Dart-informational?style=flat&logo=dart&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-Go-informational?style=flat&logo=go&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Code-Python-informational?style=flat&logo=python&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Shell-Bash-informational?style=flat&logo=gnu-bash&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Shell-Fish-informational?style=flat&logo=fish-shell&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Tools-MongoDB-informational?style=flat&logo=mongodb&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Tools-PostgreSQL-informational?style=flat&logo=postgresql&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Tools-MySQL-informational?style=flat&logo=mysql&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Tools-Docker-informational?style=flat&logo=docker&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Tools-Git-informational?style=flat&logo=git&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Tools-Vagrant-informational?style=flat&logo=vagrant&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/Tools-AWS-informational?style=flat&logo=amazon-web-services&logoColor=white&color=6aa6f8)## 💻 Most Used Languages
![My most used languages](https://github-readme-stats.vercel.app/api/top-langs/?username=fzl-22&hide=Jupyter%20Notebook)
## 🏆 GitHub Trophies
[![trophy](https://github-profile-trophy.vercel.app/?username=fzl-22&theme=nord&column=7)](https://github.com/ryo-ma/github-profile-trophy)