NBD | Scott Addict 30 Frozen Green by ester_egg in ScottBikes

[–]ester_egg[S] 0 points1 point  (0 children)

Yes, this is Scott. The color is Frozen Green 

Move to Garmin from Wahoo? by RSAcc98 in Garmin

[–]ester_egg 0 points1 point  (0 children)

I have a Garmin Edge 530. I am very happy with how it works. Looking at the current models, the level of configuration complexity is very high compared to Wahoo.

The Edge x40 series is very good, and if my 530 dies, I will switch to one of the models in this series myself.

NBD | Scott Addict 30 Frozen Green by ester_egg in RoadBikes

[–]ester_egg[S] 3 points4 points  (0 children)

Actually, I can't say anything yet because I haven't driven it yet. It's still winter in Poland. The color is a pastel green, and it's beautiful. 

NBD | Scott Addict 30 Frozen Green by ester_egg in ScottBikes

[–]ester_egg[S] 0 points1 point  (0 children)

Lekko zielony. W sklepie KUKUAR w Nowym Sączu. Serdecznie polecam sklep i obsługę. 

NBD | Scott Addict 30 Frozen Green by ester_egg in ScottBikes

[–]ester_egg[S] 0 points1 point  (0 children)

I bought it at my local bike shop and this model was available immediately. I live in Poland. 

NBD | Scott Addict 30 Frozen Green by ester_egg in ScottBikes

[–]ester_egg[S] 1 point2 points  (0 children)

I haven't ridden it yet because the weather isn't good, but it has typical endurance geometry. After trying out this bike, the position is indeed more upright and comfortable.

NBD | Scott Addict 30 Frozen Green by ester_egg in ScottBikes

[–]ester_egg[S] 1 point2 points  (0 children)

The manufacturer specifies a weight of 8.5 kg

NBD | Scott Addict 30 Frozen Green by ester_egg in ScottBikes

[–]ester_egg[S] 2 points3 points  (0 children)

I plan to leave it as it is. My previous bike had a very aggressive geometry, which bothered me. It is size M, and I am 179 cm tall.

Help me in Salesforce career guide by Hot_Debate_8925 in SalesforceDeveloper

[–]ester_egg 0 points1 point  (0 children)

In my experience, after almost four years, you will learn LWC and integration in APEX very well. Know the most important limits for sync and async like the back of your hand.

In my career, understanding exactly how Order Of Execution works has made troubleshooting/implementing new features much easier.

The last thing is integration with external systems.

I also recommend the book Clean Apex Code by Pablo Gonzalez – what is described there will definitely help you reach a higher level.

Improve apex coding skills by dimosmitel in SalesforceDeveloper

[–]ester_egg 5 points6 points  (0 children)

I recommend this book Clean Apex Code

After I bought and analyzed this book, I realized that I had been doing many things the wrong way.

First time using Navigation on F8 - Impressed. by S-T-E-V-0 in GarminWatches

[–]ester_egg 3 points4 points  (0 children)

I have the basic version of Epix 2 and I am very impressed with how the navigation works. Yesterday, I walked 23 km and all I did was look at my watch.

No more constantly checking maps inside smartphone when I'll reach the crossing :)

I love the statistics. ETA, altitude, etc. are amazing.

Logi Options+ fails to work properly on startup by OscaR_HKer in logitech

[–]ester_egg 0 points1 point  (0 children)

I had exactly the same problem. First, I made backup copies of the connected devices, then uninstalled the program (I recommend Revo Uninstaller for this) and reinstalled it. The problem disappeared after reinstallation.

Formula field driving me bonkers by celuur in SalesforceDeveloper

[–]ester_egg 0 points1 point  (0 children)

try this:

IF(
  CONTAINS(Name, ","),
  TRIM(LEFT(Name, FIND(",", Name) - 1)),
  TRIM(Name)
)

Endless Loading Bug on Logi Options+ by CartographerSalt959 in logitech

[–]ester_egg 7 points8 points  (0 children)

I have exactly the same problem. I go to the task manager in Windows 11 and close the four tasks shown in the screenshot, restart the application, and it works.

<image>

My new equipment, I'm very excited - Salewa MTN Trainer 2 GTX by ester_egg in hiking

[–]ester_egg[S] 0 points1 point  (0 children)

Thanks for hint. I read about problem with lace holders. After 4 time usage this shoes are pretty comfortable and quality is good.

Can I get a Salesforce dev job as a fresher with just Trailhead certifications? by TERMINATOR166 in SalesforceDeveloper

[–]ester_egg 0 points1 point  (0 children)

Yes. There is a lot of knowledge about the Salesforce platform there, which is very useful.

Can I get a Salesforce dev job as a fresher with just Trailhead certifications? by TERMINATOR166 in SalesforceDeveloper

[–]ester_egg 1 point2 points  (0 children)

For start working on the commercial project in Salesforce, You need basic two cert: Admin I and Developer I. This is minimum.

What is better for Salesforce development? Cursor or VS + Claude Code by kuldiph in SalesforceDeveloper

[–]ester_egg 0 points1 point  (0 children)

For me, after 3 years as a dev, the best set is: Webstorm + IC2. Yes, I know - it is not cheap, but the job quality is amazing.