- 🔭 I’m currently working as a Junior Web Developer.
- 👨💻 My portfolio website Live Preview
- ⚙️ I use daily:
.js
,.ts
,.py
,.git
- 🥅 Goals: Learn
AWS
,Docker
,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 => noyonrahman2003@gmail.com
- 📌 Checkout my Resume
I’m 𝗡𝗼𝘆𝗼𝗻 𝗥𝗮𝗵𝗺𝗮𝗻, a passionate Full-Stack Developer specializing in building responsive and dynamic web applications. With expertise in 𝗥𝗲𝗮𝗰𝘁.𝗷𝘀, 𝗧𝘆𝗽𝗲𝗦𝗰𝗿𝗶𝗽𝘁, 𝗥𝗲𝗱𝘂𝘅-𝗧𝗼𝗼𝗹𝗸𝗶𝘁, 𝗡𝗲𝘅𝘁.𝗷𝘀, 𝗠𝗼𝗻𝗴𝗼𝗼𝘀𝗲, 𝗘𝘅𝗽𝗿𝗲𝘀𝘀.𝗷𝘀, 𝗧𝗮𝗶𝗹𝘄𝗶𝗻𝗱 𝗖𝗦𝗦, and 𝗗𝗼𝗰𝗸𝗲𝗿, I create high-performance, scalable, and user-friendly solutions for modern web platforms.
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 ➡️ |
Understanding the Single Responsibility Principle (SRP) for Beginners
November 6, 2024
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...
Interface, Type Vs Interface in TypeScript
May 7, 2024
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...
What’s the difference between never and void in TypeScript?
May 2, 2024
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 ...
Back-end Development & Back-end Developers Responsibilities.
December 8, 2023
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...