- 🔭 I’m currently working as a Web Developer.
- 👨💻 My portfolio website noyonrahman.com
- ⚙️ I use daily:
.js,.ts,.py,.sql,.git - 🥅 Goals: Learn
AWS,Docker,DevOps,Micro Service,React Native, andAndroid Apps - ⚡ Fun fact: I love coding, watching movies, and traveling.
- 💬 Ask me about JavaScript or any tech-related stuff.
- 📫 How to reach me => hello@noyonrahman.com
- 📌 Checkout my Resume
I'm Noyon Rahman — a software developer based in Dhaka, Bangladesh. I focus on backend development and API integration, designing and maintaining scalable APIs and integrating third-party services. I also contribute to frontend features when the team needs an extra pair of hands.
| Name | Description | Link |
|---|---|---|
| 🎨 CodeVibe Themes | Bring your Visual Studio Code to life with vibrant and aesthetic themes. | Explore on VS Code Marketplace ➡️ |
| ✨ The Magic Readme | A handy tool to generate professional README files for your GitHub repositories. | Check it out on NPM ➡️ |

One of the simplest ways to make your code easier to read, test, and maintain is by following the Single Responsibility Principle (SRP). SRP is a core part of the SOLID principles in software design a...

In TypeScript, both types and interfaces serve a similar purpose: they allow you to define the shape of data. However, there are some differences between them. Type: A type in TypeScript is like a lab...

In TypeScript, both never and void represent situations where a function doesn't return anything, but they're used in different contexts. void: Think of void as the absence of a specific type. When a ...

What is Back-end Development? Backend development refers to the process of creating and maintaining the server side of a web application or software, which focuses on everything we can’t see on a webs...
