Skip to content
View srafiqdotcom's full-sized avatar

Block or report srafiqdotcom

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

Hello there

I am Shahid Rafiq, a Senior Full Stack Developer specializing in backend technologies such as Core PHP, Laravel, CodeIgniter, MySQL, and various AWS services. With over 10 years of experience, I have built a reputation for developing large-scale APIs and achieving customer satisfaction rates as high as 95%, while also optimizing server resource utilization.

My deployments on AWS not only guarantee high availability but are streamlined through CI/CD pipelines, including Jenkins integration, which demonstrates my comprehensive understanding of full software development life cycles. My skill set also extends to proficient project and team management, always focused on meeting deadlines and prioritizing feature implementations effectively, ensuring smooth development operations.

I take pride in turning complex requirements into solutions that are easy to maintain and scale. I have a strong grasp of requirement engineering and creating clear, detailed technical documentation that helps make everything more transparent and easier to manage in the long run. Besides development, I enjoy sharing my knowledge through articles and guides, especially on cutting-edge technologies that aren’t well supported yet and have less competition. This ongoing research helps me stay current with the latest advancements and come up with fresh, innovative ideas.

For collaboration or more detailed insights into my professional background, feel free to schedule a meeting via Calendly.

My Website  Linkedin Badge

Gmail Badge  GitHub abd-wazzan 

<?php

namespace Rafiq;

class Shahid extends Developer
{
    public function getDailyTechnologies(): array
    {
        return [
            Php::class,
            Python::class,
            Laravel::class,
            CodeIgniter::class,
            MySql::class,
            VueJs::class,
            ReactJs::class,
            AngularJs::class,
        ];
    }

    public function getCurrentReading(): string
    {
        return 'Designing Data-Intensive Applications';
    }

    public function getSkills(): array
    {
        return [
            'PHP', 'Python', 'CodeIgniter', 'Laravel', 'Yii2', 'Phalcon',
            'MySQL', 'Vue.js', 'React.js', 'Angular.js', 'jQuery', 'Onsen UI',
            'LAMP Stack', 'AWS S3', 'Smarty', 'MongoDB', 'ElasticSearch',
            'OpenCart', 'Selenium', 'Unit Testing', 'Automation Testing', 
            'Pyro CMS', 'DevOps', 'Jenkins CI/CD', 'AWS Lambda', 'AWS Glue',
            'AWS Playground', 'Docker', 'TDD', 'DDD', 'Pest', 'VPS Hosting', 
            'Jira', 'SRS', 'Adobe XD'
        ];
    }

    public function getGoal(): string
    {
        return 'Write code that is as captivating and enjoyable for me to read as it is for other developers.';
    }

    public function getUsefulQuote(): string
    {
        return 'I don't know who said this, but I believe it:
                Comments can lie, but code never does! So, write your code well, and debug even better!';
    }
}

⚡ Technologies

     NestJS                                              Markdown  Apache 

💻 Tools:

PhpStorm  Postman  Insomnia HeidiSQL MySQL Workbench Docker  Jira  Trello  Todoist  Gitbucket  Gitlab  Ubuntu  Windows  Chrome  Google Drive  Confluence      GitHub  Linux 

Thanks for stopping by my profile!

                                                                                                dddddddd
   SSSSSSSSSSSSSSS hhhhhhh                              hhhhhhh               iiii              d::::::d
 SS:::::::::::::::Sh:::::h                              h:::::h              i::::i             d::::::d
S:::::SSSSSS::::::Sh:::::h                              h:::::h               iiii              d::::::d
S:::::S     SSSSSSSh:::::h                              h:::::h                                 d:::::d 
S:::::S             h::::h hhhhh         aaaaaaaaaaaaa   h::::h hhhhh       iiiiiii     ddddddddd:::::d 
S:::::S             h::::hh:::::hhh      a::::::::::::a  h::::hh:::::hhh    i:::::i   dd::::::::::::::d 
 S::::SSSS          h::::::::::::::hh    aaaaaaaaa:::::a h::::::::::::::hh   i::::i  d::::::::::::::::d 
  SS::::::SSSSS     h:::::::hhh::::::h            a::::a h:::::::hhh::::::h  i::::i d:::::::ddddd:::::d 
    SSS::::::::SS   h::::::h   h::::::h    aaaaaaa:::::a h::::::h   h::::::h i::::i d::::::d    d:::::d 
       SSSSSS::::S  h:::::h     h:::::h  aa::::::::::::a h:::::h     h:::::h i::::i d:::::d     d:::::d 
            S:::::S h:::::h     h:::::h a::::aaaa::::::a h:::::h     h:::::h i::::i d:::::d     d:::::d 
            S:::::S h:::::h     h:::::ha::::a    a:::::a h:::::h     h:::::h i::::i d:::::d     d:::::d 
SSSSSSS     S:::::S h:::::h     h:::::ha::::a    a:::::a h:::::h     h:::::hi::::::id::::::ddddd::::::dd
S::::::SSSSSS:::::S h:::::h     h:::::ha:::::aaaa::::::a h:::::h     h:::::hi::::::i d:::::::::::::::::d
S:::::::::::::::SS  h:::::h     h:::::h a::::::::::aa:::ah:::::h     h:::::hi::::::i  d:::::::::ddd::::d
 SSSSSSSSSSSSSSS    hhhhhhh     hhhhhhh  aaaaaaaaaa  aaaahhhhhhh     hhhhhhhiiiiiiii   ddddddddd   ddddd
                                                                                                        

Popular repositories Loading

  1. pushnotification pushnotification Public

    POC/ Demo : Apple Push Notifications and Silent Notifications using p8 File PHP

    PHP 5

  2. lumen-boilerplate-api lumen-boilerplate-api Public

    A high-performance, scalable API boilerplate built with Lumen, optimized for microservices and lightweight applications. This boilerplate follows clean architecture principles, implements the repos…

    PHP 1

  3. gitApp gitApp Public

    Git Hub application

    PHP

  4. srafiqdotcom srafiqdotcom Public

    <?php define('whoami','my introduction'); echo whoami; ?>

  5. calories-scanner calories-scanner Public

    I developed this tool using advanced image recognition and the FoodData Central API to scan food items and instantly provide calorie and nutrient information, helping users make informed dietary d…

  6. Laravel-Passport-Boilerplate Laravel-Passport-Boilerplate Public

    Laravel 12.0 Boilerplate | Laravel Passport

    PHP