Skip to content
View Harun1804's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Harun1804

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

Hi there πŸ‘‹

πŸ’« About Me:

  • πŸ”­ I’m currently working at PT. Swamedia Informatika
  • πŸ‘― I’m looking to collaborate on Backend Projects
  • 🌱 I’m currently learning Spring Boot
  • πŸ’¬ Ask me about web applications, tech, and more

🌐 Socials:

LinkedIn Facebook Instagram YouTube

πŸ’» Tech Stack:

Programming Languages

PHP TypeScript Dart JavaScript Python C#

Frontend Development

Angular Bootstrap VueJS NuxtJS

Backend Development

NodeJS ExpressJS CodeIgniter

DevOps & Deployment

Heroku Nginx Apache

Databases

MySQL MongoDB PostgreSQL

Mobile Development

Flutter

Version Control & Collaboration

GitHub GitLab Git Notion

Design Tools

Adobe XD Adobe Illustrator

API & Testing

Postman

πŸ“Š GitHub Stats:

πŸ† GitHub Trophies

πŸ” Top Contributed Repo


πŸ’° You can help me by Donating

Ko-Fi

Pinned Loading

  1. A trait for handle a simple response... A trait for handle a simple response formatter. This trait can use on service class, controller class, or etc
    1
    <?php
    2
    
                  
    3
    namespace App\Traits;
    4
    
                  
    5
    use Illuminate\Http\Exceptions\HttpResponseException;
  2. A trait for handle image / file uplo... A trait for handle image / file upload, you can use this trait on services file or controllers file or etc
    1
    <?php
    2
    
                  
    3
    namespace App\Traits;
    4
    
                  
    5
    use Illuminate\Support\Facades\Storage;
  3. Create a trait for handling the api ... Create a trait for handling the api request, the trait use on services file or controllers file or etc
    1
    <?php
    2
    
                  
    3
    namespace App\Traits;
    4
    
                  
    5
    use GuzzleHttp\Client;