ISBN vs ISBN 13

“ISBN” stands for “International Standard Book Number”. An ISBN is a number, not a bar code. One agency per country is designated to assign ISBNs for the publishers and self-publishers located in that country. The U.S. ISBN Agency cannot assign ISBNs to publishers and self-publishers located outside the United States and its territories. The ISBN... » read more

Git Error: RPC failed; errno 10054

Error: PUSH to GitBucket from Sourcetree RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 Resolution: git config http.postBuffer 524288000 It might be because of the large size of repository and default buffer size of git so by doing above(on git bash), git buffer size will get increase. Sources: https://stackoverflow.com/questions/46232906/git-clone-error-rpc-failed-curl-56-openssl-ssl-read-ssl-error-syscall-errno

Azure Storage Explorer

https://azure.microsoft.com/en-us/features/storage-explorer/ Azure Storage Explorer Free tool to easily manage your Azure cloud storage resources anywhere, from Windows, macOS, or Linux Secure access to storage accounts Every request to Azure Storage must be authorized. Azure Storage supports the following authorization methods: Azure Active Directory (Azure AD) integration for blob and queue data. Azure Storage supports authentication and... » read more

Azure Storage SDK

Visual Studio Nuget Manager PM>Install-Package WindowsAzure.Storage Samples: https://azure.microsoft.com/en-us/resources/samples/storage-blobs-dotnet-webapp/

Azure Storage Pricing

https://azure.microsoft.com/en-us/pricing/details/storage/ Blob storage is much less than file storage. Block Blobs Scalable object storage for documents, videos, pictures, and unstructured text or binary data. Choose from Hot, Cool, or Archive tiers. Prices for locally redundant storage (LRS) Archive Block Blob start from:$0.001/GB per month See Pricing Azure Data Lake Storage Combines the power of a... » read more

BitBucket

Source control from Atlassian. https://bitbucket.org/ Sources: https://bitbucket.org/product/pricing

TSQL String Split

Examples A. Split comma-separated value string Parse a comma-separated list of values and return all non-empty tokens. STRING_SPLIT will return empty string if there is nothing between separator. Condition RTRIM(value) <> ” will remove empty tokens. B. Split comma-separated value string in a column Product table has a column with comma-separate list of tags shown... » read more

Gmail, Add Additional Email Alias

Gmail Admin https://admin.google.com Add an email alias for a G Suite user You can add up to 30 aliases for each user. Sign in to your Google Admin console. From the Admin console Home page, go to Users. In the Users list, find the user. If you need help, see Find a user account. Click the user’s name to open their account page. Click User information  Email... » read more