你還擔心技術面試?看了這些項目之後分分讓你進大廠

你還擔心技術面試?看了這些項目之後分分讓你進大廠

最近鵬哥在總結目前市面流行的開源項目,努力發現有價值的項目分享給大家。

項目轉載自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解題之路。)


分享到:


相關文章: