This post is also available in: Español (Spanish)
We welcome you to our small informative tech space! Sonneil Techies like to learn and write about their discoveries, while keeping up with the latest trends and sharing their passion with the world. Enjoy the reading!
LATESTS POSTS:
API requests in bulk with Postman
If you are in a situation where you have to call an API multiple times with a variety of data, you can consider several ways […]
Using Event Platform to connect Salesforce and other services
Sometimes is hard, without using expensive pretty tools like MuleSoft, to build a robust Event-driven architecture with Salesforce. In this article we will guide you […]
How to create your own custom icon font
Would you like to add your own custom icons to your project in a simple, quick and performant way so you can improve your general […]
Country acronym to text translator function in APEX
Sometimes we have acronyms for Countries or States in our org's fields. Which might be just fine for our users to handle on a daily […]
Create your API documentation with Postman
After you or your organization have spent months developing your services, the time comes when you have to document your API. Instead of writing the […]
Design Tricks #2: Typography. Give face to your projects with the most fitting fonts.
We're here with the second part of our Design Tips series! Now it's the turn for Typography. Let's learn to differentiate and choose the most […]
Using Leaflet to show maps in your LWC components
If you store geolocation when creating new leads or use services like GeoIP to detect where your users are, you can use Leaflet in your […]
Manage your website’s legibility using text-rendering and its alternatives
Hiya! How are you doing? Today's article is a brief overview of a topic I recently discovered. In fact, the idea came to me a […]
Uploading files to an S3 bucket from your LWC components
In this article we will covering how to upload files to your S3 buckets from a LWC component, as storing files in Salesforce is expensive. […]
Logicless APEX triggers: an easy and clean framework
Learn how to structure your trigger architecture to keep it tidy and logicless. […]
How to make responsive data tables for mobile platforms
Hiya! Have you ever found yourself in the need to show a big amount of data in your application, without having a clear idea of […]
Testing, building, and deploying your NuxtJS site for free with GitHub Actions and Heroku
You have made a new rockstar website, blog or personal portfolio using NuxtJS? This post will show you how can you publish it for free […]
LWC suddenly fails: “You don’t have access to APEX class…”
Winter '21 Salesforce update has made a Critical change on how APEX classes execute according to user permissions having a big impact on custom LWC. […]
Correcting user mistakes in email input with jQuery.
Previously in this blog we have seen how to suggest an email to the user.This post will be part of a series of articles dealing […]
Cache for Data Studio connectors
In the past article Zoho Desk + Data Studio, we explain how to get started in the world of Data Studio connectors. Now it is […]
Design Tips #1: About colours. How to choose a striking colour palette for your project.
First part of our Design Tip series. Colours are full of moods and meanings, and become an essential part of your brand or project. Learn […]
Become aware of your app events in Telegram
Sure you have used multiple services that allows you send app notifications, like Pushover or even IFTTT, but in this case, we are going to […]
User-Friendly exceptions in Salesforce LWC + APEX
You cannot say that APEX exceptions are not self-explanatory for those who want to read them. What we can say indeed, is that the structure […]
Autocomplete in email field with jQuery.
Validating the email field of your web form is one of the most important aspects of online marketing, when it comes to form validation. Some […]
How to analyze your customer service easily with Zoho Desk + Google Data Studio
If you use Zoho Desk to manage customer service and you want to analyze how things are going, I have good news, let's see step […]
Colour Terminology in two minutes.
How does a quick read about colour related words sounds to you? We'll quickly go through the difference between hue, tints, shades and tones, and […]
Career plot-twist: becoming a developer? 10 tips to succeed.
Are you considering becoming a developer? You profession just doesn't fullfil you anymore? Take a look at these 10 tips to become a developer and […]
Serverless & Salesforce 101
Salesforce platform has multiple ways to allow admins and developers do their work. Most often you use visual tools to perform the task, like Process […]
How to improve your styling workflow with CSS variables
Did you know there is a way to use variables in CSS thanks to custom properties and the var() method? This is now supported by […]