Skip to content
View banago's full-sized avatar
Block or Report

Block or report banago

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
banago/README.md

👋 Hi there, I'm Baki

I'm a full-stack WordPress engineer with extensive experience in the WordPress platform and deep expertise in PHP, JavaScript and Linux servers.

I am proficient in developing state-of-the-art themes and feature-rich plugins, fully embracing the new paradigm of developing Gutenberg blocks with React.js.

I thrive in collaborative environments and foster positive relationships with superiors and subordinates. I love mentoring fellow team members and leading my team to new technical heights and better products.

With a get-things-done attitude, I always strive to find elegant solutions to complex problems. My commitment to excellence and dedication to delivering results set me apart in the field.

🖥 Skills

  • WordPress Theme Development
  • WordPress Plugin Development
  • PHP/Laravel App Development
  • CLI App Development
  • Web Server Setup

⚙️ Tech Stack

Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap

📊 GitHub Stats:

banago banago

Pinned Loading

  1. PHPloy PHPloy Public

    PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.

    PHP 1.4k 196

  2. simple-php-website simple-php-website Public

    An introductory example of how to build a simple and minimal website built with PHP.

    HTML 283 711

  3. curated-posts curated-posts Public

    Create lists of curated posts that you can show anywhere on your site.

    PHP 1 1

  4. base base Public

    A developer-friendly WordPress base theme.

    PHP 8 3

  5. Stickr.js Stickr.js Public

    Contained Sticky Scrolling jQuery Plugin

    JavaScript 28 14

  6. Infinite next and previous post loop... Infinite next and previous post looping in WordPress
    1
    <?php 
    2
    /**
    3
     *  Infinite next and previous post looping in WordPress
    4
     */
    5
    if( get_adjacent_post(false, '', true) ) {