What Is a CTO, And Why the Role Is Nothing Like You Think
I remember the moment I realized the job had changed. I was sitting in a meeting, half-listening to a conversation about quarterly…
Insights, guides, and deep dives from the Enterprise Software Academy team.
I remember the moment I realized the job had changed. I was sitting in a meeting, half-listening to a conversation about quarterly…
Most teams build APIs. Very few teams productize them. And that distinction matters more than most engineers realize, especially if you’re levelling…
At some point in your career, something subtle shifts. You’re still thinking about architecture. Still reviewing pull requests. Still worrying about outages…
At some point in your career, someone will say it. “Why don’t we just get a grant?” It’ll sound harmless. Sensible, even.…
Most founders think about exit strategy too late. By the time they are entertaining offers or fielding acquisition conversations, the decisions that…
Most people use these three words interchangeably. That’s a mistake, and in a technology context it’s an especially costly one. The blurring…
Most interview prep advice is built for someone applying to their third job. It focuses on nerves, generic weakness questions, and memorising…
Most developers tank their first executive presentation before they say a word. Not because they don’t know the material. Because they walk…
If you have moved into a leadership role in software or technology, budgeting is one of those responsibilities that tends to arrive…
The getPopulatedFieldsAsMap method, introduced in recent Salesforce updates, is a powerful addition for dealing with dynamic apex or SObject instances. This method…
Triggering Platform events from within Salesforce is pretty easy. Learn how in this post.
Creating a UI that is intuitive and user-friendly can be challenging and time-consuming. In this blog post, we will walk through the process of building a custom UI with LWC.
In Lightning Web Components (LWC), data can be defined and used in components through attributes. This blog post explains how to use attributes to pass data.
Salesforce Platform Events are an event-driven architecture provided by the Salesforce platform. In this guide we look at what, why, and when.
The life of a startup CTO is incredibly challenging. Why? Well, as the chief technology officer of a startup, you are responsible…
One way to secure your serverless application is to implement token-based authentication, which helps to ensure that only authorized users can access your app
As a newcomer to Salesforce, you will quickly come across several important terms that are fundamental to understanding how Salesforce works. These terms are Org, Sandbox, Trust, and Security. In this article, we will explain each of these terms in detail and how they fit into the overall Salesforce ecosystem.
Switching from Visualforce to using Lightning is not an easy transition as there's quite a few changes that Salesforce Developers will need to get used to. Lightning changes a lot of the way that Salesforce works.
This blog post will explore how various Amazon Web Services (AWS) services are useful for implementing popular distributed architecture patterns.
In this blog article, you will learn 13 tips for developing maintainable and performant Lightning Web Components.