Forwarded from a a
GitHub
GitHub - bradtraversy/design-resources-for-developers: Curated list of design and UI resources from stock photos, web templates…
Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more - bradtraversy/design-resources-for-developers
Forwarded from a a
一个十分值得以看的库:NodeJS最佳实践列表
https://github.com/goldbergyoni/nodebestpractices/blob/master/README.chinese.md
https://github.com/goldbergyoni/nodebestpractices/blob/master/README.chinese.md
GitHub
nodebestpractices/README.chinese.md at master · goldbergyoni/nodebestpractices
:white_check_mark: The Node.js best practices list (July 2024) - goldbergyoni/nodebestpractices
Forwarded from a a
一个运行在node上的快速、极简的web框架
真的是一个特别优秀的开源项目!哪怕你不用这个框架,也可以学习一下它里面的思想和架构,很多项目都受到Express的启发。
https://github.com/expressjs/express
真的是一个特别优秀的开源项目!哪怕你不用这个框架,也可以学习一下它里面的思想和架构,很多项目都受到Express的启发。
https://github.com/expressjs/express
GitHub
GitHub - expressjs/express: Fast, unopinionated, minimalist web framework for node.
Fast, unopinionated, minimalist web framework for node. - expressjs/express
Forwarded from a a
一套用PHP写的安全评估合集,包含了在安全评估使用到的大部分工具。
https://github.com/danielmiessler/SecLists
https://github.com/danielmiessler/SecLists
GitHub
GitHub - danielmiessler/SecLists: SecLists is the security tester's companion. It's a collection of multiple types of lists used…
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, pas...
Forwarded from a a
Fiber是一个受Express启发的web框架,它建立在最快的HTTP引擎Fasthttp之上。(Go语言)
https://github.com/gofiber/fiber
https://github.com/gofiber/fiber
GitHub
GitHub - gofiber/fiber: ⚡️ Express inspired web framework written in Go
⚡️ Express inspired web framework written in Go. Contribute to gofiber/fiber development by creating an account on GitHub.
Forwarded from a a
科技公司面试手册
维护这个项目的人里,有很多本身就在公司里做招聘工作,他们不仅仅懂技术,而且还懂求职招聘,所以想找工作的朋友可以研究一下。
https://github.com/yangshun/tech-interview-handbook
维护这个项目的人里,有很多本身就在公司里做招聘工作,他们不仅仅懂技术,而且还懂求职招聘,所以想找工作的朋友可以研究一下。
https://github.com/yangshun/tech-interview-handbook
Forwarded from a a
使用各种前端和后端的框架,复刻一个Medium.com,前端和后端可以两两任意搭配,因为它们都遵循同一个API规范。
从这个库也可以大概看得出目前的主流web框架有哪些。
https://github.com/gothinkster/realworld
从这个库也可以大概看得出目前的主流web框架有哪些。
https://github.com/gothinkster/realworld
Forwarded from a a
一个开源的、强大的、Restful风格的搜索引擎。
(太多项目用它作为搜索引擎了,包括我们熟知的微信,Elasticsearch的性能得到多方验证,请放心使用。)
https://github.com/elastic/elasticsearch
(太多项目用它作为搜索引擎了,包括我们熟知的微信,Elasticsearch的性能得到多方验证,请放心使用。)
https://github.com/elastic/elasticsearch
GitHub
GitHub - elastic/elasticsearch: Free and Open Source, Distributed, RESTful Search Engine
Free and Open Source, Distributed, RESTful Search Engine - elastic/elasticsearch
Forwarded from a a
一个运行在Android上的轻量级流媒体客户端
功能:看Youtube视频、搜索视频、搜索频道、下载视频、下载音频、查看历史、本地播放、展示评论......
该客户端还支持1080p/2K/4K播放。
目前主要是用于观看Youtube上的视频,未来还会支持其他平台。
https://github.com/TeamNewPipe/NewPipe
功能:看Youtube视频、搜索视频、搜索频道、下载视频、下载音频、查看历史、本地播放、展示评论......
该客户端还支持1080p/2K/4K播放。
目前主要是用于观看Youtube上的视频,未来还会支持其他平台。
https://github.com/TeamNewPipe/NewPipe
Nat可以完全替代“ls”命令,并且对“ls”做了一些改进,主要在于改进了区分文件的展示颜色,同时还有一个容易使用的文件搜索功能。
目前可以在macOS和linux上安装。
目前可以在macOS和linux上安装。