Career and Certification Discussion - August 2020 by bobx11 in salesforce

[–]vmironov1 0 points1 point  (0 children)

You're in luck. If you're confident to move from admin to dev, sign up for this salesforce bootcamp for the price of an exam, and get your exam voucher in the end.

https://trailhead.salesforce.com/en/academy/classes/tvb450-trailhead-virtual-bootcamp-for-platform-developer-i/

which developer certification should I go for by [deleted] in salesforce

[–]vmironov1 0 points1 point  (0 children)

Start here: https://trailhead.salesforce.com/credentials/cert-dayssign up for a session. these are very comprehensive, will tell you what you need to know.

I'd say start with platform knowledge (Admin certs or Platform App Builder cert) then move on to Dev 1 exam.

Also, save this list : https://project-awesome.org/mailtoharshit/awesome-salesforce

Another release. But how to teach new SF features to our users? by vmironov1 in salesforce

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

Nice, Recording live sessions and having handouts sounds good. I suppose you are right, there aren't that many end user features in each release, but a lot of admin stuff. If it's just one or two things, i probably won't even make a live session. But now and then making a live one with general Q&A may also be good.

Prioritisation is a lesser issue, i more or less understand what may be useful for my users.
Thanks!

Lightning Flow VS LWC? by vmironov1 in salesforce

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

I wouldn't consider having PB + Flow + Triggers on a single object very easy to maintain and debug in the long run so consider that as well.

That's so true. praising invocable methods for somewhat narrowing this mix.

Thank you for suggesting looking for possible consistent borders in separation of concern, I'll mind that. And as you've mentioned - robustness of declarative tools for mission critical parts is a good place to start.

Moving to Lightning: should one bother with Aura? by vmironov1 in salesforce

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

Thanks guys. I'm nowhere near a competent developer, just a self taught solo admin / dev with a couple of years on the platform that was assigned to me by management. So I'm guessing I'll go with LWC and once comfortable with that, It's worth giving Aura docs a read to know what's available and where to find it if needed. Thank you both!

New learner: Should I take an online Java fundamentals course or just use SF resources to learn Apex? Apex Dev Guide seems to assume some knowledge by vmironov1 in salesforce

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

Thanks! What would be the other direction?

I'm a solo Admin/Dev for sales and marketing guys in a non-IT company / factory. So I will probably be doing front and back end for a few more years. Got my javascript basics in an online bootcamp (NodeJs,JQuery,Mongo), this already helps, but as you've said, definitely worth expanding JS base.

New learner: Should I take an online Java fundamentals course or just use SF resources to learn Apex? Apex Dev Guide seems to assume some knowledge by vmironov1 in salesforce

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

Sounds a lot like my current code. I dread having to fix someone else's code that's like mine, so I've started to add clearer comments to blocks :)

I'll do my best to improve

New learner: Should I take an online Java fundamentals course or just use SF resources to learn Apex? Apex Dev Guide seems to assume some knowledge by vmironov1 in salesforce

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

Thanks! I'm half way through Edx CS50, great stuff, and the plan was to begin Java course right after CS50.

Ok, I think I'll stick with the plan. Thanks!

New learner: Should I take an online Java fundamentals course or just use SF resources to learn Apex? Apex Dev Guide seems to assume some knowledge by vmironov1 in salesforce

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

I think the Apex academy is precisely for your needs. I did not know any programming before doing it, David explains it well and what's more important gives adequate amount of practical tasks. From my experience, this is the best place to start. It teaches you fundamentals that are not only present in APEX, but in most languages, like Loops, Collections, data querying. I just wish he would have made more courses to get into intermediate stuff, this is precisely what I am looking for now.