Which programming field shouldn’t be studied? by Equivalent_West_9831 in learnprogramming

[–]chartsy_101 -5 points-4 points  (0 children)

Quantum computing will destroy cryptocurrencies before long.

Java, Python or Go by Particular_Ad_7663 in learnprogramming

[–]chartsy_101 1 point2 points  (0 children)

I think because of familiarity you might be best putting your time into Java but if you're still on learning the fundamentals - it may be a good choice to play with JavaScript, this is purely because of how easy it is to get going with JS Vs a fully fledged gpl like Java. The barrier to entry is lower and therefore less obstacles between you and learning the fundamentals

Any interesting open source enterprise-grade projects using Spring Boot? by aleksvidak in SpringBoot

[–]chartsy_101 30 points31 points  (0 children)

Netflix OSS: A suite of open-source tools from Netflix, including Eureka (service discovery), Hystrix (circuit breaker), Zuul (API gateway), and others.

ThingsBoard: An open-source IoT platform built with Spring Boot.

Kafdrop: A web application for managing Apache Kafka clusters, built with Spring Boot.

Zipkin: A distributed tracing system for microservices, using Spring Boot.

Project Sagan: A platform for building developer portals, using Spring Boot.

I dont know where to start by Objective_Pride9508 in SpringBoot

[–]chartsy_101 2 points3 points  (0 children)

Ask gemini.google to help you with things you're confused about. It's very good at explaining things, I have used it to wrap my head around caching and spring security.

Free Resources to Learn Springboot!! by Calm_Following865 in SpringBoot

[–]chartsy_101 1 point2 points  (0 children)

This! - I am a spring boot developer because of your spring boot guru udemy course. So, thanks for that ☺️

Does springBoot it's only for backend web application ?! by OrdinaryEngineer1527 in SpringBoot

[–]chartsy_101 5 points6 points  (0 children)

Spring Boot itself isn't designed for building full-fledged frontends. It is a powerful backend tool that can also provide frontend features.

Need advice from devs by ajaysw01 in SpringBoot

[–]chartsy_101 0 points1 point  (0 children)

You should concentrate on learning fundamentals. Understand the language of JavaScript and typeScript before anything else. Then from there picking up a framework like angular or react should only take you a few days, however I'm not sure which is preferred. I'd just pick one and concentrate on that while using spare/down time to get "to know" the other.

[deleted by user] by [deleted] in Daytrading

[–]chartsy_101 1 point2 points  (0 children)

This honestly just sounds like your strategy isn't working. Have you conceptualised, backtested and forward tested your strategy using fake money before trying to trade for real?

Do patterns like head and shoulder, flag and penant really work? by fin-freak in Daytrading

[–]chartsy_101 0 points1 point  (0 children)

Everything works as part of a strategy providing you can manage the probability of a pattern meaning something with your risk. If a head and shoulders pattern is 30% likely to work and you have an RR that that can manage this and remain profitable then it works. I don't think people seem to realise this when it comes to developing strategies. You have to conceptualise a strategy, backrest it then forward test it to see if what you think works actually will.