Coming to Java from C#. What do I need to know?

This page summarizes the projects mentioned and recommended in the original post on /r/learnjava

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Internship

    Discontinued A simple eCommerce💲web app I made during my internship at SPIE.

  • For web apps I would suggest Spring Boot. Dependency injections are handled by Maven, which is your build tool, for configuration you have the application.properties file which can be renamed to any other configuration file extension such as yml so you are not limited to the defaults. For the projects question: In Spring Boot you would have services, repositories, API classes and controllers to access a database, get values etc. So you don't create three separate modules, just a new package with your configuration etc. and you're set. You can inspect my project for more information and understanding: https://github.com/Dummyapt/Internship

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to create a custom message/error message in Spring controller and display it in template?

    1 project | /r/learnjava | 1 Aug 2021
  • How do I add headers to a response with @ResponseBody?

    1 project | /r/learnjava | 30 Jun 2021
  • Any Spring Boot Beginner Reference Projects?

    1 project | /r/learnjava | 19 May 2023
  • Spring Cloud Gateway Combined with the Security Practice of OAuth2.0 Protocol

    2 projects | dev.to | 26 Mar 2023
  • Spring Boot JWT

    2 projects | /r/SpringBoot | 13 Apr 2022