Skip to content
View sandeepnk's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing
  • Bangalore

Block or report sandeepnk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. system-design-primer system-design-primer Public

    Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    Python

  2. awesome-low-level-design awesome-low-level-design Public

    Forked from ashishps1/awesome-low-level-design

    Learn Low Level Design (LLD) and prepare for interviews using free resources.

    Java 1

  3. leetcode-company-wise-problems leetcode-company-wise-problems Public

    Forked from liquidslr/interview-company-wise-problems

    Lists of company wise questions available on leetcode premium. Every csv file in the companies directory corresponds to a list of questions on leetcode for a specific company based on the leetcode …

    1

  4. Spring Boot Cheatsheet Spring Boot Cheatsheet
    1
    // Enable component-scanning and auto-configuration with @SpringBootApplication Annotation
    2
    // It combines @Configuration + @ComponentScan + @EnableAutoConfiguration
    3
    @SpringBootApplication
    4
    public class FooApplication {
    5
      public static void main(String[] args) {
  5. must-read-resources-for-java-developers must-read-resources-for-java-developers Public

    Forked from shekhargulati/must-read-resources-for-java-developers