概述
工作了几年,当我有了面试官的经验之后,我发现认真准备简历和面试是非常重要的,因为毫无准备就来面试的求职者真的太多了。这篇文章我把这几年作为面试者和面试官身份的的经验給大家,希望大家可以从中学到一些面试的技巧,找到心仪的工作。大家也可以使用 求职课程 进行简历 Review 和模拟面试,这样既能节省请假面试的时间,也能根据我们的反馈改善自己面试的表现。在真实面试的时候就会更有把握。
github 搜索 stars:>10000 可以找到那些高赞的项目
996.ICU Repo for counting stars and contributing. Press F to pay respect to glorious developers.
sindresorhus/awesome 😎 Awesome lists about all kinds of interesting topics
freeCodeCamp/freeCodeCamp freeCodeCamp.org’s open-source codebase and curriculum. Learn to code for free.
github/gitignore A collection of useful .gitignore templates
public-apis A collective list of free APIs
justjavac/free-programming-books-zh_CN 📚 免费的计算机编程类中文书籍,欢迎投稿
jobbole/awesome-programming-books 经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
vuejs/vue 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
torvalds/linux Linux kernel source tree
dotnet/aspnetcore ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
花了两天时间学习,对相关的资料和问题做一点整理。Identity Server 是一个框架或者组件或者技术,包含了身份认证,接口鉴权,单点登录等功能,是一套完整的框架,而且也比较流行,比如ABP v next 框架就集成了这个。项目中使用更加安全可靠,也同时提升开发效率。