// personal-info   / bio
0
/**
1
*
2
*/


About me
Ali Zahid is a Senior Software Engineer and Associate Team Lead with 4+ years of experience building and shipping scalable web and mobile applications using the MERN stack, Next.js, and React Native. He has led a development team through full project lifecycles — sprint planning, code review, and delivery — while continuing to ship production code himself.

Google Project Management Certified, with hands-on experience in Agile delivery, API architecture, and performance and SEO optimization. Ali has recently relocated to Kuala Lumpur, Malaysia, and is seeking full-stack engineering or team lead roles in the region.

// Code snippet showcase:

@azahid5555

Created about 2 years ago

details
stars
function initializeModelChunk<T>(chunk: ResolvedModelChunk): T {const value: T = parseModel(chunk._response, chunk. _value);const initializedChunk: InitializedChunk<T> = (chunk: any);initializedChunk._status = INITIALIZED;initializedChunk._value = value;return value;}
@azahid5555

Created about 2 years ago

details
stars
export function parseModelTuple(response: Response,value: {+[key: string]: JSONValue} | $ReadOnlyArray<JSONValue>): any {const tuple: [mixed, mixed, mixed, mixed] = (value: any);