Python Clean Code Tip:
Avoid storing things like secret keys, passwords, connection strings, and API keys inside your code.
Instead, use a secrets management solution like AWS Secrets Manager or Vault.
This prevents secrets leakage via version control
๐
JavaFX project is delayed for unknown amount of time
Now working on Java WEB Application, using Servlets, Bootstrap 4, JSP, JDBC(MySQL), Design patterns. If u are interested in it, let me know. I will post a process of development here
JAVAFX DAY 3
I have been practicing with Boxes and added a few of them. And I will add something interesting next๐๐ My programme will start working soon๐ฅณ
This is my GitHub page. All code can be found there ๐
https://t.co/r9hD27yA0R
#javafx#java#beginnerprogrammer#firstapp
@joshaustindev Yeah, it is. On Day 2 I was struggling with lambdas. Idk why the console was spitting out a lot of problems(like exception in application start method java.lang.reflect.invocationtargetexception), but when I deleted some lambdas, everything started working. I will solve it today
Day 2nd
Hi everyone! My second day of JavaFX experience is going to the end, so I want to share my emotions... I wanted to make a post earlier, but the World decided not to make me do it.
My thoughts about errors:
1. Maybe I have done logical mistakes
2. I wanted to use one object on another
3. I wanted to use one object twice with different aim (idk that this caused a problem)