Skip to content
View JaguarJack's full-sized avatar
😶‍🌫️
I may be slow to respond.
😶‍🌫️
I may be slow to respond.
Block or Report

Block or report JaguarJack

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

Hi I‘m JaguarJack👋

package about

type SoftwareEngineer struct {

	Position string

	Email string

	Skills []string

	Learning string

	Tools []string

	CurrentFocus string

	Company string
}

func main()  {

	var Me SoftwareEngineer

	Me.Position = "Back-end development engineer"

	Me.Email = "njphper@gmail.com"

	Me.Skills = []string{ "PHP", "Laravel", "Mysql", "Css", "Javascript", "Docker", "GO", "Redis", "Nginx" }

	Me.Learning = "K8s"

	Me.Tools = []string{ "PHPStorm", "Vscode", "Datagrip", "typora", "v2ray", "transmit", "termius", "Goland" }

	Me.CurrentFocus = "https://github.com/JaguarJack/catch-admin"

}

Pinned

  1. catch-admin catch-admin Public

    CatchAdmin是一个基于对Laravel和Element Plus进行二次开发的后台管理系统。CatchAdmin仍然采用传统的前后端分离策略,其中Laravel框架仅用作Api输出。通过这种设计,成功将管理系统模块之间的耦合降至最低。

    PHP 657 112

  2. catch-admin-vue catch-admin-vue Public

    catchAdmin vue 版本

    Vue 144 66

  3. migration-generator migration-generator Public

    如果你还未使用或者正想使用数据库迁移功能,但又不并不想自己写迁移文件的话,这个工具可以很好的帮助实现文件迁移, 目前提供了 Laravel5.5+ 和 Thinkphp6+ 的迁移文件的生成。If you haven't used or want to use the database migration function, but don't want to write the migra…

    PHP 94 15

  4. catch-admin/catchadmin-laravel catch-admin/catchadmin-laravel Public

    catchadmin for laravel

    PHP 13 3

  5. catch-laravel-modules catch-laravel-modules Public

    catch-laravel-modules

    PHP 1 1

  6. thinkphp-permission thinkphp-permission Public

    thinkphp5.1+ rbac

    PHP 5 3