Skip to content
View zaidysf's full-sized avatar
:electron:
work and play
:electron:
work and play

Block or report zaidysf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zaidysf/README.md

Zaid Yasyaf: Crafting Digital Magic & Leading Awesome Squads! ✨

Hi! 👋

I'm Zaid, a Digital Strategist and Tech Lead who's been wrangling IT for a whole decade (yep, the big 1-0!). What gets me buzzing? Innovating, building super solid systems, and leading high-fiving, high-performing tech teams.

This space is where I dish out some sneak peeks of my past adventures and achievements across various organizations. Get ready to see the cool stuff I've been cooking up! 👇

Contribution Image 1 Contribution Image 2 Contribution Image 3

🚀 My Digital Toolbox (aka What I Play With)

Here’s a peek into my favorite toys and languages I get to build cool things with:

  • Code Wizardry: PHP, JS/TS, Golang, Ruby, Python (yep, I speak a few!)
  • Data Whisperer: PostgreSQL, MySQL, MongoDB, Redis, and many more (because data's gotta live somewhere, right?)
  • Project Juggler: Agile (my spirit animal), JIRA, Confluence, Trello, Asana (keeping chaos at bay!)
  • Team Captain & Strategist: Planning epic quests, budgeting gold coins, and wrangling awesome people (it's more fun than it sounds!)

✨ My Brain Trust (Who Inspires Me)

"The Best" is totally like, your opinion, man. But these GitHub legends and their work seriously blow my mind when it comes to technical leadership, building incredible architectures, and rocking the community impact. I love seeing how they cook up awesome digital products and lead their tech armies:

  • Taylor Otwell: The mastermind behind Laravel. If you're into elegant PHP and developer happiness, he's your guru. His work is a masterclass in building massive ecosystems and making developers' lives easier. Total inspiration for my PHP skills and leading product dreams!
  • Andrej Karpathy: Once a top AI brain at Tesla and a founding legend at OpenAI. Andrej is famous for his groundbreaking research and the way he makes super complex deep learning stuff actually make sense. His open-source projects and clear explanations are golden for anyone trying to build or strategize with AI.

Seriously, peeking into the profiles of these rockstar contributors and thought leaders is like getting a cheat sheet for leveling up your own game, building epic communities, and leading like a boss. 🤓


🤝 Let's Chat! (I'm Friendly, Promise!)

Always down to brainstorm wild ideas, kick off cool collaborations, or just geek out with fellow tech enthusiasts. Don't be shy!


Pinned Loading

  1. idn-area Public

    Complete Indonesian administrative area data package for Laravel 8-12. Provinces, regencies, districts, villages & islands.

    PHP 1

  2. zcrudgen Public

    A powerful Laravel package that generates fully-functional CRUD APIs following service-repository pattern, with support for OpenAPI documentation, AI-powered logic, and advanced filtering.

    PHP 1

  3. eloquent-database-encryption Public

    PHP

  4. postgres rename duplicates.sql
    1
    update workgroups
    2
    set name = workgroups.name || ' (' || d.rnk::text || ')'
    3
    from (select id, row_number() over (partition by name order by updater_txn_id, id) as rnk from workgroups) d
    4
    where workgroups.id = d.id and d.rnk > 1