function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Daniel BleasdaleDaniel Bleasdale 

What should I read and do to improve my apex ability?

This is more of a general question but I was wondering what everyone did to improve their Apex skills?

I've done Trailheads and looked online at code usage and still struggle alot.
here should I look to learn about Apex Syntax, usage and best software/pluggins to use.
Any good books or online guides that take me through A-Z.
How Apex can be used and basic must know Apex knowledge. 😊

Thankyou
Best Answer chosen by Daniel Bleasdale
bretondevbretondev
Trailhead remains the way to go because it often assumes you are a begginer.
So you've done all the Developer XXX trails from Beginner to Advanced?

A good resource to follow along is the Apex Workbook:
https://developer.salesforce.com/page/Force.com_workbook

And then obviously there is the official documentation, but obviously it is less "tutorial-minded":
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dev_guide.htm

But then if you still struggle, then the only way reeally would be to psot a new thread each time you are blocked so that someone can make you step ahead. (This is what I do°

Hope that helps