Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
I'll help you create a GitHub profile README for Sazwan Ismail that showcases your information, skills, and contact details. This will go in a special repository named sazwanismail (same as your username) on GitHub.

📌 GitHub Profile README Template

Create a new repository on GitHub named sazwanismail (exactly matching your username) and add a README.md file with the following content. You can customise the emojis, badges, and links.

```markdown
<h1 align="center">Hi 👋, I'm Sazwan Ismail</h1>
<h3 align="center">A passionate full‑stack developer from Malaysia</h3>

<p align="center">
<img src="https://komarev.com/ghpvc/?username=sazwanismail&label=Profile%20views&color=0e75b6&style=flat" alt="sazwanismail" />
<a href="https://github.com/sazwanismail?tab=followers">
<img src="https://img.shields.io/github/followers/sazwanismail?label=Followers&style=social" alt="GitHub followers" />
</a>
</p>

---

### 🙋‍♂️ About Me
- 🔭 I’m currently working on **exciting full‑stack projects**
- 🌱 I’m currently learning **Cloud Architecture & DevOps**
- 💬 Ask me about **Python, JavaScript, React, Django, Node.js**
- 📫 How to reach me **xxsazend12345@gmail.com**
- ⚡ Fun fact **I love turning coffee into code ☕**

---

### 🛠️ Languages and Tools
<p align="left">
<a href="https://www.python.org" target="_blank"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg" alt="python" width="40" height="40"/> </a>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"/> </a>
<a href="https://reactjs.org/" target="_blank"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a>
<a href="https://www.djangoproject.com/" target="_blank"> <img src="https://cdn.worldvectorlogo.com/logos/django.svg" alt="django" width="40" height="40"/> </a>
<a href="https://nodejs.org" target="_blank"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg" alt="nodejs" width="40" height="40"/> </a>
<a href="https://firebase.google.com/" target="_blank"> <img src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg" alt="firebase" width="40" height="40"/> </a>
<a href="https://git-scm.com/" target="_blank"> <img src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg" alt="git" width="40" height="40"/> </a>
<a href="https://www.docker.com/" target="_blank"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/docker/docker-original-wordmark.svg" alt="docker" width="40" height="40"/> </a>
<a href="https://aws.amazon.com" target="_blank"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg" alt="aws" width="40" height="40"/> </a>
<a href="https://azure.microsoft.com/" target="_blank"> <img src="https://www.vectorlogo.zone/logos/microsoft_azure/microsoft_azure-icon.svg" alt="azure" width="40" height="40"/> </a>
</p>

---

### 📊 GitHub Stats
<p align="center">
<img src="https://github-readme-stats.vercel.app/api?username=sazwanismail&show_icons=true&theme=radical" alt="GitHub Stats" />
</p>

<p align="center">
<img src="https://github-readme-streak-stats.herokuapp.com/?user=sazwanismail&theme=radical" alt="GitHub Streak" />
</p>

---

### 🤝 Connect with me
<p align="left">
<a href="https://linkedin.com/in/sazwanismail" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="LinkedIn" height="30" width="40" /></a>
<a href="https://github.com/sazwanismail" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/github.svg" alt="GitHub" height="30" width="40" /></a>
</p>
```

---

🚀 How to Set It Up

1. Create the repository
· Go to GitHub new repository
· Repository name: sazwanismail (exactly your username)
· Description: "Personal profile README"
· Make it Public
· Check "Add a README file"
2. Edit the README
· Replace the placeholder content with the template above
· Customise any details (links, badges, stats)
3. Add profile views counter & GitHub stats
· The template uses GitHub Readme Stats – they work automatically once you push.
· The profile views counter uses komarev.com.
4. Optional: Add more sections
· You can include a "Projects" section with links to your repositories
· Add "Blog posts" if you write technical articles

---

🌟 Bonus: Organisation Profile (.github)

If you also manage a GitHub organisation (e.g., for a team or company), you can create a .github repository inside that organisation. Inside it, add a profile/README.md – that content will appear on the organisation’s public profile.

---

Let me know if you'd like me to adjust the template or add any specific projects!