-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from faster24/nyiyenaing
🔥 build: add nyiyenaing profile
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Nyi Ye Naing | ||
description: I'm just a curious coder with a humble spirit. | ||
image: "https://avatars.githubusercontent.com/u/45783468?s=400&u=0bd5e93b111253f142aca9b5d347a1a71dd567e6&v=4" | ||
tags: | ||
- Laravel | ||
- Javascript | ||
- Node.js | ||
- React | ||
- Linux | ||
- Vim | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/45783468?s=400&u=0bd5e93b111253f142aca9b5d347a1a71dd567e6&v=4"/> | ||
</div> | ||
|
||
|
||
<div className="container flex flex-col max-w-[720px] mx-auto my-4"> | ||
<span className="font-bold"><strong className="text-sky-200">##</strong> About Me</span> | ||
|
||
>Self-taught developer with proven experience in enterprise applications and business websites, excels at <strong className="text-orange-500">\*Backend Development\*</strong>. Familiar with much of the Software Development Lifecycle. | ||
<span className="font-bold my-4"><strong className="text-sky-200">##</strong> Ask Me About </span> | ||
<span>\+ Laravel</span> | ||
<span>\+ Node.js</span> | ||
<span>\+ React</span> | ||
|
||
<span className="my-4 font-bold"><strong className="text-sky-200">##</strong> Contact Me?</span> | ||
<span>\+ \[mail\] \('[email protected]'\)</span> | ||
<span>\+ \[facebook\] [Nyi Ye Naing]('https://www.facebook.com/profile.php?id=100014951477888')</span> | ||
|
||
<span className="my-4 font-bold"><strong className="text-sky-200">##</strong> Knowledge of</span> | ||
<span>\+ How to write <strong className="text-orange-500">\*Clean Code\*</strong></span> | ||
<span>\+ A bunch of <strong className="text-orange-500">\*Design Patterns\*</strong></span> | ||
<span>\+ building efficient <strong className="text-orange-500">\*API services\*</strong></span> | ||
<span>\+ can <strong className="text-orange-500">\*exit vim\*</strong> in 5 difference ways ;).</span> | ||
|
||
|
||
</div> | ||
|