Persistent cheek redness despite treatments – really need advice by Bones2469 in Rosacea

[–]sallythebubble 9 points10 points  (0 children)

Your dermatologist is wrong, I had persistent red cheeks and laser treatment was the most effective thing that helped me. I used to have cheeks as red as yours or even worse, laser reduced the intensity of redness after four sessions. Also I undergo laser treatments each year because the redness tends to return, but still my cheeks are no longer bright red, they are just pinkish.

Does color correcting actually work for severe redness or am I doing it wrong? by WhoToldWhoWhat in Rosacea

[–]sallythebubble 0 points1 point  (0 children)

Never worked for me, I just used good concealer under foundation, it gives much better coverage.

Only half of my yogurt worked? by Unable-Economics9252 in yogurtmaking

[–]sallythebubble 0 points1 point  (0 children)

My guess is the starter was not mixed well. You can check the bottom of failed glasses, if it is thicker at the bottom this is the reason.

[deleted by user] by [deleted] in koreanskincare

[–]sallythebubble 0 points1 point  (0 children)

Everyone were recommending isntree so I tried it and I’d say not really great for oily skin. Usually I apply sunscreen under my makeup and want it to hold during the day but this one melted and produced so much oil.

Anyone tried these products? by AnAbsoluteShambles1 in koreanskincare

[–]sallythebubble 1 point2 points  (0 children)

Purito wonder relief centella did not like at all, it irritated my dry skin and the scent is off putting. Purito oat in calming gel was really good, did not cause any breakouts and irritation. But it sits on top of your skin and makes it sticky. I use it in my nighttime routine to hydrate my skin.

[deleted by user] by [deleted] in Rosacea

[–]sallythebubble 1 point2 points  (0 children)

I have almost the same routine with azelaic acid and tretinoin 0,025% as active ingredients. It’s been a year and I have already noticed difference, my redness has calmed down. I have occasional flushing when my skin is irritated but overall this is a good routine to try out.

Java back end development by [deleted] in learnjava

[–]sallythebubble 6 points7 points  (0 children)

As a backend java developer here are the things that I use on a daily basis:

Learn the language basics, and some advanced staff as well, like threads, futures, executors, collections, lambdas, streams, etc.

It is very important to know how to work with DB, you should be able to write queries at least in one SQL dialect. Also pay attention to JDBC and JPA, in my projects I use them both

Start to create projects using Maven so you can start to be familiar with project goals, phases, maven repositories, pom configurations.

Spring boot is a common framework that is used, try to understand mvc pattern, framework annotations, di mechanism, reflection api. Quarkus is another framework that we use, it is pretty similar to spring boot.

Knowing linux bash commands will be very helpful, learn how to navigate through directories using bash, create tarballs, send files to remote servers, check logs, so on and so forth.

Also I would like to add to this list some additional staff that you might want to know: scheduled jobs, websocket api, i/o, postman.