Best of Spring Framework2021

  1. 1
    Article
    Avatar of hashnodeHashnode·5y

    How to use Google as a Software Engineer

    If you're just starting out your career as a Software Engineer or you have several years of experience, there are many aspects in which you need to gain proficiency. In this article, I'll be covering some key tips and tricks that can help you in becoming a proficient Google Search user and getting the information you need as soon as possible.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Spring Boot Architecture

    Spring Boot is a more user-friendly version of the Spring Framework. With Spring Boot, you can create autonomous and easy to run applications. Spring Boot Architecture has four layers: Presentation Layer, Business Layer, Persistence Layer and Database layer. Spring Initializr will generate the application for you in an instant.

  3. 3
    Article
    Avatar of dzDZone·5y

    20 Java and Programming Quotes to Motivate Yourself

  4. 4
    Article
    Avatar of phProduct Hunt·5y

    Bootify — Create advanced Spring Boot apps

    With Bootify you can create your next Spring Boot application with custom database and REST API. 1) Define your project setup. 2) Create your entities and relations. 3) Explore and download your code. 4) Embed and collect your code with Bootify.

  5. 5
    Article
    Avatar of infoqInfoQ·5y

    Netflix Open Sources Their Domain Graph Service Framework: GraphQL for Spring Boot

    The InfoQ eMag: Architectures You’ve Always Wondered About is a curated collection of some of the highlights over the past year. Live Webinar and Q&A - Optimizing your CI/CD Pipeline with Shift-Left Enterprise Observability (Live Webinar Nov 10th, 2021)

  6. 6
    Article
    Avatar of dzDZone·5y

    Tips Every Spring Boot Developer Should Know

    Using @ModelAttribute Annotation can be used to map request parameters to a Java object. When Using Feign Client, Use @ Controlleradvice To Handle All the Unhandled Feignexception’s. Use @DataJpaTest to start JPA components and Repository beans and use @Import to load the service class itself.

  7. 7
    Article
    Avatar of devdojoDevDojo·5y

    Node JS vs Spring Boot

    Node.js and Spring Boot are server-side technologies that are instrumental in efficiently powering the business. In this article, we will see a detailed comparison between the two technologies. Your could expect Spring Boot and Node JS questions often in the interviews. Find the full list of questions on InterviewBit.

  8. 8
    Article
    Avatar of netflixNetflix TechBlog·5y

    Open Sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot

    Netflix has developed a Domain Graph Service (DGS) framework and it is now open source. The DGS framework simplifies the implementation of GraphQL, both for standalone and federated GraphQL services. The key features of the DGS Framework include annotation-based Spring Boot programming model.