Skip to content
View banago's full-sized avatar

Block or report banago

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 web engineer with extensive experience in the WordPress platform and deep expertise in PHP, JavaScript and Linux servers.

πŸ–₯ 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 322 795

  3. curated-posts curated-posts Public

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

    PHP 2 1

  4. base base Public

    A developer-friendly WordPress base theme.

    PHP 7 3

  5. Stickr.js Stickr.js Public

    Contained Sticky Scrolling jQuery Plugin

    JavaScript 29 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) ) {