Best of JavaJanuary 2022

  1. 1
    Article
    Avatar of btrprogBetter Programming·4y

    SOLID Principles With (almost) Real-Life Examples in Java

    Each class should have only one sole purpose, and not be filled with excessive functionality. Open-Closed Principle Classes should be open for extension, closed for modification. Interface Segregation Principle Interfaces should not force classes to implement what they can’t do. Dependency Inversion Principle Components should depend on abstractions, not on concretions.

  2. 2
    Article
    Avatar of jetbrainsJetBrains·4y

    Once a Developer, Always a Developer

    Alina Komissarova, Coordinator of JetBrains Educational Projects interviewed her fellow Siberian Tagir Valeev, Java Tech Lead in IntelliJ IDEA. They talked about what life and work are like for someone who feels the never-ceasing drive to develop and share his knowledge.

  3. 3
    Article
    Avatar of dzDZone·4y

    Node.js vs Java: Which is Best for Your Business in 2022

    Node.js and Java, both technologies are powerful for the back-end but which one is the best? Which is the most relevant for web development? All of your questions will get their answers in this article.Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Java is open-source, secure, highly stable, and flexible.

  4. 4
    Article
    Avatar of medium_jsMedium·4y

    Thinking in TypeScript: for the Eager Java Developer

    JavaScript has been the most popular programming language for the past nine years. Java has been my go-to language ever since I fell in love with it about 9 years ago. With TypeScript it is easy to simply set up your system and start working on the logic (read coding) that matters most while solving problems.

  5. 5
    Article
    Avatar of devdojoDevDojo·4y

    5 programming languages that can make it big in 2022

    Programming languages are the foundation of all technical advancements. You should begin by mastering one language and gaining a strong command of it. Then you can move on to the next one, and so on. The domain in which you are interested determines whether or not you should learn a language.

  6. 6
    Article
    Avatar of devgeniusDev Genius·4y

    SpringBoot or Quarkus: Which framework is best for your project?

    Quarkus is a Kubernetes native Java framework for developing small artifacts. Spring Boot is an effective platform for serverless and cloud-native environments. Quarkus adopts the container first approach. This approach is optimized for low memory usage and fast startup times in areas like build time metadata processing.