你还担心技术面试?看了这些项目之后分分让你进大厂

你还担心技术面试?看了这些项目之后分分让你进大厂

最近鹏哥在总结目前市面流行的开源项目,努力发现有价值的项目分享给大家。

项目转载自Github某一个项目的一个节点,地址:https://github.com/Snailclimb/JavaGuide

今天分享一下最近逛Github看到了一些我觉得对于Java面试以及学习有帮助的仓库,这些仓库涉及Java核心知识点整理、Java常见面试题、算法、基础知识点比如网络和操作系统等等。

知识点相关

1.JavaGuide

  • Github地址: https://github.com/Snailclimb/JavaGuide
  • star: 64.0k
  • 介绍: 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。

2.CS-Notes

  • Github 地址:https://github.com/CyC2018/CS-Notes
  • Star: 68.3k
  • 介绍: 技术面试必备基础知识、Leetcode 题解、后端面试、Java 面试、春招、秋招、操作系统、计算机网络、系统设计。

3. advanced-java

  • Github地址:https://github.com/doocs/advanced-java
  • star: 23.4k
  • 介绍: 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习。

4.JCSprout

  • Github地址:https://github.com/crossoverJie/JCSprout
  • star: 21.2k
  • 介绍: Java Core Sprout:处于萌芽阶段的 Java 核心知识库。

5.toBeTopJavaer

  • Github地址:https://github.com/hollischuang/toBeTopJavaer
  • star: 4.0 k
  • 介绍: Java工程师成神之路。

6.architect-awesome

  • Github地址:https://github.com/xingshaocheng/architect-awesome
  • star: 34.4 k
  • 介绍:后端架构师技术图谱。

7.technology-talk

  • Github地址: https://github.com/aalansehaiyang/technology-talk
  • star: 6.1k
  • 介绍: 汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识。

8.fullstack-tutorial

  • Github地址: https://github.com/frank-lam/fullstack-tutorial
  • star: 4.0k
  • 介绍: fullstack tutorial 2019,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试。

9.3y

  • Github地址:https://github.com/ZhongFuCheng3y/3y
  • star: 1.9 k
  • 介绍: Java 知识整合。

10.java-bible

  • Github地址:https://github.com/biezhi/java-bible
  • star: 2.3k
  • 介绍: 这里记录了一些技术摘要,部分文章来自网络,本项目的目的力求分享精品技术干货,以Java为主。

11.interviews

  • Github地址: https://github.com/kdn251/interviews/blob/master/README-zh-cn.md
  • star: 35.3k
  • 介绍: 软件工程技术面试个人指南(国外的一个项目,虽然有翻译版,但是不太推荐,因为很多内容并不适用于国内)。

算法相关

1.LeetCodeAnimation

  • Github 地址: https://github.com/MisterBooo/LeetCodeAnimation
  • Star: 33.4k
  • 介绍: Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)。

2.awesome-java-leetcode

  • Github地址:https://github.com/Blankj/awesome-java-leetcode
  • star: 6.1k
  • 介绍: LeetCode 上 Facebook 的面试题目。

3.leetcode

  • Github地址:https://github.com/azl397985856/leetcode
  • star: 12.0k
  • 介绍: LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)


分享到:


相關文章: