R1D30 SalesForce Explorer
For Day 30 I kept going on my SalesForce kick and worked through some more of the trailhead modules. I am happy to report that I have achieved the rank of Explorer.
I’m really impressed by the Apex ecosystem and tooling. I went through some trainings on the basics of the differences between the various things that you can do in SalesForce development.
- Apex - Java like code that you can do pretty much anything with.
- Lightning - Reusable components (like react) that help you make stuff in the UI
- VisualForce - ColdFusion? like development that lets you create entire pages within salesforce.
- Formulas - excel like functions that let you do calculations and validation
- Process Builder - an amazing tool that lets you create complex business process workflows.
The most impressive thing for me is how much importance SalesForce places on the testing process. For example, without 75% code coverage of your custom Apex classes you cannot ship a module to production. I assume that a lot of peoples first development experiences come from poking around into some of the more advanced functions of SalesForce. This test driven approach is a great best practice and instills good values into people who do not come from a “traditional” development background.
I hope to wrap up the beginning developer trail on Trailhead this week so I can start solving some of the real world problems that we are currently facing.
Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.
Check out some more stuff to read down below.
Most popular posts this month
- SQLite DB Migrations with PRAGMA user_version
- My Custom Miniflux CSS Theme
- 2024
- 2023
- Ladybird on Debian Stable
Recent Favorite Blog Posts
This is a collection of the last 8 posts that I bookmarked.
- Pluralistic: AI "journalists" prove that media bosses don't give a shit (11 Mar 2026) from Pluralistic: Daily links from Cory Doctorow
- Avi Alkalay: Uniqlo T-Shirt Bash Script Easter Egg from Fedora People
- Offline 23 hours a day from Derek Sivers blog
- Pluralistic: California can stop Larry Ellison from buying Warners (28 Feb 2026) from Pluralistic: Daily links from Cory Doctorow
- On Alliances from Smashing Frames
- Acting ethically in an imperfect world from Smashing Frames
- Diffusion of Responsibility from Smashing Frames
- My AI Adoption Journey from Mitchell Hashimoto
Articles from blogs I follow around the net
Experimenting with Starlette 1.0 with Claude skills
Starlette 1.0 is out! This is a really big deal. I think Starlette may be the Python framework with the most usage compared to its relatively low brand recognition because Starlette is the foundation of FastAPI, which has attracted a huge amount of buzz t…
via Simon Willison's Weblog: Entries March 22, 2026Speeding Up Django Startup Times with Lazy Imports
At Fancer we are building the security suite for startups. Startups use a lot of SaaS tools and services which means we are building a lot of integrations. Most of these go through API calls but we also try to leverage SDKs to make our lives a little bit …
via Anže's Blog March 22, 2026USR stablecoin depegs in $24 million exploit
The Resolv USD stablecoin, also known as USR, lost its intended dollar peg and dropped to around $0.14 after an exploiter was able to mint and sell tens of millions of unbacked tokens. USR is an asset-backed stablecoin that uses cryp…
via Web3 is Going Just Great March 22, 2026Generated by openring