// GoFolio โ€” Go developer portfolio

ย 

import "portfolio/developer"

ย 

developer := Developer{
name: "Asrar ul Hassan",
role: "Laravel and Filamentphp Developer",
location: "Kuwait",
email: "[email protected]",
phone: "98500539",
specialties: [Web Developer, Laravel Developer],
bio: "Working as a web developer for Cabron laundry in kuwait",
cv: Download CV ,
}

ย 

function getExperience(): Experience[] {
// chronological work history
2014 โ€” 2016

Sitara InfoTech

Web Developer

worked on Sitara Ecommerce Store

}
function getEducation(): Education[] {
2009 โ€” 2010

UOS

B.A

B.A Arts

2010 โ€” 2012

UAF

MBIT

MBIT done and started programming

}
const skills: Skill[] = [
{
group: ""
name: Php
level: 85
},
{
group: ""
name: Laravel
level: 90
},
{
group: ""
name: Filamentphp
level: 95
},
];
export links: SocialLink[] = [
];
async function contact(msg: Message): Promise<void> {
go โ€” terminal

โžœ go version

go version go1.22.3 linux/amd64

โžœ go env GOOS

linux

โžœ whoami && cat .env | grep EMAIL

Asrar ul Hassan

[email protected]

โžœ go run main.go _

send_message.go Go
Loading...
}
export default Selected Work = {

WoBooks

sample description

โ†’ View Project

BroadBand Service

โ†’ View Project
};
interface Services {
// available for freelance & consulting
readonly Web Development Kuwait:

Web development Services in kuwait

readonly Website Optimization Kuwait:

Website Optimization services in Kuwait

readonly Ecommerce Development Kuwait:

Ecommerce applications development in Kuwait

}
export const My Tech Stack: TechItem[] = [
// tools & technologies I work with daily
Laravel Backend
90
Php Backend
85
];
const = [
// peer-reviewed by real clients
Sagheer ul Hassan
//

Good Work

];
async function loadFeatured Projects(): Promise<Project[]> {
// selected open-source & client projects
}
const Certifications: Cert[] = [
{ year: 2015, issuer: "PHP", title: "Certified Php Developer", url: "View Credential" },
];