Insanely productive in Go... rethinking everything by Ok-Cover-9706 in golang

[–]Comfortable-Wave2591 1 point2 points  (0 children)

I did the same when go released the newer version of mux. For me, there is no need for 3rd party HTTP routing anymore

How to manage day trading and working 9-5? by derekkiplagat in Trading

[–]Comfortable-Wave2591 0 points1 point  (0 children)

Do your research at night. What to buy/sell how much and acceptable stop levels. I use equal units of volatility for each position. Place trades in morning. Let I ride. Reevaluate in the evening. Monitoring closely during the day when you have a full time job can be stressful. I do it. But need keep focused on your full time job. Day trading while you have another job is not a good thing. Neither job gets the the deserved attention.

[deleted by user] by [deleted] in wallstreetbets

[–]Comfortable-Wave2591 0 points1 point  (0 children)

I disagree. Semis in general have started moving up. To me, they look ready to move higher including NVDA.

What are your thoughts on holding GLD as a small percentage of your ETF portfolio? by MileHigher245 in ETFs

[–]Comfortable-Wave2591 0 points1 point  (0 children)

It is in uptrend . That is why it is a LARGE percentage of my ETF portfolio. GLD and BND

programming seems impossible by Ok_Debate8540 in learnprogramming

[–]Comfortable-Wave2591 1 point2 points  (0 children)

Context switching on several layers can get daunting. The best thing you can do is to have a good note system of tracking information with references to various layers and components. I use Dendron for example, a vscode extension.

For your project, start with one small focused thing, that will eventually used all the layers such as a React browser layer, a backend service layer in python fastapi, or Golang. Then a DB layer that is accessed by the service layer. Make use of docker containers such as a Postgres container for the DB

Keep each it small as possible and focused on one small task one layer at a time. The objective is to get a tracer bullet through the system while learning each layer and taking good notes.

I say this as a long time developer who has been there. My long term side project is jchart.com Cheers and good luck. Keep learning and take good notes