Post 12h in export
I've recorded a demo of the new version of my Amazon Connect Flow browser extension (open source). I've been enhancing and fixing bugs but mostly around: 1) Diagram improvements with connector lines fanning out/in mor...
- #AmazonConnect
- #ChromeExtension
- #AWS
- #ContactCenter
Read post
Post 21w in export
I've made some upgrades and fixes to my Salesforce Field Usage Extension. CSV export Before running a scan, it displays an estimate of how many API calls will be consumed and how much of the daily API limit remains. C...
Read post
Post 31w in export
I've updated the Salesforce Flow Extension using Claude Fable 5 before it was blocked. Here is what is new: โญ One-click AI task buttons: "Find issues", "Generate documentation", and "Suggest descriptions", each sendin...
Read post
Post 41w in export
Saying goodbye to Fable 5. But I read recently that using 2 Opus 4.8 agents together is enough to beat a single Fable 5. The way to do it would be to send a prompt to a panel of 2 or more models in parallel with the s...
Read postPost 51w in export
In case anyone haven't seen it yet, here is the experience of running a local model (Gemma 4 26B A4B QAT) using LM Studio with a web search MCP. That model is 15.6 GB on the disk and pushes the limits of a M4 Pro with...
Read post
Post 61w in export
Some are finding out the hard way... ๐น
Read post
Post 72w in export
Created a little Swift app to test the macOS Tahoe Foundation Model's capabilities. There are is a type "Generable" that lets us specify the format the model should use when responding to a prompt. It is like telling...
Read post
Post 82w in export
I was testing Grok Build, their new AI coding app/assistant. I've asked for confirmation about a behavior in the app we were building, then it surprised me with this question "I can add a feature like your other proje...
Read post
Post 92w in export
I've been experimenting with the local model (LM) that Apple made available in the macOS Tahoe. It is just less than 4Gb and if you have that OS version, it will sit there mostly unused. So I've created a CLI app that...
Read post
Post 102w in export
Interesting article from Anthoropic telling how people use Claude. The majority of times they use it for health, career, relationships and finances - areas that are relatively difficult or expensive to get professiona...
Read post
Post 112w in export
Have you checked out Moshpit's comprehensive course on Lightning Web Components yet? I've heard that Moshpit directed the curriculum but his employee Igor Kudryk is the one who built the platform and the very large nu...
Read post
Post 122w in export
Some Apex trigger gotchas (thanks to Dan Appleman's "Advanced Apex Programming in Salesforce" ๐ ) 1๏ธโฃ Formula fields are stale in before triggers In BEFORE triggers, formula fields can still show old values. The reco...
Read post
Post 133w in export
The other day I saw this table with a question like this: What is the highest normal form this "World cup results" table is in and why? By "highest normal form" it is implied BCNF (Boyce-Codd Normal Form), a rule more...
Read postPost 143w in export
Has anyone attempted to configure SCIM (System for Cross-domain Identity Management) for Salesforce Partner Community users? For regular user it should be trivial, but what about for community users who need to have a...
Read post
Post 153w in export
A lot of companies have been asking whether AI can replace middle managers. I started by looking at LLM training data. Code, Medicine, and Law appear as a dedicated category. Management does not. There is no public ev...
Read postPost 163w in export
8 suggestions for structuring code and prompts around the actual architectural limits of Transformer-based AI assistants. Also: revisiting well established software engineering principles and tools โ๏ธ๐ก Transformers h...
Read post
Post 174w in export
Google announced at its I/O 2026 keynote that their search will become more AI-driven and conversational. In plain words: without a link to click or where you have to read or skip the AI content to get the link somewh...
Read postPost 184w in export
How to avoid burning tokens needlessly These tips were validated by Claude itself. ๐ง
Read post
Post 194w in export
Now that we have AI to help, last week I've been experimenting with something I don't usually work with. This is a programmable USB device that supports Bluetooth, Zigbee, and other wireless protocols. With guidance f...
Read post
Post 201mo in export
Salesforce Email Limits Which one of these do you feel more comfortable to look at? ๐
Read post
Post 211mo in export
This is a new version of a diagram where I have tried to map all Salesforce access mechanisms spatially - not perfect, but I wanted to show it so someone can make suggestions.
Read post
Post 221mo in export
Rio Sul Tower, where I've worked for months as an intern at the client Aracruz Celulose. The project was a system for the financial department where they had a trading desk. The system recorded operations and the bala...
Read post
Post 231mo in export
Thinking of security, of Salesforce freezing VPN users and other incoming measures... "There are no solutions. There are only trade-offs" - Thomas Sowell
Read postPost 241mo in export
More thoughts regarding this change: "when a Salesforce user account is detected as connecting from anonymizing VPNs, proxies, or high-risk IP addresses โ through Connected App or API usage โ the following actions wil...
Read post
Post 251mo in export
At least one client is having an issue with this recent VPN restriction security policy. ๐ LINK: https://lnkd.in/gtuXmptR It can freeze users who are using a VPN while traveling. Sometimes not even logging in, but ap...
Read post
Post 261mo in export
If you have dozens of org aliases to remember, here is an idea!
Read post
Post 271mo in export
It is always good to ask LLMs "what are the evidences that such and such...?" Then let it do a web search and it will likely come back with revisions.
Read post
Post 281mo in export
Yesterday I had the weirdest response ever from ChatGPT. ๐ณ A truly "Wow That's Funny" moment! ๐คฏ Usually I get good images correlated to what was asked but this hallucination was wildly different. I even checked my p...
Read post
Post 291mo in export
Cool stuff: Did you know about sf autocomplete? Just run "sf autocomplete" and it will tell you the 2 steps for setting it up. Then you just have to hit TAB whenever you want to be reminded of the SF options or have i...
Read post
Post 301mo in export
Think once, store and refresh When AI work is repetitive, do not call the model every time. Call it once to generate a script, then run the script. Last week I tested this on Agentforce Vibes (AFV, Salesforce's coding...
Read post
Post 311mo in export
Database.com -> Headless 360 If you stay in IT long enough, you start noticing that nothing is ever entirely new and old things comes back in new clothes with better timing and marketing. Back in 2010, Salesforce laun...
Read post
Post 321mo in export
Compounding probability in Cybersecurity Yesterday I saw a post about the "trick" to calculate the probability of winning at least 1 game in 100 given the probability of winning a single game. I thought it could model...
Read post
Post 331mo in export
This meme about "I love Salesforce" was entirely created by AI with no input from me. ๐คฃ
Read post
Post 342mo in export
This TDX change is interesting: we can now expose @AuraEnabled methods as invocable actions for AI agents directly. There is a new SFDX option to generate an OpenAPI doc from the @AuraEnabled class. It will create a m...
Read post
Post 352mo in export
Very cool to have multiline strings and template() in Apex!
Read post
Post 362mo in export
This article lists my favorite alternatives to make Apex logic more legible and to reduce complexity and the number of tests required. Thanks to Logesh Matheswaran! ๐
Read post
Post 372mo in export
About 3 months ago I've mentioned about WITH SECURITY_ENFORCED looking like it would be deprecated. This week at TDX, it was confirmed. In the post linked below I listed some advantages of WITH USER_MODE. LINK: ๐ htt...
Read postPost 382mo in export
One thing I like when Sally ElGhoul, M.C.S. is in the audience of a call/presentation: it is almost guaranteed that she's going to ask a question no one thought of and then everyone will learn. Well deserved! ๐
Read post
Post 392mo in export
This must have been the first hint of Headless 360 back in September last year! ๐
Read post
Post 402mo in export
Every time I see posts about Headless 360, something like this image comes to mind. ๐
Read post
Post 412mo in export
This time I used Agentforce Vibes to double check roles. Gave it the task of validating a list of user roles. It wrote a SOQL query and ran it via SF CLI. It confirmed existing roles and mapped their parent hierarchy...
Read post
Post 422mo in export
Yesterday I've tried using Agentforce Vibes for a metadata change. It seems to have improved a lot since the last time I experimented it. The task was to create new list views from existing ones on Account, Lead, Cont...
Read post
Post 432mo in export
Very important points.
Read postPost 442mo in export
Yesterday I was experimenting with Claude for summarization and a script to generate PDFs from YAML files. I used it to summarize an interview with Fabio Akita - software engineer, founder of Codeminer42, and one of t...
- #AI
- #SoftwareEngineering
- #ArtificialIntelligence
- #Productivity
Read postPost 452mo in export
I highly recommend Michael as Dev/Architect!
Read post
Post 463mo in export
From March 4th to 11th, the flow extension received about 400 new users but I still don't know what caused that surge. I've done a web search and found some new AI sites listing it (maybe misinterpreting it as an AI t...
Read post
Post 473mo in export
Yesterday I've found out about this cool beta API that I was already using without knowing it was in beta: Feedback on Query Performance (Beta) ๐ LINK: https://lnkd.in/ga3iAAtB ๐ค How was I using it without knowing i...
Read post
Post 483mo in export
This is a fun challenge: hack the AI to make it reveal the password. I got to level 7 (I've found a trick prompt) but couldn't pass level 8. ๐ LINK: https://gandalf.lakera.ai/
Read post
Post 493mo in export
Actually that is the title of an article Salesforce has just published: ๐ฅ ๐ ๐ LINK: https://www.linkedin.com/pulse/everyone-has-plan-until-get-punched-ai-salesforce-uetyc/
Read postPost 503mo in export
Alexei Grigorev tells that he trusted Claude Code more than he should and it deleted his production infrastructure wiping out 2.5 years of data on his DataTalks.Club course management platform, including even snapshot...
Read post
Post 513mo in export
Here is one more browser extension I created: QuickText. This one is not just for Salesforce: you can use it anywhere. It simply lets you copy text and save it in the browser - no communication to any server - then al...
Read postPost 523mo in export
I used to create AI music with Riffusion, then they became Producer.ai and got acquired by Google. It now uses Gemini, Lyria 3, Veo and Nano Banana models. This video was created with all of them from prompts I create...
Read post
Post 533mo in export
I've noticed a sudden increase in the number of weekly users of my "Salesforce Flow Extension". More than 300 new users since last week. I don't know why. Does anyone know whether it has been recommended somewhere?
Read postPost 543mo in export
Some of the standup meetings can feel like this one. ๐
Read post
Post 553mo in export
A person allegedly used OpenClaw to generate a "test" malicious NPM package in "educational context". It published the bad packages live (instead of as test/sandbox as requested) then apparently set 2FA on the account...
Read post
Post 563mo in export
One of the recurring realities of Salesforce architecture is finding yourself rebuilding capabilities that seem like they should be native to the platform. (the image is just showing Claude hallucinating when I was re...
Read post
Post 573mo in export
I like dashboards. This one by Trace Cohen is cool and shows what companies are hiring more, based on SEC filings and public news/reports. Surprisingly, Perplexity, Mistral on the AI sector and Accenture, Costco, HCA,...
Read post
Post 583mo in export
A new meme for Saturday ๐ One created with Google's NanoBanana The other created with OpenAI's GPT Image Which one looks better?
Read post
Post 593mo in export
I've released a new browser extension that gives the ability to download a CSV file with the results from the Query Editor. SF Query Editor Helper ๐ LINK: https://lnkd.in/gHd4tByp It works in both Query Editors in th...
Read post
Post 604mo in export
This person had her inbox almost entirely deleted because she trusted an AI agent running via OpenClaw. What could one do differently to prevent that? ๐ Separate read and write permissions - Grant the agent read-only...
Read post
Post 614mo in export
The director of Safety and Alignment at Meta Superintelligence had almost her inbox entirely deleted because she trusted an AI agent running via OpenClaw. Beware of allowing AI agents to run autonomously.
Read post
Post 624mo in export
AI deployed to replace employees and cut costs - instead of as a tool to assist them - is a pattern we've seen before. IVR systems (interactive voice response) were supposed to route customers to the right agents fast...
Read post
Post 634mo in export
Are we going to have personal AI assistants in the future to do the boring tasks, maybe running locally, hooked to our personal knowledge management system (PKM or "second brain"), perhaps even working on a second sou...
Read post
Post 644mo in export
Other Salesforce discussions similar to "old" vs "new": ๐ ๐ง Visualforce vs LWC ๐ค Apex vs Flow ๐ค One trigger per object vs multiple triggers with a framework ๐ง Selector/Service/Domain patterns vs "keep it simple"...
Read post
Post 654mo in export
I had found another funny named class like that in an old org a few years ago but this one is interesting too because it is in the sf_devops package! ๐ LINK to the other class: https://www.linkedin.com/posts/fernando...
Read post
Post 664mo in export
Se o cabra ร arretado, ele รฉ bom. ๐ ๐ Mas se o cabra FICA arretado, รฉ ruim. ๐ ๐คฌ ๐
Read post
Post 674mo in export
I think many developers apply design patterns backwards: memorize the catalog, then go looking for places to apply them, resulting in over-engineered code. And from what I've seen, AI appears to repeat that same mista...
Read post
Post 684mo in export
๐จ If you use AI browsers (more like agent runtimes), be aware: โ ๏ธ SquareX says Perplexity AI's Comet Browser shipped an undocumented MCP API that could let built-in browser extensions execute arbitrary local commands...
Read post
Post 694mo in export
FAQ about performance testing in Salesforce You can contact Support and request an LAP (Limit, Activation, Permissions) process for testing at 120 RPS (Requests Per Second) or below. For above 120 RPS you can contact...
- #Salesforce
- #PerformanceTesting
- #SalesforceArchitecture
- #GovernorLimits
- #TechnicalDebt
Read post
Post 704mo in export
"The relevance of a meeting is inversely proportional to the number of people in it." Isn't this usually the case? ๐
This wisdom has been expressed before in different ways: ๐ "The usefulness of a meeting is in inve...
Read post
Post 714mo in export
๐ Weโre hiring at NeuraFlash! Weโre expanding our go-to-market, sales, and solution engineering teams with roles that sit at the center of innovation, customer impact, and growth. Passionate about building relationsh...
Read post
Post 724mo in export
Grady Booch, who is known for co-developing the Unified Modeling Language (UML) in the 90s, plus several other advances in design and architecture, has got recent frustrations with the Claude Code AI tool. It changed...
Read postPost 734mo in export
Another attack vector is browser extensions. The article below mentions the browser-based malware GhostPoster, which uses an innocent looking PNG icon file to store the payload. When running, the extension parses the...
Read postPost 744mo in export
These are interesting: "Amid growing pressure to uncover โhidden gemโ candidates, many recruiters are turning to AI: 59% say AI is already helping them find candidates with skills they never would have found before. ....
Read postPost 754mo in export
Thanks to Jose Ventura for sharing great tips to protect yourself from bad people trying to take advantage of developers. ๐ I liked these 2 in particular because they remove the likelihood of executing code unknowing...
Read post
Post 765mo in export
This dashboard from ERCOT is looking great! (screenshots taken at about 10pm yesterday when I scheduled this post) LINK: ๐ https://lnkd.in/gqyEjTa4
Read post
Post 775mo in export
I created this Khaby Lame meme because I like simplicity. ๐ The code at the top is a redacted version of something I found in a real Salesforce org. It looks like over-engineered, possibly AI-generated code. I could...
Read post
Post 785mo in export
Last April, I asked ChatGPT a question out of curiosity: "What company is worth less than $10B today but could be worth $500B+ in a few decades?" It returned a short list and over the past year, several of those compa...
Read post
Post 795mo in export
๐จ Careful out there! Threat actors are targeting developers and their tools. This Jamf Threat Labs article shows the "Contagious Interview" - the use of malicious Visual Studio Code project files to open backdoors an...
Read postPost 805mo in export
A few years ago someone contacted me on LinkedIn to offer me an opportunity. The odd thing that turned me completely off was this: "...you don't really have to do anything...", he said. From instinct, I didn't want to...
Read post
Post 815mo in export
This post is about AI and browser extensions. For Salesforce or otherwise. For a lot of software products, setup is usually a pain point - especially anything that touches tracking, attribution, analytics, or integrat...
Read post
Post 825mo in export
R.I.P. ๐ญ
Read postPost 835mo in export
Salesforce supports phishing-resistant MFA using a physical security key (FIDO / WebAuthn). Most orgs just never turn it on. The most popular brand of security key seems to be Yubikey by Yubico. It is a a small hardwa...
Read post
Post 845mo in export
Paul Battisson has posted in CloudBites Weekly another kind mention of my participation in a feature for SFDX Hardis and a new browser extension, both for documenting field usage. ๐ https://www.linkedin.com/pulse/dml...
Read post
Post 855mo in export
When using Claude Code, I had a similar experience to what Marc Schmidt (author of ML/Typescript tools) recently described. When Claude Code launched, the productivity boost was noticeable. I used it for somewhat comp...
Read post
Post 865mo in export
Ten years ago I've visited this client. It was memorable because of the services they provided and they had this statue in their lobby. ๐ Can anyone guess who the client was?
Read post
Post 875mo in export
Last year someone sent me this very kind message about the Apex Triggers article I've linked at the bottom: "While going through the Salesforce Flow Chrome Extension, I ended up on GitHub and came across your work. Th...
Read post
Post 885mo in export
I gave Manus AI a list of Salesforce integration capabilities and tasked it to create this website: ๐ https://lnkd.in/g_M3xwkY Manus AI is the autonomous AI agent designed by the China-based company Butterfly Effect,...
Read post
Post 895mo in export
I've been roped into an activity where I am very far from competent: handling the church's AV equipment. The first photo has a Behringer X32 series digital mixer. It has a crazy number of different things to configure...
Read post
Post 905mo in export
I just released a small browser extension for Salesforce admins focused on one problem: understanding whether fields are actually used in a real org. There used to be a free app called FieldTrip from Ringlead in the A...
Read post
Post 915mo in export
I recently had the honor of contributing a new command to the excellent open source SFDX Hardis project. Thanks to Nicolas Vuillamy ๐ฆ! ๐ โญ sf hardis:doc:object-field-usage The command exposes field population and da...
Read post
Post 925mo in export
Gemini (AI) is working well when translating images too. The only detail it missed was the bold font. Got the original image in Portuguese from pastor Luiz Sayรฃo in 2019.
Read post
Post 935mo in export
I've used CloudFlare Pages to publish my little AI demos after the incident with Google versus GitHub Pages: ๐ LLMs in the browser (using ONNX Transformers.JS) https://onnxtransformersjs.pages.dev/ ๐ AI PDF Reader (...
Read post
Post 945mo in export
The good thing with AI now is that we don't have to dust off the old copies of The Print Shop to generate banners. ๐
The Print Shop was developed in the 1980s by someone at Broderbund, a maker of video games, educati...
Read post
Post 955mo in export
What is the best wireframing tool for prototyping and brainstorm UI ideas in Salesforce? MockFlow seems to be a strong candidate. It is a free tool with a library of SLDS/Lightning components. Create an account and ad...
Read post
Post 965mo in export
This happens more often than one would expect, no? ๐ Now we need a version of this but about AI. ๐
Read post
Post 975mo in export
Here is a gold mine of useful Lightning Web Component examples: ๐ AwesomeLWC.com It has a lot of open source LWCs plus practical resources and code examples. Thanks to Miles Robson for this great resource! ๐ ๐ LINK...
Read postPost 985mo in export
โจ The SFDX Data Move Utility โจ Itโs an advanced SF CLI plugin for data migration within various Salesforce environments and has a number of features: ๐ Org-to-Org direct migration, CSV import/export ๐ manages multip...
Read post
Post 995mo in export
This article "How to calculate Salesforce field utilization with Node.js" by Pablo Gonzalez ๐จ๐ท has inspired me to explore another way to estimate field utilization. ๐ LINK: https://lnkd.in/grkRxqfP In one client or...
Read postPost 1005mo in export
Looking forward to Ramzi Akremi's article! ๐ฏ % in agreement with what I've read so far!
Read post
Post 1015mo in export
I came up with this diagram trying to map or organize all Salesforce access mechanisms spatially. Most of the diagrams I've found tend to list only a few of them, usually starting with OWD or profile, going through ro...
Read post
Post 1025mo in export
I've recreated this diagram inspired by Philippe Ozil's article about LWC Inter-Component Communication Patterns. ๐ ๐ LINK: https://lnkd.in/g8VdKJ5H Some thoughts, trying to go beyond what is in the article: ๐ pass...
Read post
Post 1035mo in export
I think I read this somewhere before: "CSS is COBOL's screen section for HTML" ๐
Read post
Post 1045mo in export
I wish everyone in my network becomes Unstoppable in 2026! ๐ Thanks to Sathsara Sandaru for that great cover! ๐ ๐ https://lnkd.in/gCBNxWuU
Read post
Post 1055mo in export
Did you know it is better to write SOQL using WITH USER_MODE instead of WITH SECURITY_ENFORCED? What I like more is that WITH USER_MODE reports all FLS errors while WITH SECURITY_ENFORCED returns only the first error...
Read post
Post 1065mo in export
Sharing this practical solution to integrate Lightning Web Component (LWC) with 3rd party APIs using Salesforce Platform Events and Mulesoft. Thanks to PantherSchools! ๐ Instead of making API calls from the UI, publi...
Read post
Post 1076mo in export
Apex Testing Stub API and why namespace limits matter Salesforce has the Apex Testing Stub API, which allows stubbing of Apex types. Using Test.createStub with a StubProvider, developers can replace dependencies in te...
Read postPost 1086mo in export
Best interview to finish 2025! ๐ ๐ป ๐ฅ Matt Gerry (Salesforce CTA known for "Coding with the Force" YouTube channel) recounts his nontraditional path from Halo video montages and VFX into Salesforce development, expl...
Read post
Post 1096mo in export
Ever had to delete old flow versions and had to find the query to do it? Ever had to delete Apex logs because their count has exceeded the limit? Or do you want to remember the SFDX-Hardis command to do that? After ye...
Read post
Post 1106mo in export
I was listening to this podcast from 37Signals (Basecamp) about the Rails "delegated type pattern" and it reminded me of similar designs in Salesforceโs Knowledge and Files/ContentVersion models. In both systems there...
Read post
Post 1116mo in export
Thankfully, the incident with my GitHub Pages was resolved yesterday. Here is what I think worked to resolve it: ๐ I've unlinked, unpublished and removed all demo pages with downloads and installs, no matter how harm...
Read postPost 1126mo in export
๐จ Unexpected lesson from running a technical portfolio on GitHub Pages โ ๏ธ Recently my GitHub Pages site was flagged as a "Dangerous site" by Google Safe Browsing and I've only found out today when publishing my favor...
Read postPost 1136mo in export
Created this tunnel effect in Javascript by drawing rectangles in a circle and then having the code be editable to see the results instantly (via IIFE). In Visual Studio and Node/Typescript, this feature of seeing ins...
Read post
Post 1146mo in export
Onyedika Paul's post rings a bell. I once had someone saying I was using too many static methods. That I should "follow best practices" and create a constructor and instantiate it so I could use dependency injection,...
Read post
Post 1156mo in export
We only work with Salesforce today thanks to the CIA. Yes โ that one Central Intelligence Agency. ๐ ๐ตโโ๏ธ In the late 1970s, the CIA funded a project to create a relational database: Oracle V2. The CIA became Larry E...
Read post
Post 1166mo in export
Iโve been reading "Softwar", a book about Larry Ellison and Oracle, and one thread stood out: his early push for Video-on-Demand. In early/mid-90s Ellison tried: โญ Oracle Media Server + nCUBE parallel computers โญ Cabl...
Read postPost 1176mo in export
Ten years ago my car spun several times in an accident. A few days later, our employer took us indoor skydiving. My appetite for rotary movement was low, but I went anyway. ๐
I was apprehensive, but perhaps I needed...
Read postPost 1186mo in export
Exploring ONNX recently gave me an excuse to dive deeper into GPU workloads in the browser. As a quick experiment, I built a Mandelbrot fractal renderer using WebGL. This POC demonstrates: ๐ Iterative complex-number...
Read post
Post 1196mo in export
Google Antigravity appears to have deleted the entire drive of a developer who relied on it to vibe code an app. TIP: if you use Linux/MacOS, install safe-rm! Safe-rm is safer replacement of the rm command: it moves f...
Read post
Post 1206mo in export
I've watched a Dreamforce session yesterday and found out about the New Agentforce Builder. It reminded me of something I've seen and used before even starting in the profession: Pseudocode. The quasi-programming lang...
Read post
Post 1216mo in export
I built a lightweight example of RAG to run on your browser: an "AI PDF Reader" that runs entirely in the browser - no backend (unless you want it to call OpenAI), no install, no build steps. Just open index.html and...
Read post
Post 1226mo in export
I spent 11 years working on the 51st floor of Comerica Bank Tower - that skyscraper at 1717 Main Street in the middle of downtown Dallas. Working up there meant a daily commute by bus and train into downtown. Some day...
Read postPost 1236mo in export
I've found this article pertinent: "Anti-patterns while working with LLMs". These key points are useful - likely even if you're implementing Agentforce: ๐ Repeating the same context wastes tokens, so only send update...
Read post
Post 1246mo in export
I've been exploring something that sounded improbable a few years ago - running a real LLM directly in the browser. No server. No API keys. No backend at all. This is entirely possible using ONNX Runtime Web + Transfo...
Read post
Post 1257mo in export
Funny how this article from Anthropic "Code execution with MCP: Building more efficient agents" says that MCP - which they invented - doesn't work so well... Some of their examples use Salesforce. And they're sending...
Read post
Post 1267mo in export
After seeing so many enthusiastic posts about TOON (Token-Oriented Object Notation), the bold new data format that came to replace JSON - I thought of something even better. ๐ This should be a truly visionary format:...
Read post
Post 1277mo in export
Recently I ran into one of those "works on my machine" issues. I built an app that runs on a Pi (which also works as my DNS server) to pull public data from the government and turn it into personal investment insights...
Read postPost 1287mo in export
Brian Moore has created a page that shows clocks generated via AI: GPT 3.5, 4o, 5, Gemini, DeepSeek, Grok, Qwen, etc. Every minute it submits the following prompt to each of the AI services: "Create HTML/CSS of an ana...
Read postPost 1297mo in export
If only all that ingenuity were used for good things... Hackers leveraged the Hyper-V virtualization in Windows 10 to secretly run malicious tools inside a tiny Alpine Linux VM and evade detection from Windows securit...
Read postPost 1307mo in export
A Salesforce developer went to see his doctor about a serious delay in output processing of his digestive system. After hearing the details, the doctor nodded. "Iโll prescribe a laxative," he said - then turned to his...
Read postPost 1317mo in export
I've tried Google Veo 3.1 and generated the video of this cat. The cat didn't have eyeglasses. Then I asked to regenerate the video as "Cat break-dancing with robotic movements." and it just made the cat wear glasses....
Read postPost 1327mo in export
The last one is the clincher! ๐
Read post
Post 1338mo in export
Breathing new life into old hardware with Linux Iโve been experimenting with Omarchy Linux, a pre-configured Arch Linux distribution built by David Heinemeier Hansson (DHH, creator of Ruby on Rails) for developers who...
Read post
Post 1348mo in export
Good examples of Apex bestial practices. ๐
Read postPost 1358mo in export
I have read Denis Stetskovโs "The Great Software Quality Collapse: How We Normalized Catastrophe", which made me think. He points out how weโve slowly come to accept things that would have been unthinkable twenty year...
Read postPost 1368mo in export
๐จ Another developer was targeted in a social engineering attack. ๐จ David Dodda was about to run malware disguised as a coding challenge from a company that appeared legitimate. Interestingly, he used AI to detect th...
Read post
Post 1378mo in export
I've read that the really complex solutions such as sharding or distributed transactions/databases are rarely needed. Someone could spend the entire career without seeing or needing that kind of complexity. I agree. M...
Read post
Post 1388mo in export
Of all places, I didn't expect to receive Salesforce-related news from NEXTDOOR.com! ๐ Even more surprising since I've worked for Kelley-Austin in 2022. Congrats to Perficient! They acquired a great team!
Read post
Post 1398mo in export
Someone posted this table saying it lists the top 30 OpenAI customers with consumption over 1 trillion tokens. Salesforce is at the 4th position. (Nevermind the position: that table was sorted by last name (John E. @...
Read postPost 1408mo in export
Google has Firebase Studio, a full-stack AI-powered workspace for app development accessed via your browser. It can be used with Salesforce orgs. But if we already have Code Builder and VS Code, why use Firebase Studi...
Read post
Post 1418mo in export
Dependency API (MetadataComponentDependency) is awesome! It is a feature every dev/arch loves, but still in beta. A few years ago they were even thinking of removing it. The product management at Salesforce had announ...
Read post
Post 1428mo in export
Vibe Codey is coming to Salesforce โ๐ ๐ฉ https://lnkd.in/g-D-8sgc
Read post
Post 1438mo in export
This week I read an article by Ibrahim Diallo that had this interesting example of communication from a developer all the way to a non-technical stakeholder. Each audience has their own language. What sounds natural t...
Read post
Post 1449mo in export
One of the largest Salesforce formulas - the one that returns the time in the West Coast Time zone considering DST - parsed and diagrammed for debugging: (hopefully this link won't be truncated) https://fernando-ferna...
Read post
Post 1459mo in export
O Felipe parou um pouco de falar de IA, ciรชncia de dados e demissรตes para falar de suas galinhas e seus ovos. Merece um follow! ๐ ๐ ๐ ๐ฅ
Read post
Post 1469mo in export
How People Use ChatGPT Paper just released this month tells what people use ChatGPT mostly for: guidance/learning, search and writing. https://lnkd.in/gWEhS8da
Read post
Post 1479mo in export
Standalone Salesforce Formula Debugger While the Formula Debugger browser extension is not yet as polished as I would like, I am making a similar standalone tool publicly available. (link in the comments) This one wil...
Read postPost 1489mo in export
A new front on the cyber war. ๐ช ๐ค ๐ฃ Linking LLMs to your mailbox via MCP will expose you. An attacker can simply send a calendar invite with a malicious prompt, you don't even have to accept the invitation. Now we...
Read postPost 1499mo in export
Some versions of DuckDB NPM packages were compromised with malware. One of the maintainers was tricked by a phishing email and clicked a malicious link that mimicked the actual website, but also created an API key tha...
Read post
Post 1509mo in export
I have been working on a "Salesforce formula debugger". It parses and breaks down Salesforce formulas into their component parts, identifying variables, functions, operators, and expressions. When editing formulas in...
Read postPost 1519mo in export
๐จ Malware attack using an AI coding agent Software security is getting more and more complicated! ๐น A hacker uploaded to npm malicious versions of the NX packages (a build system for JS/TS) using a compromised maint...
- #AppSec
- #AIsecurity
- #SoftwareSupplyChain
- #npm
- #DevSecOps
- #Nx
Read post
Post 1529mo in export
I was reminded of Gemini CLI - thanks to Raffaele Preziosi ! (Check out the open source SF CLI plugins he has released: sf-debug-log, apex-log-parser and others at https://lnkd.in/gkjWe6f5 ) So I've experimented Gemin...
Read postPost 1539mo in export
Accenture intends to acquire NeuraFlash and will bring more than 500 experienced professionals into our Salesforce Business Group. Based in Burlington, MA, this acquisition will expand our AI capabilities in sales, se...
- #Accenture
- #NeuraFlash
- #Salesforce
- #AWS
- #AI
- #AgenticAI
Read post
Post 1549mo in export
I've tested these new AI code agents: ๐ค Claude Code ๐ค OpenAI Codex ๐ค Google Jules I wanted to make changes to the codebase of my Salesforce Flow Extension at https://lnkd.in/gbsv2DqN The extension has reached 2k we...
Read post
Post 15510mo in export
Scammers using AI generate images to defraud sellers, showing fake defects on the products to get a fraudulent refund. ๐ข
Read post
Post 15610mo in export
๐
Read post
Post 15710mo in export
In light of the recent attacks that exfiltrated Salesforce data, Data Loader will no longer have OAuth 2 device flow authentication starting September 2nd.
Read post
Post 15810mo in export
Esse รฉ o famoso GPTinho brasileiro. ๐
Read post
Post 15910mo in export
๐จ Another security incident: Malicious IDE Extension ๐จ In August 10th, a crypto developerโs wallet was drained after installing a malicious Solidity extension from the Open VSX registry via Cursor AI (!!!). Investig...
- #CyberSecurity
- #SupplyChainAttack
- #VSCode
- #OpenVSX
- #DeveloperSecurity
- #Web3Security
Read post
Post 16010mo in export
Some Salesforce project failures donโt come from a lack of talent - they come from "building the wrong thing the right way". How to avoid that?
Read post
Post 16110mo in export
Amazing story of stellar customer service from Expedia Group!
Read postPost 16210mo in export
โ ๏ธ About 7 months ago I've posted about Cyberhaven, a cybersecurity company that released a Chrome extension to prevent sensitive data from leaking. Then they were hacked and a malicious version of their extension was...
Read post
Post 16310mo in export
This reminded me of a "requirement" for a certain mobile app... ๐
Read post
Post 16410mo in export
Now that the Salesforce certifications have been moved from Kryterion WebAssessor to Pearson VUE, how is the new experience of taking a certification exam? Does the onVUE software works nicely? On MacOS? Can you take...
Read post
Post 16510mo in export
After 33 years, MicroHobby is back! ๐ ๐ ๐ (a magazine for fans of the Sinclair ZX Spectrum) Despuรฉs de 33 aรฑos, ยกMicroHobby ha vuelto! (Una revista para fans del Sinclair ZX Spectrum)
Read post
Post 16611mo in export
This is kind of how I feel when having to create an Aura component because LWC still doesn't have feature parity for that specific need of the client. ๐ . . . . . . . PS.: Or when I need to do a $A.get('e.force:refre...
Read post
Post 16711mo in export
Found again this "vintage" screenshot of Davinci GPT-3 ranting about the stock market during Open AI's closed beta in 2020. ๐คฃ The same question answered by today's LLMs are not as fun to read though. When asked about...
Read post
Post 16811mo in export
Interesting article about high-risk file types in Salesforce thanks to Matt Meyers (CTA). ๐ It reminded me that I had a client that asked me to backup their files. I've found out one of them had a virus. They were st...
Read post
Post 16911mo in export
Funny experience with a PR reviewed by an AI bot. It made a few really bad suggestions and cluttered the PR comment section but this one was intriguing enough. I had a SOSL query similar to this in the PR: ๐ FIND {so...
Read post
Post 17011mo in export
I've experimented with Salesforce's own MCP implementation this time. It was really simple to setup in VSCode - no install needed (assuming your have an up to date SF CLI and a SFDX project with orgs already authorize...
Read postPost 17111mo in export
Always good to divulge the great open source we have available: ๐ Discover Apex Libra: A Treasure Trove for Apex and LWC Developers! ๐ Big thanks to Piotr Koลผuchowski for creating and sharing Apex Libra, an incredib...
- #Salesforce
- #Apex
- #LWC
- #DevelopmentTools
- #ApexLibra
- #SalesforceDev
Read post
Post 17211mo in export
This happened circa 2021... A large company that holds an annual event in San Francisco gave me a test to evaluate the questions, whether they had correct answers, and whether they adequately tested candidates' knowle...
Read postPost 17311mo in export
This "rap" about "Salesforce Triggers and Order of Execution" was entirely created with AI. ๐ต ๐ถ ๐ฆพ๐ค๐๏ธ ๐ For reference: https://lnkd.in/gpgywffm It shows how AI can get to 70-80% accurate and sound really good (fo...
Read post
Post 17411mo in export
I've attempted to use AI to recreate a 4th July cartoon that I have in one of my t-shirts I bought several years ago. OpenAI refused to create it with all sorts of objections ("violate our content policies due to the...
Read post
Post 17511mo in export
Yesterday I've tried coding with Anthropic Claude a Python script to read my email and summarize it. I've asked Claude for a utility that connects to my mailbox using IMAP, downloads a copy of today's messages and sum...
Read post
Post 17611mo in export
This week I've noticed a job posted on LinkedIn for an "Agent Force" tech lead (with a space between the words). There is a problem: they want 6 years of experience in a platform thatโs been around barely 8 months. ๐คฆ...
Read post
Post 17711mo in export
I've experimented Anthropic Claude with the Salesforce MCP Connector - ๐ thanks to its creator Tapas Mukherjee! ๐ - and it is very good! I configured the connector with a Connected App in one of my dev orgs and it d...
Read postPost 1781yr in export
We are thrilled to annouce that our NeuraFlash India team has reached ๐ฏ employees! From incredible innovation to nonstop collaboration, this team continues to power so much of what we do at NeuraFlash. Here's to the...
Read post
Post 1791yr in export
I haven't mentioned lately how good this tool is and how it makes my life easier. ๐ฅ๐ ๐ It is precious and very powerful. But fear not, this isnโt an evil creation - unlike its distant darker Middleโearth cousin, it...
Read post
Post 1801yr in export
Terrifying.
Read post
Post 1811yr in export
This Apex Iceberg is great! ๐ก ๐ Important things in the backend.
Read post
Post 1821yr in export
Check out this cool site that presents AWS services in 3D! Every AWS service is a star that you can fly to and explore. AWS Galaxy - interactive AWS Service Visualization ๐ Thanks to Alexey Vidanov! ๐ ๐ LINK: https...
Read postPost 1831yr in export
Check out this paper from Salesforce AI Research showing that even leading LLM agents achieve only 58% success rate. And it is not just in CRM agent tasks that LLMs fail often. Even coding tasks will give you results...
Read post
Post 1841yr in export
Just found this article on Salesforce Time showing how to avoid duplicates in a collection. (1st image) It uses a loop/assignment with a Remove All then Add - this will remove all duplicates from the list and then add...
Read post
Post 1851yr in export
Paul Battisson has posted in CloudBites Weekly a very kind mention of the game I implemented using Flow and Lightning Out.
Read post
Post 1861yr in export
๐ฎ I've created this POC of an "Escape Room" game in a Salesforce flow exposed via Lightning Out. It is open to the guest user profile - so you don't have to login to play. LINK: ๐ https://lnkd.in/gbTY_gA5 Some thing...
Read post
Post 1871yr in export
I was experimenting on this yesterday and forgot to post the question. I have created a game using Salesforce flows to experiment with screen actions (see link below), Lightning Out and guest user access. https://lnkd...
Read postPost 1881yr in export
I've compiled a list of 10 types of technical debt found in older Salesforce orgs and a few preparation steps to handle them.
Read post
Post 1891yr in export
After trying to buy Cursor, OpenAI is now buying Windsurf Windsurf Editor is an agentic IDE competitor to Microsoft Copilot and Cursor. Here are a few differences and similarities: Both Windsurf and Cursor leverage Cl...
Read post
Post 1901yr in export
What powers your vet clinicโs software? ๐ถ ๐ฑ ๐ฐ ๐น ๐ญ ๐ฆ ๐ ๐ Iโve taken my pets to the same corner vet a few times recently - one for a checkup, another because he got sick - Benedito is better now! Thank God! Whil...
Read post
Post 1911yr in export
Three Apex examples of how to avoid expensive Describe operations to retrieve metadata for a SObject. Describe operations may be an unnecessary overhead that decreases performance and increases latency if used in a se...
Read postPost 1921yr in export
Continuing the theme of my previous post: ๐ https://www.linkedin.com/posts/fernandofernandez1_a-nearby-resident-has-posted-this-photo-from-activity-7319321383287541760-dHNK I've watched a long video on YouTube about...
Read post
Post 1931yr in export
Cursor, GitHub Copilot and the less mentioned Windsurf editor are great! ๐ก Here is another alternative to overview an open source framework: DeepWiki by the team at Cognition It is not an editor, but if you just repl...
Read post
Post 1941yr in export
Yesterday I was reminded of the concept of "surface area of โโluck," which is when you dedicate your energy with passion to an activity and develop a skill, and you let people find out. A percentage of these people ca...
Read postPost 1951yr in export
I've once used a prompt like this and it behaved so "hard core" and disagreeable that it sounded like an evil twin of ChatGPT. If you want to you can try it at this link: https://lnkd.in/ePV2nS6s I did tone it down be...
Read post
Post 1961yr in export
๐จ When AI vending machines go haywire... Andon Labs has tested AI models running a simulated vending machine business, and a few times things got a bit wild. Claude 3.5 Sonnet mostly nailed it, tracking sales like a...
Read post
Post 1971yr in export
A nearby resident has posted this photo from the neighborhood and asked about it so I've made it into a meme. ๐ That got me thinking about our reliance on tech hardware and the potential supply chain challenges. Many...
Read post
Post 1981yr in export
Someone asked what was Vibe Coding. My improvised answer: ๐ "AI-aided semi-automatic creation of tech debt." Would you agree? ๐ฌ The term "Vibe Coding" was originally coined by Andrej Karpathy - computer scientist an...
Read postPost 1991yr in export
LLMs can generate code and suggest using libraries that have never existed. Researchers at UTexas-San Antonio released this analysis of fictitious packages referenced by LLM hallucinations in Python and Javascript. Av...
Read postPost 2001yr in export
A few months ago I had created a cheat sheet of SF CLI commands. This new version is using a railroad diagram ๐ค๏ธ , which is usually better to show the syntax of commands. ๐
The railroad diagram is based on EBNF - Ex...
Read post
Post 2011yr in export
๐ง Is Generative AI going to shrink our critical thinking? A new paper by researchers from Carnegie Mellon & Microsoft Research explores that idea. The authors caution us that "the irony of automation is that by offlo...
Read post
Post 2021yr in export
Not April Fool's (it's too late anyway ๐คฃ), just an idea: Since Salesforce already has Matthew McConaughey promoting Data Cloudโฆ why not go all in and drop a video game to promote AgentForce? ๐ McConaughey could star...
Read post
Post 2031yr in export
๐ข BREAKING: Trump Imposes Tariffs on Exporting to PDF TODAY โ Washington, D.C. In a stunning turn of events, President Donald Trump has announced a "big, beautiful tariff" on all exports to PDF from Salesforce orgs,...
Read post
Post 2041yr in export
Funny incident about vibe coding... (be sure to click "Show Translation" at the bottom)
Read post
Post 2051yr in export
Inspired by recent inquiries about decades-old expertise, I've composed this article as an attempt to look at the past to visualize the future, trying to imagine something better than what we have today. ๐ง โณ
Read post
Post 2061yr in export
Inspired by the recent recruiters contacting me for PowerBuilder opportunities, I have been working at an article with this theme. ๐
Read post
Post 2071yr in export
๐ฆ PowerBuilder: The Legacy Tech That Refuses to Die (below is a screenshot of a compensation calculator for physician groups developed in less than a year around 2003 and was still in use in 2024, a decade after I le...
- #LegacyTech
- #PowerBuilder
- #TechRecruiting
Read postPost 2081yr in export
๐จ Cybersecurity: a spy exploited Salesforce, Slack, and Google Drive in this corporate espionage case ๐จ ๐ต This jaw-dropping cybersecurity breach has just come to light, where an insider exploited a company's Salesf...
- #Salesforce
- #Slack
- #GoogleDrive
- #Cybersecurity
- #InsiderThreat
- #DataProtection
Read post
Post 2091yr in export
As AI advances at breakneck speed, I am thinking of future-proofing our career as AI janitors by publishing these 2 essential books before the chaos truly begins. ๐คฃ ๐ Thanks to Grady Booch for the idea! ๐
Read postPost 2101yr in export
I've found this article interesting: it uses funny comics to tell the story of interpreted languages, compiled languages and the more recent bytecode languages. Interpreted: early JavaScript, PHP, Shell Compiled: C, C...
Read post
Post 2111yr in export
I did a deep dive into the history of Apex and its execution and found some interesting stuff! ๐ณ ๐ค
Read post
Post 2121yr in export
๐ก Look at this great idea to better organize constants in your code: a constant class with inner classes to separate constants by subject. Seven months ago I had posted the thoughts below, which came close, but liste...
Read postPost 2131yr in export
I've been following Naval Ravikant on Twitter for a while. Here is a list of some of his more recent quotes.
Read postPost 2141yr in export
Saurabh Gupta's observations reminded me of not one, but two incredibly odd interviews I had with a big-name company a few years ago. ๐ It started like any normal interview: pleasantries exchanged, a little small tal...
Read post
Post 2151yr in export
๐งฉ Salesforce Puzzle: The client wants a new rollup field on Accounts to sum won opportunities. You navigate to the Account and start creating a new rollup field. โ๏ธ When you get to select which Opportunity field you...
Read postPost 2161yr in export
Yesterday I've checked out this interview with Bret Taylor for the Latent Space | AI Engineering News, Essays and Interviews. Bret has a vast list of accomplishments: ๐ co-Founder of Sierra, a conversational AI platf...
Read postPost 2171yr in export
Be careful with those VS Code (or browser) extensions out there. The research team at Mend.io uncovered a fake VS Code extension "truffelvscode" (which supposedly imitates the legitimate "Truffle for VS Code" extensio...
Read postPost 2181yr in export
Here is a little Z-shell cheat cheat I've compiled with commands and stuff I expect to need.
Read post
Post 2191yr in export
I once went to a meeting where Mr. Null was discussed. I am almost sure it was the same Mr. Christopher Null who wrote the article linked below. Salesforce doesn't allow null last names and the integration was sending...
Read postPost 2201yr in export
I think this interview with Marc Andreessen has something for everybody. Marc co-created Mosaic, the first web browser, around 1993. Mosaic became or gave origin to Netscape Navigator, which evolved into today's Mozil...
Read postPost 2211yr in export
Muito bom artigo para brasileiros em princรญpio de carreira e interessados em trabalhar no exterior. ๐ Obrigado ao autor Felipe Ribeiro Barbosa! ๐ https://lnkd.in/gX52ZJ39
Read post
Post 2221yr in export
I've checked out DeepSeek's latest AI, both the app and the 4bit quantized versions that you can run on a laptop. At least for the questions I've asked, their local quantized model is not that great. It sure is way mo...
Read postPost 2231yr in export
I've worked with Sharif Elkassed before and can confirm Michael Boyle's words: he's excellent!
Read postPost 2241yr in export
๐ Thank you Yossi Altein ! Great improvement! ๐
Read post
Post 2251yr in export
Interesting scenario of how a bug happened at a big e-commerce company. This happened about 10 years ago and an engineer got the requirement to send datetimes to an integration endpoint. Those datetimes were going to...
Read postPost 2261yr in export
Great quote: "Clarity comes from communicating what stands out as most important, why it is most important, how it will be achieved, and last but not the least, giving people a way of thinking about why it is okay, ev...
Read post
Post 2271yr in export
๐ก Extracting Text Between Delimiters in Salesforce Flows In my previous post, I used a flow formula to extract the hour from a date/time string by parsing data between delimiters. This technique is somewhat versatile...
Read post
Post 2281yr in export
Did you know you can calculate the timezone offset directly in a flow using just formulas and a text template? No Apex! These formulas take advantage of text templates getting the date/time in the user's timezone whil...
Read postPost 2291yr in export
Insightful post followed by an interesting discussion in the comment section.
Read postPost 2301yr in export
๐ Workflow Rules vs. Flows: The CONTAINS dilemma Salesforce veterans might recall how simple life seemed with Workflow Rules when handling comparisons using CONTAINS. You could just slap in multiple values and call i...
Read post
Post 2311yr in export
As Marc Benioff said recently: "The world is moving into the Indian ๐ฎ๐ณ era." ๐ Sriram Krishnan (Senior Policy Advisor for AI at the White House Office of Science and Technology Policy): "Anything to remove country...
Read post
Post 2321yr in export
I've done some experimentation with a Sales Email prompt template (Agentforce with GPT 4 Turbo). One of the records was missing, so the flow used in the prompt template was not returning the event check in/out dates a...
Read postPost 2331yr in export
This is eye-opening! Cyberhaven is a cybersecurity company that released a Chrome extension to prevent sensitive data from leaking via ChatGPT, Facebook or other platforms. The Cyberhaven admin received a fake email s...
Read postPost 2341yr in export
About a year ago I got DALL-E3 to generate the image that serves as the first frame of this video. Then last week I got Kling AI to generate the video using that image as first frame. It looks like it will soon be pos...
Read post
Post 2351yr in export
Itโs fascinating how the success of Appleโs M-series chips was fueled by Intelโs own top engineers. Years ago, Intel decided to shut down certain U.S. sites, assuming talent would relocate to their HQ in Oregon. Inste...
Read post
Post 2361yr in export
If anyone is concerned about AI making software engineering/coding jobs obsolete, here is what John Carmack said to a person wanting to learn and work with software: ๐ keep your eyes on the delivered value, build ful...
Read post
Post 2371yr in export
I liked a lot this recent article from Anthropic "Building effective agents". It gives a conceptual framework with very good illustrations of agent patterns and lists practical scenarios and examples. This is worth co...
Read post
Post 2381yr in export
๐ "How to Make LLMs Shut Up" That is the title of this very interesting article by Daksh Gupta, CEO of Greptile. He describes a challenge of implementing an AI code review bot: in the initial release the bot was post...
Read post
Post 2391yr in export
Here is a duel of roasting between Grok AI vs ChatGPT o1. It seems their favorite insult is to call or compare the other AI with Roomba and a few other devices. In your opinion, who won? ๐
Read post
Post 2401yr in export
Someone submitted a change to the documentation for the Windows Subsystem for Linux, organizing the information in a table to increase readability. Then someone from Microsoft rejected the pull request saying it needs...
Read post
Post 2411yr in export
๐ค Have you tried to use exponentiation in a Salesforce formula? Know that there are limitations! See the "Payment (formula)" below: ( - Future_Value__c + Present_Value__c * ( 1 + Rate__c ) ^ Number_of_Periods__c ) /...
Read post
Post 2421yr in export
Have you struggled with timezones in Salesforce? Let's say you need to report call peak times in a support center and the user should be able to pick their own local times to filter (or see the time ranges in their ow...
Read post
Post 2431yr in export
โ I want to share an incident from a previous job: a Salesforce record couldnโt be saved because of a trigger issue interacting with a flow in a non-obvious way. The responsible developer was in a different time zone...
Read post
Post 2441yr in export
Beware of false recruiters! Look at this hack attempt!
Read post
Post 2451yr in export
๐
๐๐ผ Thanks to Amit Gayal ! ๐๐ผ
Read postPost 2461yr in export
There are so many people I want to learn from!
Read postPost 2471yr in export
A worthy cause and endorsed by someone who has given so much knowledge for free! ๐๐ฝ๐
Read postPost 2481yr in export
๐๐ผ This is a great reminder from Danny Gelfenbaum โ๏ธ ! ๐๐ผ Last week one of my customers reported that they were adding notes to a voice call record in a sidebar component but the screen flow running next to it was...
Read post
Post 2491yr in export
It seems there are already recruiters looking for people with "proven experience in Agentforce"... which was made available less than 2 months ago! If you need to "prove" your experience in Agentforce, feel free to us...
Read postPost 2501yr in export
This article about Philippine call center lists interesting use cases for AI plus the negative aspects: ๐ the AI assistant pulls up caller information, customerโs past concerns and suggests solutions and follow-up qu...
Read post
Post 2511yr in export
Have you ever had to escape a character this many times? The past week I've found a new record while calling a super-quirky API: 12 escape characters! This API required all that to accept double quotes and new lines i...
Read post
Post 2521yr in export
A year ago, I read that Johnson & Johnson hired nearly 6,000 data scientists in recent years. Now I've come across this fascinating lecture by Alexandre Canรงado Cardoso, J&J Data Science Lead, about their innovative a...
Read postPost 2531yr in export
Funny video about document formats https://lnkd.in/gRVViBNQ
Read postPost 2541yr in export
It healthy to have a skepticism against universal solutions without consideration for the individual context. Rather than being ideological, it is better to go with a combination of "knowing what" and "knowing how": k...
Read postPost 2551yr in export
๐ Learn the History of the Internet in less than 8 minutes: ๐ https://lnkd.in/gQaqHwR9
Read post
Post 2561yr in export
๐ค Some are leery of using AI due to privacy concerns and yet... are using Microsoft Word, which scans all your documents via "Connected Experiences". ๐ง Your proposals, your SOWs, your Solution Design Documents, that...
Read post
Post 2571yr in export
๐ค Ever Wondered Why Strange Characters Like โรโ Appear During Data Migration? This week, I've learned why unexpected characters like โรโ sometimes show up in dataโeven when no one typed them! ๐ปโก๏ธ๐ป When we move data...
Read post
Post 2581yr in export
So is Data Cloud required for Agentforce or not? ๐๐ผ The Foundations SKU that includes Agentforce comes with Data Cloud credits. Data Cloud credits will not be consumed unless you activate Audit and Feedback, or use...
Read post
Post 2591yr in export
Friends, treat your TA right! ๐๏ธ๐๐ผ๐ Best practice: Keep your pull requests bite-sized so your TA doesnโt lose their appetite. Aim for no more than 5-10 files for easy review. If you innocently drop that 100+ file...
Read post
Post 2601yr in export
๐ Look at this brilliant LWC to modify the CSS (Cascading Style Sheets) of screen flows! ๐ก You can even leverage this LWC to customize the new Repeater screen component. And not just that! The same component can be...
Read post
Post 2611yr in export
What is the only credible part of this scammer attempt? ๐
Read post
Post 2621yr in export
๐ค Did you know that ChatGPT has been "silently degraded" over time? A Stanford University study found that the behavior of GPT-3.5 and GPT-4 has varied significantly - there are side-effects as these models are fine-...
Read post
Post 2631yr in export
Since a client has sent me their laptop (for security reasons) to work on their org, I've summoned this old friend out of retirement: Dell Ultrasharp FP2001. This monitor was built around 2003, and I've kept it in the...
Read post
Post 2641yr in export
๐ I've watched a GitHub's Universe'24 session about how they implemented RAG (Retrieval-Augmented Generation) in their Copilot Chat for the JetBrains IDE. ๐ค What did I find interesting? - The steps they've implement...
- #MachineLearning
- #RAG
- #AI
- #SoftwareEngineering
Read postPost 2651yr in export
I was reminded recently of the global purchasing power disparities. ๐ค Both my colleague in India and I received work laptops from our client (for security reasons). When Apple announced their new MacBook Pro lineup,...
Read postPost 2661yr in export
๐ค This is interesting: Andrew Ng, Stanford professor and computer scientist who cofounded Google Brain, reported that GPT 3.5 achieves superior results than GPT 4 when wrapped in an agentic flow. ๐ก This video is fro...
Read postPost 2671yr in export
Here's the November edition of The Cloud Chaser Almanac with links to the interesting articles I've collected in the past month. A few examples: How to remove duplicates from a collection in Salesforce Flow? Object Or...
Read post
Post 2681yr in export
Did you know Marc Benioff once programmed a game for Atari 800? That is one of his mentions during the interview he gave at Stratechery last month. Multiple jabs were directed at Microsoft and their Copilot! One of th...
Read postPost 2691yr in export
Small demo of Generative Canvas, recently released by Salesforce Labs. ๐ LINK: https://lnkd.in/g4ERi29F
Read post
Post 2701yr in export
Have you seen a formula like this? ๐
Read post
Post 2711yr in export
Someone reported not being able to get the flow definitions from Auto-launched flows using this browser extension. I've tested it and was able to see the flow definition with no apparent issues. Can someone let me kno...
Read post
Post 2721yr in export
"Shopify Is Winning Salesforce Clients, Stoking E-Commerce Rivalry" โ thatโs the headline of a Bloomberg article spotlighting how Shopify has attracted notable Salesforce clients (like Toys "R" Us and Casper) by offer...
Read post
Post 2731yr in export
๐ Google has finally approved my new browser extension: "GPT Extension for Jira and Bitbucket" ๐พ Ever opened a Jira ticket or Bitbucket pull request and thought, โI have so much to do and now I wish someone could ju...
- #GPT
- #Jira
- #Bitbucket
- #BrowserExtension
Read postPost 2741yr in export
Nice shoutout from Salesforce Partners !
Read post
Post 2751yr in export
๐๏ธ If you are polite to a LLM, it tends to give better responses. โ๐ฝ๐ค ๐ LINK: https://lnkd.in/g5xVMj65
Read post
Post 2761yr in export
The other day I saw someone had posted their extremely nice storage setup: a Synology Diskstation (NAS - Network Attached Storage) equiped with HDs of 8 Tb set up in RAID 1. ๐ค I think that was going to run up to $160...
Read post
Post 2771yr in export
๐งฉ I've noticed the number of users of my GPT browser extension has been decreasing since last month and only this week I had time to investigate the trouble. Ideally, users should be able to open the extension from a...
Read postPost 2781yr in export
Exciting news! โ NeuraFlash was highlighted in Salesforceโs latest Agentforce press release as the go-to SI for Salesforce Agentforce!
Read post
Post 2791yr in export
Does anyone have Recall running on their Windows PC? ๐ฆพ๐ค Recall is a Windows feature that saves images of your desktop every few seconds, scans and analyzes them with AI help, then makes that data searchable using na...
Read post
Post 2801yr in export
๐งฎ For a while, I've wanted to share a post about Erlang. Not the programming language, but the Erlang C formula - a statistical tool for call centers and customer service operations. โ๏ธ Erlang was a Danish engineer/m...
Read post
Post 2811yr in export
About 3 years ago, someone in the UK founded a company and gave it the name โ><โSCRIPT SRC=HTTPS://MJT.XSS.HT> LTD ๐ณ He said he thought it would be a playful name for his consulting business. ๐ That name with a quot...
Read post
Post 2821yr in export
Once upon a time, a client asked whether a particular product could actually perform sentiment analysis on voice transcripts. The vendor assured them it could, but the client was a bit skeptical. So I went on a quest...
Read post
Post 2831yr in export
Alistair Cockburn, one of the original signers of the Agile Manifesto, recently shared a meme that captures the difference between Agileโs intent and how it has often played out. His words: "well it captures in a pict...
Read post
Post 2841yr in export
Another great article I've found: "Salesforce Email Limits: Experimentation" โ๏ธ This one has an awesome decision tree to identify when an email counts toward the limits. ๐๐ผ Thanks to Mustapha EL HASSAK, Oumaima ARBA...
Read postPost 2851yr in export
๐งฉ Regarding the puzzle I've posted a few days ago here: https://www.linkedin.com/posts/fernandofernandez1_here-is-a-puzzle-that-i-dont-know-whether-activity-7253476761252872197-ZAti ๐ค Here is the Stack Exchange arti...
Read post
Post 2861yr in export
๐ฆพ๐ค Did you know you can run AI locally and offline without sending data to OpenAI, Google or Anthropic? These tools are now very easy to install and run. They allow you to use LLMs without worrying about sending sen...
Read postPost 2871yr in export
๐งฉ Here is a puzzle that I don't know whether it has a solution or is it a Salesforce glitched org. ๐ค The SOQL query below is supposed to list all records whose picklist Relationship_Type__c contains __SA (that is, 2...
Read post
Post 2881yr in export
Whatever you do to try and fix issues with chat or CORS, please don't do this: paste Javascript in random places! ๐คฃ Someone from (name removed to protect someone who probably was/is struggling) pasted a Javascript li...
Read postPost 2891yr in export
Allen Holub, one of the original Agile Manifesto signatories, disavows what Agile and Scrum are today with the strongest words. Agile has lost its way. Agile's roots go back to the '80s, influenced by Lean and TPS (To...
Read post
Post 2901yr in export
๐๐บ๐ฝ๐ผ๐ฟ๐๐ฎ๐ป๐ ๐๐ผ๐ป๐๐ฒ๐
๐: ๐ช๐ฒ ๐ถ๐ป๐ต๐ฒ๐ฟ๐ถ๐๐ฒ๐ฑ ๐๐ต๐ถ๐ ๐ถ๐บ๐ฝ๐น๐ฒ๐บ๐ฒ๐ป๐๐ฎ๐๐ถ๐ผ๐ป *years ago*. ๐๐๐ฒ ๐๐ผ ๐๐ถ๐ด๐ต๐ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐, ๐ฐ๐ผ๐๐ ๐ฎ๐ป๐ฑ ๐๐ถ๐บ๐ฒ ๐ฐ๐ผ๐ป๐๐๐ฟ๐ฎ๐ถ๐ป๐๐, ๐๐ฒ ๐ฐ๐ผ๐๐น๐ฑ๐ปโ๏ฟฝ...
Read post
Post 2911yr in export
Funny disclaimer I've found in an article about sensitivity analysis that was generated by AI.
Read post
Post 2921yr in export
Sliced waterfall, "Agile" and other dysfunctions seen out there. ๐
Read post
Post 2931yr in export
This feature reminds me of when I co-developed a payroll app that would accept a variety of formulas to pay physicians and nurses (Hours times rate + RVUs times RVU Rate + Hours off shift times off shift rate, etc). S...
Read postPost 2941yr in export
The next CLI, AFDX (AgentForce DX), would have commands such as this: afdx friday:night:deploy - deploys Friday after Close of Business and keeps working all weekend to fix the issues and glitches while architects go...
Read post
Post 2951yr in export
Learn to code better with Khaby Lame! ๐ ๐
Read post
Post 2961yr in export
Does anyone else think of a cat when hearing about Messaging for In-App and Web that replaced Salesforce Chat? MIAW brings asynchronous conversations and app chat in channels such as SMS, Facebook, WhatsApp, Apple Mes...
Read post
Post 2971yr in export
๐ Another example of non-trivial Math in Salesforce: XIRR Calculation with Newton-Raphson ๐ก Throwback to when I needed to calculate XIRR (Extended Internal Rate of Return) in Salesforce for a big energy company. Whi...
Read post
Post 2981yr in export
The other day I was testing Whisper WebGPU to record and transcribe a call and at the end it suddenly went full "Matthew McConaughey" ! ๐ ๐ค Whisper WebGPU is a smaller neural net app that can be downloaded to the br...
Read post
Post 2991yr in export
๐ป Logarithms Meet SQL in Finance ๐ก Have you ever seen the expression EXP( SUM( LOG( ... ) ) ) ? Another unique challenge I faced where Math was the solution was in a financial application. This involved compound deb...
Read post
Post 3001yr in export
๐ Automating an Air Ambulance Salesforce org โ๏ธ About 12 years ago, I had started working more heavily with Salesforce and was asked to fix a Salesforce trigger for an air ambulance company. During the process, I not...
- #Salesforce
- #Automation
- #Efficiency
- #AirAmbulance
- #Haversine
- #ProblemSolving
Read postPost 3011yr in export
What Tarul Rayan does is an inspiration! "There is nothing better for a man, than that he should eat and drink, and that he should make his soul enjoy good in his labour. This also I saw, that it was from the hand of...
Read postPost 3021yr in export
Great to see someone practicing and showing the cool stuff they're developing! This is a LWC/Apex combo that connects to OpenWeatherMap.org API to fetch and display weather data (temperature, wind, etc). ๐๐ผ Thanks t...
Read post
Post 3031yr in export
The other day I've asked "please don't create mega-flows" and someone got mad. ๐ณ He came growling in the comment section and implied I was supposed to post only what pleases him! ๐คฃ Since I had seen that individual b...
Read post
Post 3041yr in export
Funny!
Read postPost 3051yr in export
Study indicates the brain is very different in the morning compared to afternoons. That could be why, over the years, when I interviewed for jobs the best results were on morning interviews. Another anecdote: a few ye...
Read post
Post 3061yr in export
Very good tip! How to revert "rm -rf"? ๐ฅ๐ฌ When you delete a folder and the subfolders, how to get all that back? You can't. ๐ฅฒ ๐๐ฝ Thanks to Erick Wendel who shared a great find: safe-rm ๐คฏ It is a command that mov...
Read postPost 3071yr in export
What did you find in this little Glossary of Developer Terms that you didn't already know about?
Read postPost 3081yr in export
The October edition of The Cloud Chaser Almanac with links to the interesting articles I've collected in the past months.
Read post
Post 3091yr in export
Please avoid mega-flows! Again: the real issue lies not in flows per se, but in the use of overly complex "mega-flows," which are unwieldy and hard to maintain. That point was made in this article as best practice #3...
Read postPost 3101yr in export
Here is a little GIT cheat cheat I've compiled with basic commands and the stuff I've needed to be reminded over the years.
Read postPost 3111yr in export
What Benioff said is true: India has become a world power in tech skill as well. I can confirm that as I am everyday impressed by my colleagues at NeuraFlash India but also by observing the demographics of both Linked...
Read postPost 3121yr in export
I've found this article interesting: it advocates for storing timestamps instead of boolean flags in databases. The reason is that storing timestamps is almost always more beneficial in the long run because it provide...
Read post
Post 3131yr in export
Funny! There is a suspicion that AI coding assistants may lead to more technical debt faster. ๐
Read post
Post 3141yr in export
Check out this article: How to build a Search and Replace app in Salesforce Marketing Cloud with Vue, SSJS and REST API ๐๐ฝ Thanks to Ivan Razine for this deep dive into this way of developing apps for Salesforce Mar...
Read post
Post 3151yr in export
This Reddit poster said half of his company's HR team got fired after he (a hiring manager and tech lead) submitted his own resume and got automatically rejected. Apparently, HR was looking for a dev with AngularJS in...
Read post
Post 3161yr in export
๐๐ ๏ธ Did you know about this way of having Salesforce data into your Google Sheets and Excel Sheets? ๐๐๐ ๏ธ ๐ Xappex https://www.xappex.com/ They offer 15-day trial with premium features, then it downgrades to a ge...
Read post
Post 3171yr in export
๐ Check out this article: "Automate Your Post-Deployment Steps Using Puppeteer" ๐ฆพ๐ค ๐๐ผ Thanks to Mitch Spano for this explanation of how to automate common post-deployment tasks in Salesforce, focusing on activati...
Read post
Post 3181yr in export
How would you get a random sample of N records in Salesforce? You don't have Marketing Cloud so you cannot use SELECT TOP N ... ORDER BY newid() or use random Data Extensions. Some examples of when you might need a ra...
Read postPost 3191yr in export
This is a second collection of cloud/Salesforce/development links and comments I've posted since August this year. Probably many have missed it because I had posted it on a weekend. I've added an index on this one. I...
Read post
Post 3201yr in export
Cartoon from 2016: "We won't event need coders anymore..." It seems we keep going back to the same ideas every 8-10 years. ๐คฃ
Read postPost 3211yr in export
Interesting thoughts about the false dichotomy "Monoliths versus Microservices": these are just the 2 extremities of a large range of possibilities. Microservices are not to scale systems to thousands of users/transac...
Read post
Post 3221yr in export
Did you know you were opted in automatically and without notice? ๐ฆพ๐ค
Read postPost 3231yr in export
Here is why some companies/IT departments don't scale and a lot of people is overloaded with work. As DHH explains: "Management... can't do anything by itself... only through other people. It is "hey, can you join thi...
Read post
Post 3241yr in export
If only I could invert that sequence and get a dino from my little LLM app! ๐คฃ
Read post
Post 3251yr in export
Interesting! Salesforce will no longer enforce the disabling of Ref ID in Winter'25 release. Now they just recommend the migration as a more secure threading than Ref ID. Now you should still migrate from RefID ASAP -...
Read postPost 3261yr in export
Nuance Communications, a Microsoft company, recently announced the end-of-life of their services. If your organization needs help with migration, NeuraFlash is available to help with technical expertise.
Read postPost 3271yr in export
Como รฉ รฉpoca de DreamForce, aรญ vai um vรญdeo mostrando como falar igual ao Matthew McConaughey. ๐ค Alright, alright, alright! ๐ค โ๏ธ https://lnkd.in/gjqDRRdn
Read post
Post 3281yr in export
These look like amazing movies! (Maidan on Prime, Srikanth on Netflix and Sarfira yet to come to my side of the world) The majority of my posts readership is from India and I appreciate that and their leadership in bo...
Read postPost 3291yr in export
Today I've checked a video from about 1 year ago and was surprised with the number of views: 1,7K Here is the video where I show how I've created the Salesforce Flow browser extension. https://lnkd.in/gCSkMjC8
Read postPost 3301yr in export
Think of the case records, their emails and attachments (if you have email-to-case).
Read postPost 3311yr in export
Heroku had a nice free tier to develop and test our web applications in Node, Ruby, Python with an optional PostgreSQL database but that free tier is gone. ๐ฅบ๐ข๐ญ๐ ๐ฐ Heroku now has hobby dynos for $7/month, but many...
Read post
Post 3321yr in export
Darrell Gallegos has shared this recruitment offer he found for a "Technical Salesforce BA" which is inadvertently funny. It reminded me of B. A. Baracus of the A-Team (Mr. T in that 1980s TV series). ๐ช๐ผ๐โ๏ธ๐ง๐พโโ๏ธ๏ฟฝ...
Read postPost 3331yr in export
๐ฌ Eu me lembrei de uma reuniรฃo essa semana. Uma pessoa de outro paรญs parecia ร s vezes nรฃo estar entendendo o que o gerente do projeto estava falando, entรฃo eu pensei: serรก que essa pessoa estรก familiarizada com as ex...
Read post
Post 3341yr in export
Technical debt: have you ever found a comment in code that goes like this? // TODO: ... something that you know was never done ... So... ๐ ๐๐ผ This cartoon thanks to Manu Cornet @ bonkersworld.net ๐๐ผ
Read post
Post 3351yr in export
โ๏ธ Did you know? VisualForce still can be very useful! โ๏ธ ๐๐ผ Thanks to Raman Bazyleu for this video where he shows how to generate a Word document using VisualForce. ๐๏ธ ๐ LINK: https://lnkd.in/gqhjK6Af
Read postPost 3361yr in export
All 4 best articles I could find about the JWT OAuth flow in and out of Salesforce ๐
Read post
Post 3371yr in export
๐ Did you know about this Salesforce site: Platform Demos? ๐ It contains 2 great things: โก๏ธ quick, reproducible 3-minute demos for Salesforce products, solutions & features. ๐ hour-long hands-on workshops for Sales...
Read post
Post 3381yr in export
Look who has implemented Commerce Cloud! Gum gum... ๐ดโโ ๏ธ๐ค๐ผ
Read postPost 3391yr in export
This is a first collection of cloud/Salesforce/development links and comments I've posted since June this year. I had posted it on a weekend so probably many have missed it - republishing it now to make sure. I will r...
Read postPost 3401yr in export
๐ Check out this success case: Arbonne obtained insights and 25% cost savings with Amazon Connect and NeuraFlash. ๐ My colleagues at NeuraFlash have implemented Amazon Connect for Arbonne and this contact center sol...
Read post
Post 3411yr in export
๐ Look at this large collection of Apex challenges for you to practice! ๐ฅ ๐ ApexSandbox.IO ๐ Easy and free: just log with your Dev org, choose a problem and start coding! ๐๐ฝ Thanks to Mehdi Maujood for this grea...
Read post
Post 3421yr in export
Earlier today I've found CatGPTail was covertly attempting to interface with the keyboard. I guess that is why the term "AI" is now being replaced with "Agent". While the GPTs out there are all about inference models,...
Read post
Post 3431yr in export
๐ฐ Do you need to troubleshoot CPQ pricing logic? CPQ has many calculation stages - think of the trigger order of execution but more complex! โก๏ธ Here is a useful tool to handle that: CPQ - Pricing Logic Review ๐ ๐๐ฝ...
Read post
Post 3441yr in export
๐ Check this out: MC Snippets, a tool and playground for Marketing Cloud devs! โจ They can test their AMPScript, SSJS and SQL snippets without having to login to MC! ๐๐ฝ Thanks to Pato Sapir โ๏ธ ! ๐๐ฝ ๐ LINK: https:...
Read post
Post 3451yr in export
โ
What do you use to compare profiles? There is Crazy Compare, a browser extension! ๐๐ฝ Thanks to Ajinkya Dhas โ๏ธ ! ๐๐ฝ You can compare two profiles and find the differences quickly. Then print or save as PDF. ๐ LI...
Read post
Post 3461yr in export
๐ Did you know about this tool? Apex Log Analyzer ๐ It is a VSCode Extension for performance analysis of Salesforce debug logs. ๐๐ฝ Thanks to Luke Cotter at Certinia and a number of other contributors of this open...
Read post
Post 3471yr in export
๐ Have you seen this Salesforce Labs package: Action Plans! ๐๏ธ ๐ It allows you to create templates of tasks, then assign objects so that those tasks will be created automatically. ๐ Thanks to David Schach for this...
Read post
Post 3481yr in export
๐ Check this out: Ultra Enhanced Related List LWC! ๐ ๐๐ฝ Thanks to Matt Gerry for this powerful open source LWC! ๐๐ฝ This component has a number of great features: โก๏ธ mass updates โก๏ธ mass deletes โก๏ธ pagination โก๏ธ...
Read post
Post 3491yr in export
I've seen clients suffering with an UI like this for decades. One of them had our help migrating to Salesforce last year. The last one I've seen was an app developed in the early 2000s, I think in C# or maybe even Vis...
Read postPost 3501yr in export
Another edition of the zine with the cool stuff I've found about Salesforce development. Be sure to check out the "sponsor" in the last page! ๐
Read postPost 3511yr in export
65 data scientists/engineers were interviewed to determine what makes AI/ML projects fail: ๐๐ฝ industry stakeholders often misunderstand โ or miscommunicate โ what problem needs to be solved using AI. ๐๐ฝ the organi...
Read post
Post 3521yr in export
๐งช๐ง How would you extract a substring from another string in a formula/flow? For example, let's say you have a JSON (you probably shouldn't have one but this is a contrived example) that you need to extract a certain...
Read postPost 3531yr in export
Quick summary of scenarios/recommendations for when you have to troubleshoot "Unable to lock row" errors.
Read postPost 3541yr in export
I've collected some of my past posts and made this goofy zine. ๐น Be sure to check the "sponsor" in the last page. ๐คฃ
Read post
Post 3551yr in export
๐ค๐ฆ Interview Prep at Tech Dev Guide, by Google This site offers interview tips, preparation tips and coding questions in 4 languages: Java, C++, Python, Javascript ๐ Check it out: https://lnkd.in/g8VsYsCx!
Read postPost 3561yr in export
๐ Have you seen this site SalesforceTroop.com ? ๐ซก๐ช๐๏ธ It has interesting tools such as: ๐ ๏ธ LWC Form Builder: you add components and it builds the LWC template for you โ๏ธ LWC Layout Builder: it builds the LWC templ...
Read postPost 3571yr in export
This will be very interesting: a new series "Sandbox Sessions" by Peter Chittum and Paul Battisson, on September 12th.
Read postPost 3581yr in export
๐ This article - ๐๐ฝ thanks to Michaรซl B. ๐๐ฝ - explains why you should get rid of system.debug() statements and why. ๐ Why: you can use the Apex Replay Debugger in VSCode instead. How: use VsCode SFDX Hardis. It...
Read postPost 3591yr in export
SCENARIO: ๐ Suppose you're working on a Salesforce trigger - let's say on Case - and in it you create and insert a Note record related to the case. After testing and verifying that the Case trigger is working properl...
Read post
Post 3601yr in export
For those who are trying to improve their career, Google has released a "Interview Warmup" page to practice a few questions and train for your interview. It can offer 5+ interview questions on each of these subjects:...
Read postPost 3611yr in export
When your Automated Process User is "System", how do you enable debug logging to troubleshoot Email-to-Case? Here is a solution using the Tooling API to enable debug logging.
Read post
Post 3621yr in export
๐ซ๐๐โ๏ธ Dive Deep into MuleSoft Integrations with Guided Labs โ๏ธ๐๐๐ซ If you're looking to master MuleSoft integrations, the MuleSoft Codelabs repository is your ultimate resource. This collection of guided labs off...
Read post
Post 3631yr in export
๐ The "Flow Logger - Debugging Tool" ๐ Looking for an easy way to log from a flow? Check out the "Flow Logger - Debugging Tool" by Wouter DUPRE. This handy app is perfect for: โก๏ธ Debugging: Trace whether a flow has...
Read post
Post 3641yr in export
๐ Introducing NebulaLogger: the Ultimate Salesforce Logging Solution ๐ Meet NebulaLogger, the most robust logger for Salesforce that facilitates logging with Apex, Lightning Components, Flow, Process Builder, and In...
Read post
Post 3651yr in export
๐ Powerful Automation with the Mass Action Scheduler! ๐ Ever wished you could easily schedule Process Builder, Flows, Quick Actions, Email Alerts, Workflow Rules, or Apex? Look no further than the Mass Action Schedu...
Read post
Post 3661yr in export
๐๐ซ Are your Salesforce Flows hitting the 2000-iteration limit(*)? ๐ซ๐ (*) only applicable to flows in API versions 56 and earlier Farah Sherif Ghanem points out a reason to use Invocable Apex from Flows in her arti...
Read post
Post 3671yr in export
Have you ever used a machine like this? ๐ The other day I saw comments joking about using outdated apps such as Skype, ICQ and mIRC so it got me thinking: what predated all of those instant messaging apps? Not counti...
Read post
Post 3681yr in export
Did you know you can call an Invocable Apex method directly from Apex? ๐ Why does this matter? Enhancing code reusability (modularity) and dynamically invoking different actions at runtime based on conditions (flexib...
Read post
Post 3691yr in export
๐ก Implementing LWC from Quick Action in Salesforce I found an article that offers straightforward steps to create a Lightning Web Component (LWC) that is callable from a quick action in Salesforce. Published by HIC G...
- #Salesforce
- #LWC
- #QuickAction
- #SalesforceDevelopment
Read postPost 3701yr in export
๐ก Interesting Approach to Complex Validations in Salesforce ๐จ NOTE: that technique is no longer needed. Please see an updated and very elegant approach at the bottom. ๐จ I came across an article by Yumi Ibrahimzade...
- #Salesforce
- #ValidationRules
- #FlowBuilder
- #SalesforceAdmins
Read post
Post 3711yr in export
๐ Thinking about the B2C Solution Architect certification? I initially tried it in beta (in 2021) and havenโt retried yet. This insightful article by Martin Humpolec explains some of the challenges and preparation st...
Read post
Post 3721yr in export
๐ก Check Out IaSQL: AWS Infrastructure as Data in PostgreSQL I recently came across IaSQL, an interesting tool that connects your AWS account with a PostgreSQL database. I've implemented something similar before but b...
- #CloudInfrastructure
- #SQL
- #AWS
- #OpenSource
Read postPost 3731yr in export
๐ Check out this SF9to5 article by Yelena Slobard : Considerations for Privacy and OWD ๐ In her article she shares a few pitfalls and recommendations that can save you headaches: Private OWD + Sharing Rules Sharing...
Read post
Post 3741yr in export
๐ Check out Philippe Ozil's insightful blog post on breaking runtime dependencies using dynamic dependency injection in Apex. Discover how this approach can help you: ๐น Manage dependencies effectively ๐น Enhance fle...
Read post
Post 3751yr in export
๐ Thought-Provoking Read on Developer Productivity I recently came across Beyang Liu's article on the challenges of achieving deep focus in our era of constant interruptions. Liu questions current productivity metric...
Read post
Post 3761yr in export
๐ The Full Range of Salesforce Sharing ๐ Check out this insightful article by Ashish Agarwal, which lists 22 Ways to Share Records in #Salesforce. You can use this as a quick reference guide to determine the most ap...
- #Salesforce
- #DataManagement
- #TechTips
- #SalesforceAdmin
- #BusinessSolutions
- #DataSharing
Read post
Post 3771yr in export
Do you agree that this happens more often than one would expect? ๐ #Salesforce #flow #LWC #apex
- #Salesforce
- #flow
- #LWC
- #apex
Read post
Post 3781yr in export
The linked ForceTrails article by Rahul Gawale is about another example of hierarchical view in LWC. This time it uses the lightning-tree-grid component and loads data dynamically, only when needed as the user clicks...
Read post
Post 3791yr in export
Reviewing my bookmarks I've found this interesting site containing example code: Dynamic Tree Structure LWC, created by Lakshay Katney. It contains sample code that shows how the lightning-tree LWC can be used. The Ap...
Read post
Post 3801yr in export
Stumbled upon this gem of a class name today: โStupidTestsโ with a method โstupidTestOfThingsIShouldNotHaveToTestโ ๐ง Check out the ancient API version too! Created back in 2011 and still going strong without a single...
- #CodeHumor
- #ThrowbackTech
- #DeveloperLife
Read postPost 3811yr in export
Although it might reveal a different concern than data higiene, another query I would suggest - mostly for old Salesforce orgs with email-to-case - is: SELECT FromAddress, COUNT( Id ) FROM EmailMessage GROUP BY FromAd...
Read post
Post 3821yr in export
Yesterday I've tried to open an article I had bookmarked years earlier. The article was about LWC and Mulesoft and the bookmark was pointing to sfdcpanther.com However, it was taking me to a Telegram page about Crypto...
Read postPost 3832yr in export
I endorse that!
Read post
Post 3842yr in export
I have updated the Salesforce Flow Extension: now in version 1.1.5 In this version I added a download button for a Markdown table with a list of flow elements. There was a glitch that omitted formulas and it has now b...
Read post
Post 3852yr in export
I have updated the Salesforce Flow Extension: now in version 1.1.5 In this version I added a download button for a Markdown table with a list of flow elements. There was a glitch that omitted formulas and it has now b...
Read postPost 3862yr in export
Maciej Poฤwierz got a huge bill from AWS because of a *private* S3 bucket. AWS charges you for unauthorized requests and redirects. Avoid using short and common names for your S3 buckets and add a random string to the...
Read postPost 3872yr in export
What do you think? I am interested in learning more about RLM.
Read postPost 3882yr in export
Amazing idea from Krishna Teja: a browser extension that implements something similar to GitHub Copilot but for the Salesforce Developer Console! I am looking forward to this!
Read postPost 3892yr in export
Amazing idea from Krishna Teja: a browser extension that implements something similar to GitHub Copilot but for the Salesforce Developer Console! I am looking forward to this!
Read postPost 3902yr in export
This is such a brilliant idea! ๐กโจ Arindam wanted to override the New button with a modal LWC but that cannot be done directly. So he hid the standard button and created a new one to pass a URL parameter and then adde...
Read post
Post 3912yr in export
Someone asked today: "What would happen if Pinocchio said 'My nose is about to grow right now'?" So I've asked my custom GPT Giggle Generator and it gave this initial answer: "It's like Schrรถdinger's Nose! Pinocchio's...
Read postPost 3922yr in export
Salesforce Intern position available!
Read post
Post 3932yr in export
Playing with the "Photo to Cartoon" GPT I published at https://lnkd.in/gkKZrG6w It doesn't get it quite right but the results are fun to see ๐ "Where Waldo at Dreamforce --ar 16:9"
Read post
Post 3942yr in export
Great dive into this topic of Test Data with CumulusCI/Snowfakery!
Read post
Post 3952yr in export
Just noticed in my feed that Spiff (Acquired by Salesforce) will be acquired by #Salesforce and become part of Sales cloud sometime between 2024 and 2025. One of their features is Spiff Designer: in a nutshell, a high...
Read postPost 3962yr in export
All sorts of SQL wizardry here! ๐
Read postPost 3972yr in export
This new XTTS from Coqui AI allows anyone to fake any voice. I've ran a Python notebook in Google Collab that served a Gradio page where I uploaded 6 minutes of a guy impersonating Morgan Freeman narrating The Mandalo...
Read post
Post 3982yr in export
Last night I've uploaded a new version of the Salesforce Flow Extension and Google has published it this morning. It now has: * a new purple button to display a summary of what the flow is doing * the flow definition...
Read post
Post 3992yr in export
EDIT: It all started with me looking at my weekly Google Calendar and seeing it all occupied with meetings. That reminded me of the pipes in Flappy Bird and that the bird wouldn't be able to cross the calendar with so...
Read post
Post 4002yr in export
I've created another browser extension, this time for #AWS #Amazon #Connect contact flow developers. This extension will parse the #AmazonConnect #flow and build a table and a diagram with all its elements. The diagra...
- #AWS
- #Amazon
- #Connect
- #AmazonConnect
- #flow
Read postPost 4012yr in export
This is crazy: there is a market to get fake stars on a GitHub repo. There is a market for other sites such as ProductHunt, Kaggle, etc. All this to get "popularity" and job offers. https://lnkd.in/gjKETwB6
Read postPost 4022yr in export
I saw a post commenting how enjoyable is the #Slack huddle "elevator" music - I think it was a meme of John Cena dancing to it but can no longer find that one. So then I've found this 1-hour remix. ๐
Read post
Post 4032yr in export
Tesla's API has a "bioweapon mode". ๐ Not being a Tesla owner, I was curious to check and this mode turns on an additional HEPA filter and increases the fan speed to lightly pressurize the cabin and keep pollution out.
Read postPost 4042yr in export
That reminded me of CSVbase.com and this article where the author says his favorite API is a public zipfile on the ECB website: https://csvbase.com/blog/5 https://www.linkedin.com/feed/update/urn:li:activity:711530246...
Read postPost 4053yr in export
I am not sure who in my network might use this, but since it is available for me to share, Iโd like to share this free 2-month trial of LinkedIn Premium Career. Premium gives access to insights, search tools, and dire...
Read postPost 4063yr in export
A few months ago I've created in my spare time this small demo of a quick integration pulling data from TicketMaster and displaying it in #Salesforce. (no sound) I've created a plain Apex class to do the API calls and...
Read postPost 4073yr in export
Recomendo os cursos do RocketSeat. Jรก testemunhei um caso de um rapaz que no Brasil que foi contratado por uma empresa na Franรงa por causa do curso. O link abaixo รฉ para um curso gratuito deles: Next Level Week. https...
Read postPost 4083yr in export
This is great, not just for Business Analysts! Be sure to check the resource Amanda Perkins mentioned at the end (I will post the URL in the comment).
Read postPost 4093yr in export
Esse vรญdeo do Fabio Akita me faz lembrar de uma vez que um cliente pediu que eu consertasse um trigger na org dele e quando fui ver acabei usando trigonometria. Eu consertei o bug e depois observei que o cliente manti...
Read postPost 4103yr in export
Yesterday I've mentioned the current challenge with LLMs/GPT to ensure accurate answers. Today I've found this: ChatGPT gave a terrible answer to the question "What role did Brian Hood have in the Securency bribery sa...
Read postPost 4113yr in export
The current challenge with LLMs/GPT to ensure accurate answers. https://lnkd.in/gXycTDMd
Read post
Post 4123yr in export
Mohith Shrivastava and Daniel Ballinger have shared the slides from the #TDX23 session "Apex Patterns and Best Practices in 2023" Lots of good stuff in it: AccessLevel, queryWithBinds, Crypto, Platform Cache, Platform...
Read post
Post 4133yr in export
Meta's recently released language model LLaMA, similar to ChatGPT, has been leaked and now this "shawwn/llama-dl" GitHub repository has instructions on how to download the 65B model weights (220 Gb total). You can ren...
Read postPost 4143yr in export
Knowing how the Update Records element uses up key limits will make you a better Flow builder. Check out the details below. And let me know if you have any questions.
Read post
Post 4153yr in export
Ok, who did that? ๐
Read postPost 4163yr in export
I've worked on a client's #Salesforce org where the Case object had 10s of picklists. I've ran queries on their case records and, out of thousands, only very few records had values in those picklists. Those picklists...
Read postPost 4173yr in export
Great recommendation from Krishna Teja! It makes it easier to read and maintain and serves as documentation. Formula fields, validation rules, flow formulas, ...
Read postPost 4183yr in export
I've once copied a transcription from an #interview on YouTube - it was about a new set of features in #Salesforce. I pasted it into ChatGPT and asked to summarize it. It mentioned a feature so extraordinary that I ha...
Read postPost 4193yr in export
David K. Liu is offering his 10 hour beginner Salesforce coding course for free this week.
Read postPost 4203yr in export
Please learn about guard clauses! One of the reasons is that that pyramid of nested IFs growing to the right side of the screen is harder to read and understand the logic when troubleshooting. Guard clauses are much m...
- #programming
- #codereview
- #cleancode
Read post
Post 4213yr in export
Lucas Cummins reminded me of this site and said "More people need to know about this". I absolutely agree: Formulon.io It is a great tool created by Leif Gensert to test your new #Salesforce Formulas. Instead of writi...
Read postPost 4223yr in export
In a thread, Simon Willison asked: how do you start exploring and analyzing a CSV with 100k rows? My own answer before reading that thread was to load the CSV in Snowflake, import into a table and run queries on it. N...
Read post
Post 4233yr in export
Tips on how to #debug #Javascript and #Salesforce #LWC #Lightning Web Components, given by sir Smudge
- #debug
- #Javascript
- #Salesforce
- #LWC
- #Lightning
Read post
Post 4243yr in export
Important point.
Read postPost 4253yr in export
I've found an inconvenient limitation on dynamic forms: if your record page has tabs, you can't use dynamic forms in one tab while keeping the page layout on the main tab. The scenario in which I've attempted to use d...
Read post
Post 4263yr in export
I've recently had to recreate some old flows for a client. The new flows are for a new object and the old ones had hardcoded ids. So the easiest way I could find was to download the flow metadata using VSCode and do a...
Read post
Post 4274yr in export
In the 90s, a meeting between Steve Jobs and John Carmack, two of the most important figures in computer industry. Carmack is one of the most influential programmers in the history of video games, and a pioneer of 3D...
Read postPost 4284yr in export
I've found Lydia Hallie has 2 other great videos explaining website and #Javascript #performance: Web Performance Trivia - Lydia Hallie https://lnkd.in/gdvrE-pb Lydia Hallie: JavaScript Visualized: A Script's Life htt...
Read post
Post 4294yr in export
Look at this architectural diagram. It is interactive (hover and click) and it is amazing! Ilograph's site has other examples that are just as cool. https://lnkd.in/erXvyYzc
Read post
Post 4304yr in export
My top 3 recommended sites to learn about #CI/CD, #Git and #GitHub One of them is so good that it is going to become a paid service next month so you better check it out soon!
Read post
Post 4314yr in export
Today I've found out the Texas attorney general office uses #Salesforce A lender - or the credit rating agency itself - had incorrectly associated a loan to my record so I was looking for a complaint form and found a...
Read postPost 4324yr in export
Too cool! While logged in GitHub.com, on any repository, hit the . (dot) key. It also works if you switch the URL from github.com to github.dev
Read post
Post 4334yr in export
Tooltip I've found in one #Salesforce org explaining what the Phone field means. ๐ Share
Read post
Post 4344yr in export
Debug your #Docker #Node.js app in #VSCode in 3 simple steps
Read postPost 4354yr in export
Remember to test your numeric fields with negative numbers. Years ago, a big bookstore had a glitch on their online ordering page: you could order -1 books. If you ordered a negative number, the value of the book woul...
Read postPost 4364yr in export
Curso gratuito de C# ๐ฅ Faz algum tempo que eu acompanho os vรญdeos do Balta e posso confirmar que tem conteรบdo muito top!
Read post
Post 4374yr in export
A small #GIT tutorial that is instructive and fun to look at. ๐ธ
Read post
Post 4384yr in export
Just wanted to get this quick article out and improve later: Data Integrations in Salesforce in simple terms
Read post
Post 4394yr in export
RisingStack uses a native module to speed up its #NodeJs app. https://lnkd.in/eTyptrqR The module was written in #Rust to handle URL parsing faster. Make #Rust callable from #Node in just 3 steps: - declare function p...
Read post
Post 4404yr in export
Salesforce was going to release "Code Builder" (VS Code running on browser and fully integrated with SFDC) but they've postponed it last December. https://lnkd.in/eZb_uAYi
Read post
Post 4414yr in export
#Salesforce Trailblazer Resources https://lnkd.in/dTb9Eg-g
Read postPost 4424yr in export
#Salesforce may build an AI-powered code assistant for Apex developers! https://lnkd.in/eV3bC6MT
Read postPost 4434yr in export
Very interesting article: https://lnkd.in/ep6f4nhS
Read postPost 4444yr in export
Very interesting article by Chris Dixon, entrepreneur and partner at a16z. https://lnkd.in/eCEJrSEd #technology #digitaltransformation
- #technology
- #digitaltransformation
Read post
Post 4454yr in export
The ladder of inference, from the book "The Fifth Discipline" by Peter M. Senge
Read post
Post 4464yr in export
Happy to have participated in this #Salesforce #success story! https://lnkd.in/ePbrbzi
Read postPost 4475yr in export
It looks like the version 5 of #dotNet is amazingly faster: Reddit commenter: "... migrated an app from #dotnetcore 3.1 to 5 and initial tests seemed about 15%-20% faster with .NET 5" https://lnkd.in/e8gwGGP
Read postPost 4485yr in export
How to bypass validation rules using custom permission - tip by Jordan Nelson (check out other videos in his channel). https://lnkd.in/eUt8ys3 I had published the article linked below (which is my most viewed article...
Read post
Post 4495yr in export
Has anyone seen this kind of error "handling" in Apex? ๐น
Read postPost 4505yr in export
Pretty good online #JSON editor: https://lnkd.in/eCQ_vvw
Read postPost 4515yr in export
Nice #javascript article from Tapas Adhikary
Read post
Post 4525yr in export
Quick article! #salesforce #consulting #project
- #salesforce
- #consulting
- #project
Read post
Post 4535yr in export
Nice solution!
Read postPost 4546yr in export
Amazing effort and results! The mother of all demo apps: the same app implemented in several versions each using different frontend and backend frameworks. You can mix and match React, Angular, etc on top of Node, Dja...
- #app
- #webdevelopment
- #frontend
- #backend
Read postPost 4556yr in export
I've liked this interesting series of articles about #unittesting in #Salesforce #Apex and #patterns to increase speed and reusability. https://lnkd.in/eBCqTMx
- #unittesting
- #Salesforce
- #Apex
- #patterns
Read postPost 4566yr in export
New #salesforce feature Permission Set Groups will allow "job role"-based access rights (not having to do with the existing role hierarchy). Permission management will gradually replace profiles permissions in favor o...
Read postPost 4576yr in export
Very interesting #podcast with an introduction to program synthesis, that is, automatic generation of programs from examples. The Flash Fill feature in Excel 2013+, for instance, is a program synthesis: you give it an...
Read post
Post 4586yr in export
When I was a 9-1-1 dispatcher, the holiday season meant a spike in calls. This time of year, while so joyous for some, is incredibly hard for others. Unexpected loss, depression, financial struggles, turbulence or vio...
Read postPost 4596yr in export
Things I've noticed after using the new #apple #macbookpro 16" while being accustomed to a MBP of mid-2012: - obviously faster, has better keyboard and cooling (i7 still gets hot but cools off faster than what I've se...
Read post
Post 4606yr in export
Stories to tell around a #Salesforce #developers campfire :) #apex #lwc #development #troubleshooting #integration #boomi
- #Salesforce
- #developers
- #apex
- #lwc
- #development
- #troubleshooting
Read postPost 4616yr in export
https://lnkd.in/eKMR3C3 ...what skills will help (students) in a job setting... "get really good at spreadsheets." I remember people getting mind-blown when I've showed that one could name a #spreadsheet column "hours...
Read postPost 4626yr in export
ODATA has existed since 2007, has been implemented by many vendors and has standardized filter, sorting and aggregation. This article lists many other advantages over the more recent competing APIs.
Read post
Post 4636yr in export
How to debug Lightning components better ๐ธ #lightning #lwc #aura #javascript #salesforce
- #lightning
- #lwc
- #aura
- #javascript
- #salesforce
Read postPost 4646yr in export
Great mnemonic for the Salesforce order of execution! Lion Visits Tiger (L - Load Record, V - Validation, T - Before Triggers) ...
Read postPost 4657yr in export
Great collection of #AI #cheatsheets More at Asif Bhat's GitHub: https://lnkd.in/eJ9HWaq
Read post
Post 4667yr in export
What about using #Visualforce to generate #images, #charts with #SVG ? https://www.linkedin.com/pulse/using-visualforce-scalable-vector-graphics-fernando-mendes-fernandez/
- #Visualforce
- #images
- #charts
- #SVG
Read post
Post 4677yr in export
I am thinking of posting an article about using #VisualForce to generate #SVG images containing donut #charts that, unlike the standard dashboards, can be placed virtually anywhere.
Read post
Post 4687yr in export
My "alma mater": UERJ. During graduation, I had the opportunity to participate in a science project where I created this #IFS #fractal: the word UERJ where each letter was made out of the word UERJ and successively. A...
- #IFS
- #fractal
- #linearalgebra
Read postPost 4697yr in export
Cheat Sheets for Keras, Numpy, Pandas, Scipy, MatPlotLib, SciKit Learn, GGPlot2, PySpark, RStudio and Jupyter Notebook https://lnkd.in/er__qtw
Read postPost 4707yr in export
https://lnkd.in/e43HPMa
Read post
Post 4718yr in export
An exercise with Decision Tree algorithms and visualizations to predict diabetes. You can check the #python code out on #kaggle and run it yourself: https://lnkd.in/eFxt6wy #ensemble #decisiontrees #adaboost #lightgbm
- #python
- #kaggle
- #ensemble
- #decisiontrees
- #adaboost
- #lightgbm
Read postPost 4728yr in export
Article from the director of product management at #Salesforce #Einstein that draws a panorama of the current #MachineLearning options:
- #Salesforce
- #Einstein
- #MachineLearning
Read postPost 4738yr in export
Interesting assessment tool and use case. https://lnkd.in/gHchkG8
Read post
Post 4748yr in export
My 2nd #kaggle #jupyter notebook, this time running a linear regression model in #python: https://lnkd.in/e8GjxY5 If you fork and run it, you can click+hold to rotate the 3D plots with the mouse - pretty cool! :)
Read post
Post 4758yr in export
My first #Kaggle notebook. :) https://lnkd.in/gQ7rdDs It is amazing what you can do with just a few lines of #python.
Read post
Post 4768yr in export
Inspiring article by a friend I had the privilege of working with at the beginning of my career.
Read postPost 4778yr in export
This is huge! :) https://lnkd.in/ebEQG2z
Read postPost 4788yr in export
I guess this is the video they mentioned in the Salesforce Einstein webinar about object detection - pretty good! https://lnkd.in/gK2fYNh
Read postPost 4798yr in export
https://lnkd.in/eBzqNMR
Read postPost 4808yr in export
Rogerio, this map describes the equivalent services between AWS and Azure. Remember when we talked about this? https://lnkd.in/eMnz38f
Read post
Post 4818yr in export
Experimenting with Salesforce Einstein: It is kind of interesting that when submitting my LinkedIn thumbnail photo to Einstein's general image classifier, it points out that the image has about 92% chance of containin...
Read postPost 4829yr in export
In case anyone is looking or knows of someone available: https://lnkd.in/eZmpQpC
Read postPost 4839yr in export
Very interesting! https://lnkd.in/e8YQDnp
Read postPost 4849yr in export
A fake recruiter tried to connect with me today using a fake profile with someone else's picture (Google Images helps a lot and the linked article below mentions TinEye.com). I've reported it to LinkedIn and let the v...
Read postPost 48510yr in export
Pretty good presentation about some Python tricks.
Read postPost 48610yr in export
Presentation about Deep Learning and Convolutional Neural Networks
Read post