Skip to content

Commit

Permalink
Merge pull request myanmar-software-engineers#40 from Linn-Htet123/Li…
Browse files Browse the repository at this point in the history
…nnHtet

🔥 build: add LinnHtet profile
  • Loading branch information
lwinmoepaing authored Oct 20, 2023
2 parents b8662a9 + 8992825 commit e9d2fcf
Showing 1 changed file with 240 additions and 0 deletions.
240 changes: 240 additions & 0 deletions content/profile/linnhtet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,240 @@
---
name: Thar Linn Htet
description: I'm fullstack web developer with 2 years of experience. seeking new opportunities to expand my knowledges and expertise in this dynamic field.
image: "https://avatars.githubusercontent.com/u/87564766?s=400&u=e4384bdb3f4ec25ed1527c4387af9d686d233831&v=4"
tags:
- Laravel
- Inertia
- JavaScript
- VueJs
- Bootstrap
- Prime flex
- MySql
- Git
---

<div className="h-28 w-28 rounded-full overflow-hidden mx-auto">
<img src="https://avatars.githubusercontent.com/u/87564766?s=400&u=e4384bdb3f4ec25ed1527c4387af9d686d233831&v=4" />
</div>

<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto">
<div class="text-center"> Hello, Nice to meet you sir, I am Linn Htet </div>
</h3>

<div class="bg-cyan-950 py-4 rounded px-3 border-l-4 mt-4 mb-1 text-xl">
About me
</div>
<div class="px-4 py-5 bg-cyan-950 rounded mb-5">
I am a web developer with over 2 year and 6 months of experience, seeking new opportunities to expand my knowledge and expertise in this dynamic field. I am passionate about delivering high-quality value and services to my employers through my work. I am motivated by coding and enjoy overcoming challenges to produce innovative solutions.
</div>
<div class="my-8">
<div class="bg-cyan-950 py-4 px-3 border-l-4 mt-4 mb-1 text-xl">
My Skills
</div>
<div class="container mx-auto bg-cyan-950 rounded">
<div class="grid grid-cols-1 md:grid-cols-2 gap-5">
<div class="w-full md:w-1/2 py-5 px-3">
<ul class="">
<li class="mb-2 w-full">
<div class="flex justify-between items-center w-full">
<span class="w-72">HTML</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>CSS</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>JavaScript</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>Vue.js</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>Bootstrap</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>Prime and prime flex</span>
</div>
</li>
</ul>
</div>

<div class="w-full md:w-1/2 py-5 px-3">
<ul>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>PHP</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>Laravel</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>Inertia</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>Git</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>Networking Knowledges</span>
</div>
</li>
<li class="mb-2">
<div class="flex justify-between items-center">
<span>OOP</span>
</div>
</li>
</ul>
</div>
</div>
</div>

</div>





<div class="my-8">
<div class="bg-cyan-950 py-4 px-3 border-l-4 mt-4 mb-1 text-xl">
Project lists
</div>
<div class="px-4 py-5 bg-cyan-950 rounded mb-1">
<h1 class="text-2xl my-3">Let's shop Ecommerce </h1>
<div class="flex text-slate-300 items-center" >
<div class="w-72 "> Technologies used: </div>
<span class="mx-3 w-10/12">
Laravel, Inertia, Vue.js , PrimeVue, Prime Flex, MySql
</span>
</div>
<div class="flex text-slate-300" >
<div class="w-72 "> Description: </div>
<span class="mx-3 w-10/12">
"Let's Shop" is an innovative e-commerce platform featuring user authentication with email verification, cart and wishlist functionality, efficient product browsing and search, user notifications, and real-time chat with broadcast updates. Administrators benefit from powerful product and order management tools, email notifications, and a comprehensive dashboard. Additional features include localization and support for two-factor authentication. "Let's Shop" is your one-stop solution for seamless online shopping.
</span>
</div>
</div>
<div class="px-4 py-5 bg-cyan-950 rounded mb-1">
<h1 class="text-2xl my-3"> BookStore project with php </h1>
<div class="flex text-slate-300 items-center" >
<div class="w-72 "> Technologies used: </div>
<span class="mx-3 w-10/12">
HTML, CSS, Bootstrap, php, MySql
</span>
</div>
<div class="flex text-slate-300" >
<div class="w-72 "> Description: </div>
<span class="mx-3 w-10/12">
This project features user authentication, authorization, and an admin panel using the MVC structure in OOP. It supports two user levels: end users and administrators. End users can search, sort, and view detailed information about books, including related books. Administrators have additional privileges, such as creating new books, authors, and categories, and managing deletions and updates.
</span>
</div>
</div>
<div class="px-4 py-5 bg-cyan-950 rounded mb-1">
<h1 class="text-2xl my-3"> BookStore project with Laravel </h1>
<div class="flex text-slate-300 items-center" >
<div class="w-72 "> Technologies used: </div>
<span class="mx-3 w-10/12">
HTML, CSS, Bootstrap, Laravel, MySQL
</span>
</div>
<div class="flex text-slate-300" >
<div class="w-72 "> Description: </div>
<span class="mx-3 w-10/12">
This project was created with a fully implemented user authentication and authorization system, featuring an admin panel built on the MVC structure in OOP. The system supports two user levels: end users and administrators. End users are able to search for books, sort them by category, authors, and name, and view detailed information about each book, including related books.On the other hand, administrators possess the ability to create new books, authors, and categories, as well as manage deletion and updates.
</span>
</div>
</div>
<div class="px-4 py-5 bg-cyan-950 rounded mb-1">
<h1 class="text-2xl my-3"> Restaurants organizer and delivering web app </h1>
<div class="flex text-slate-300 items-center" >
<div class="w-72 "> Technologies used: </div>
<span class="mx-3 w-10/12">
HTML, CSS, Bootstrap, Laravel, MySQL
</span>
</div>
<div class="flex text-slate-300" >
<div class="w-72 "> Description: </div>
<span class="mx-3 w-10/12">
This project features a comprehensive user authentication and authorization system with an admin panel built on the MVC structure in OOP. The system supports three user levels: end users, restaurant administrators, and a global administrator. End users can search for food, sort them by category and restaurant name, and access detailed information about each restaurant and food item. Additionally, the project allows multiple restaurants to register on the website, which can be accepted or banned by the global administrator. Each restaurant administrator has the capability to manage their respective restaurant by adding, deleting, and editing food items.
</span>
</div>
</div>
</div>


<div class="my-8">
<div class="bg-cyan-950 py-4 px-3 border-l-4 mt-4 mb-1 text-xl">
Experiences
</div>
<div class="px-4 py-5 bg-cyan-950 rounded mb-1 font-bold">
<ul>
<li class="mb-4">
<div class="">
<span>Worked in united amara bank (UAB) bank as associative web developer. </span>
</div>
</li>
<li class="mb-4">
<div class="">
<span>Working at Secret code as Mid-senior developer </span>
</div>
</li>
<li class="mb-4">
<div class="">
<span>Currently engaged in discussions with MnetISP regarding the implementation of an office solution web app that encompasses multiple features. This project is currently in progress. </span>
</div>
</li>
<li class="mb-4">
<div class="">
<span>Proficient in utilizing Figma to implement and create web app designs. </span>
</div>
</li>
</ul>
</div>
</div>

<div class="my-8">
<div class="bg-cyan-950 py-4 px-3 border-l-4 mt-4 mb-1 text-xl">
Contact me via
</div>
<div class="px-4 py-5 bg-cyan-950 rounded mb-1 font-bold">
<ul>

<li class="mb-4">
<div class="">
<span>Email : [email protected]</span>
</div>
</li>
<li class="mb-4">
<div class="">
<span>Phone : (+95)9 795-550-804 </span>
</div>
</li>
<li class="mb-4">
<div class="">
<span> Github : https://github.com/Linn-Htet123 </span>
</div>
</li>

</ul>
</div>
</div>




0 comments on commit e9d2fcf

Please sign in to comment.