Skip to content
View azhar25git's full-sized avatar
πŸ’»
Coding is life
πŸ’»
Coding is life

Block or report azhar25git

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

Hi πŸ‘‹, I'm Azhar

Skilled Programmer: Crafting Exceptional Web Apps

  • πŸ”­ I’m currently working for Scopic and dealing with full-stack of several SaaS products

  • πŸ’¬ Ask me about Laravel, PHP, Databases, React, Vue

  • πŸ“„ Know about my experiences https://www.linkedin.com/in/azhar-uddin-sunny/

Projects that I have built:

i. Laravel, Vue

a. Sender.net (https://www.sender.net/) - Microservices stack with Laravel, Vue, Mysql, Postgresql, Clickhouse

b. NorthWest Career College (https://docs.northwestcareercollege.edu) - Edutech portal with several backoffice services including Laravel, Vue JS based backoffice portal

c. Sipay (https://sipay.com.tr/) - Fintech e-wallet SaaS on Laravel Livewire Vue

ii. CRMs

a. PerfumeForYou (https://parfumforyou.nl/) - Magento to first OpenCart then finally WordPress site conversion

b. Sundora (https://sundora.com.bd/) - OpenCart to Shopify, Python Wagtail Django conversion

c. Ekushey Patrika (https://www.ekusheypatrika.com/) - A News Portal on WordPress

d. David Francis Furniture (https://davidfrancisfurniture.com/) - Ecommerce site on Shopify and customized JS

Connect with me:

techygist azhar-uddin-sunny 8135271 azhar_hackr azhar25git

Languages and Tools:

aws babel bash bootstrap css3 docker electron figma git html5 javascript laravel linux mariadb mongodb mysql nextjs nginx nodejs postgresql python rabbitMQ react reactnative redis redux sass sqlite symfony vuejs vuetify webpack zapier

azhar25git

azhar25git

azhar25git

Pinned Loading

  1. Deploy your site with git (UPDATED: ... Deploy your site with git (UPDATED: August 2020)
    1
    # Deploy your site with git
    2
    
                  
    3
    This gist assumes:
    4
    
                  
    5
    * you have a local git repo
  2. Upload to your Google Drive via PHP ... Upload to your Google Drive via PHP Script
    1
    <?php
    2
    // error_reporting( E_ALL );
    3
    // you need to get Google OAuth Client Package with this command: composer require google/apiclient:"^2.0"
    4
    require __DIR__ . '/vendor/autoload.php';
    5
    
                  
  3. imageresizer imageresizer Public

    Resize images with PHP on the go

    PHP

  4. press_enter_to_filter_oc3 press_enter_to_filter_oc3 Public

    An OpenCart extension which makes the "ENTER" key to trigger filter.

    1 4

  5. image_manager_oc3 image_manager_oc3 Public

    OpenCart 3 image manager enhancement

    1 5

  6. Ubuntu php development environment Ubuntu php development environment
    1
    #Introduction
    2
    If you're a php developer on ubuntu, there comes the time where you have to install/reinstall your system.
    3
    I did it already a few times and i decided to write down the steps for a typical web developer stack with php.
    4
    This is for a developer machine and not for a live environment!
    5