Skip to content
View DragonLiParadise's full-sized avatar
Block or Report

Block or report DragonLiParadise

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

Hi there 👋

My name is Dragon.Li, 27 years old a software developer engineer. I'm from China 🇨🇳, living in chengdu.


My main professional skills are as follows:

  • Proven software development experience in PHP and Golang.
  • Understanding of open source projects like Laravel, Symfony, Gin, etc
  • Good knowledge of relational databases, version control tools and of developing web services
  • Passion for best design and coding practices and a desire to develop new bold ideas

Languages & Frameworks & Tools & Abilities

Php   Go   TypeScript   NodeJs   MySQL   Git   Redis  

Popular repositories

  1. nodebestpractices nodebestpractices Public

    Forked from goldbergyoni/nodebestpractices

    ✅ The Node.js best practices list (August 2022)

    JavaScript

  2. DragonLiParadise DragonLiParadise Public

    Config files for my GitHub profile.

  3. core core Public

    Forked from adonisjs/core

    🚀 The Node.js Framework highly focused on developer ergonomics, stability and confidence

    TypeScript

  4. Notification Notification Public

    In addition to supporting sending email, `Notification` also supports sending notifications through a variety of channels, including email, SMS (via Vonage, formerly Nexmo) and Slack. In addition, …

  5. Mail Mail Public

    发送邮件并不复杂。Laravel 基于 Symfony Mailer 组件提供了一个简洁、简单的邮件 API。Laravel 和 Symfony 为 Mailer SMTP 、Mailgun 、Postmark 、 Amazon SES 、 及 sendmail (发送邮件的方式)提供驱动,允许你通过本地或者云服务来快速发送邮件。

  6. Queue Queue Public

    在构建 Web 应用程序时,你可能需要执行一些任务(例如解析和存储上传的 CSV 文件),但这些任务在典型的 Web 请求中花费的时间太长。幸运的是,Laravel 允许你轻松地创建可在后台排队处理的任务作业。通过将耗时的任务移到队列中,你的应用程序可以以超快的速度响应 Web 请求,并为客户提供更好的用户体验。