This is the second post in a two-part series on how to use Azure Data Studio and Flyway as part of managing a PostgreSQL database pipeline on Heroku. In this post, we will focus on using Flyway to migrate changes to the database schema. Prerequisites Complete the steps in the […]
Microsoft
Managing Heroku Postgres with Azure Data Studio and Flyway – Part 1
I use VS Code for most of my application development work. For SQL development, I wanted to try Azure Data Studio, which is a sort of sister product to VS Code for database development and management. This post is an example of how to use Azure Data Studio and Flyway […]
Salesforce Development with VS Code and WSL 2
Roughly a year ago, I wrote about using VS Code with the Windows Subsystem for Linux (WSL) for Salesforce development. There have been some notable changes since then, including WSL 2, VS Code remote development and the Windows Terminal, which have significantly simplified the approach. Previously, project files were typically […]
Getting Started with the Zsh Shell
How to use and run zsh, as well as additional features such as Oh My Zsh.
Configure Email Relay for Salesforce with Office 365
Email Relay refers to sending outbound email from Salesforce through your organization’s email server and then onto the recipient. The primary benefits are improving the likelihood of the email being delivered and a copy of all sent emails are saved to the sent folder of the email account used to […]
Summary of Embedded Analytics for Salesforce at Dreamforce ’19
I wrapped the series of posts about how to embed visualizations in Salesforce applications with a Wednesday architect session at Dreamforce ’19 and a repeat architect session on Thursday comparing the various options. Before diving into the content, I shared some of the use cases at Fair Trade USA. The […]
Embed Power BI Report in Salesforce using Visualforce
This post is part of a series that is exploring the capabilities and limitations of various data visualization tools when embedded in Salesforce. In the previous post, we used Qlik Sense to embed a dashboard on an Account record. Qlik Sense is a great product, but if your organization is […]
Windows Subsystem for Linux (WSL) Productivity Tips
Add Aliases One of the first hacks I performed was to add an alias so that when I type “code” in the terminal VS Code opens. # Navigate to the home directory and open the .bashrc file cd ~ nano .bashrc # Scroll down to the bottom or a section […]
Embedded Analytics for Salesforce Applications
One exciting trend over the past several years has been an increase in integrating visualizations and content from analytic tools into web applications to deliver insights to users in the application where they need to take action on those insights. We are going to work with several leading analytics solutions […]