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 = "For My Work!"
}
😶🌫️
I may be slow to respond.
Pinned Loading
-
catch-admin
catch-admin PublicCatchAdmin是一个基于对Laravel和Element Plus进行二次开发的后台管理系统。CatchAdmin仍然采用传统的前后端分离策略,其中Laravel框架仅用作Api输出。通过这种设计,成功将管理系统模块之间的耦合降至最低。
-
-
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…
-
catch-admin/catchadmin-laravel
catch-admin/catchadmin-laravel Publiccatchadmin for laravel
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.