Skip to content
View JhonatanGarcia92's full-sized avatar
:electron:
@tot.system
:electron:
@tot.system

Organizations

@Brothers-Group

Block or report JhonatanGarcia92

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

Hi there 👋

👨‍💻 Jhonatan Garcia

GitHub Streak Anurag's GitHub stats

Access my Linkedin or Instagram, you know more about me.😄

Github Badge Linkedin Badge DEV Badge Whatsapp Badge Gmail Badge

🔭 Skills:

Front-End and Back-End Technologies:

JavaScript TypeScript Vue.js PHP Laravel Ruby Ruby on Rails Nodejs NestJS

Databases Technologies:

MySQL PostgresSQL MicrosoftSQLServer Redis

Cloud Technologies:

Heroku Amazon AWS Google Cloud

Devops/Tools Technologies:

Docker Git Yarn Linux Mac OS

Pinned Loading

  1. laravel-8-clean-architecture-example laravel-8-clean-architecture-example Public

    Forked from nickalcala/laravel-8-clean-architecture-example

    Laravel 8 Clean Architecture

    PHP 1

  2. beginner-developer-guide beginner-developer-guide Public

    From Developer to new developers

    3

  3. aws_ec2_user_data aws_ec2_user_data Public

    Shell 1

  4. aws_waf_geolocation_restrict aws_waf_geolocation_restrict
    1
    Blocking all requests except from Brazil
    2
    
                  
    3
    ```
    4
    {
    5
      "Name": "GeolocationRestriction",
  5. laravel-swoole laravel-swoole Public

    Forked from swooletw/laravel-swoole

    High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.

    PHP 1

  6. AWS Lambda function to stop/start EC... AWS Lambda function to stop/start ECS (tasks) and AutoScaling from parameters
    1
    Cloud Watch Rule constant JSON example:
    2
    ```{"action":"stop","cluster":"my-cluster","service":"my-cluster-service","autoscaling":"auto-scaling-group-name"}```
    3
    ```
    4
    import boto3
    5