Category Technology

Step by step guide to Encrypt and decrypt in Python

In this article, we will learn about encryption and decryption and their implementation in python. We will talk about why they are needed and a little bit about the basics. What is cryptography? Cryptography is the process of the conversion… Continue Reading →

All about Data Version Control (DVC)

What is Data Version Control (DVC)? Keeping track of all the production-level system data used for building models and experiments needs some kind of versioning. A single source of truth, but maintaining it takes a lot of time, you need… Continue Reading →

Get Access to Salesforce Authenticator App if you lost your mobile or removed your Salesforce Account

Salesforce provides multi-factor authentication to prevent any unauthorized access to your Salesforce Org. This is an extra layer of security and you can use the salesforce authenticator mobile app and add your salesforce account. Next, log in by entering a… Continue Reading →

IMPLEMENTATION OF GOOGLE OAUTH 2.0 LOGIN FOR PYTHON FLASK WEB SERVER APPLICATIONS

You have seen the login button on almost all the websites to manage the access of resources and keep the content secure from unauthorized access. So almost all the websites provide a login option before you can view any content… Continue Reading →

How to land into IT company and get a Software Engineer job

If you are here it means you have an interest in computer science or want to land in an IT company. If you have done your education in computer science then this journey might be easy for you but if… Continue Reading →

Run SFDX CLI or Salesforce CLI inside Docker Image with python

If you want to run the SFDX command inside the docker container then you have to install the SFDX CLI inside docker for that you need to install a couple of dependencies so there are two easy ways to do… Continue Reading →

Write once, read many (WORM)

WORM is a data storage technology, it allows data to be written to a storage medium a single time and prevents the data from being erased or modified. Data stored on a WORM-compliant device is considered immutable; authorized users can… Continue Reading →

No Package.xml found in SFDX CLI deployment

If you have come across an issue when you are trying to deploy your changes through SFDX CLI but facing no package.xml found the issue. We assumed that you have already installed SFDX CLI into your machine. This error shows… Continue Reading →

Retrieve and Deploy your changes to Salesforce using SFDX CLI

To deploy your changes to salesforce from One Org to another Org using SFDX CLI, follow the below step by step guide. Step 1: Open your terminal and Sign In to SFDX CLI using the below command. This command will… Continue Reading →

Error (‘01000’, [01000] [unixODBC][Driver Manager]Can’t open lib ‘ODBC Driver 17 for SQL Server’ : file not found (0) (SQLDriverConnect)) in Mac

If you get the Error (‘01000’, [01000] [unixODBC][Driver Manager]Can’t open lib ‘ODBC Driver 17 for SQL Server’ : file not found (0) (SQLDriverConnect)) in Mac then run the below command to fix the issue. brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release brew update… Continue Reading →

« Older posts

© 2024 My Beliefs

Write us at [email protected]