- ๐ญ 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 => [email protected]
- ๐ 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.
๐คทโโ๏ธ Prayers (๐คฒ) โ Eat (๐) โ Code (๐งโ๐ป) โ Sleep (๐) โ Repeat (๐)
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
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
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?
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.
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...