Created
April 10, 2024 17:57
-
-
Save karakhanyans/2a4b92a698a25e11013eb4682f7de032 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<div id="about" class="max-w-2xl mx-auto my-16 px-8"> | |
<div class="flex items-start"> | |
<Avatar class="flex-shrink-0" src="/images/serg.webp"/> | |
<div class="flex-shrink ml-4"> | |
<p class="font-bold text-lg">Hey, I am Serg</p> | |
<Paragraph> | |
Since the early years of my career I always loved to build different open-source packages and provide to the community. | |
Some of <a target="_blank" class="text-secondary underline" href="https://docs.lionix.io">my packages</a> got tens of thousand of downloads. | |
</Paragraph> | |
</div> | |
</div> | |
<div> | |
<Paragraph> | |
I am a <a class="underline" target="_blank" href="https://exam.laravelcert.com/is/sergey-karakhanyan/certified-since/2020-05-05">Certified Laravel Developer</a> and during my 10 years of experience in web development (7 with Laravel), I delivered a lot of products, launched a <Link href="https://www.producthunt.com/@karakhanyans" title="couple of SaaS apps" target="_blank"/> (3 of them got top recognition) and all of them had the same things in common: | |
Payments, User Registration, SEO, Admin, Blog... | |
</Paragraph> | |
<Paragraph class="mt-4"> | |
So I combined all my experience and knowledge into <span class="font-bold">Larafast</span> and sharing it with you. | |
</Paragraph> | |
<Paragraph class="text-lg mt-8 font-bold"> | |
How can it help you? | |
</Paragraph> | |
<ul class="mt-4 ml-4"> | |
<li class="mt-2">1. <span class="font-bold">Less Stress</span> on doing boring stuff again and again</li> | |
<li class="mt-2">2. <span class="font-bold">Save your time</span> and focus on idea, not on boilerplate</li> | |
<li class="mt-2">3. <span class="font-bold">Deliver products</span> with a lightning speed</li> | |
<li class="mt-2">4. <span class="font-bold">Earn Money</span> and test your product faster</li> | |
<li class="mt-4"><span class="italic">"The more you ship, the more you learn, the more you earn - | |
<a class="text-secondary" target="_blank" href="https://twitter.com/marc_louvion">Marc Lou</a>"</span></li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment