blog.craftedbrain.comPermanent fix for Let's encrypt SSL Certificate renewal issuesLetβs Encrypt is a certificate authority that provides free SSL certificates. SSL Certificates are small data files that digitally bind a cryptographic key to an organizationβs details. When installed on a web server, it activates the padlock and the...Jan 16, 2023Β·3 min read
blog.craftedbrain.comSSO Support & Authentication with Portainer using Microsoft OAuth providerSo what is OAuth? Many of us come into contact with OAuth when browsing around the Web, and most of us arenβt even aware of its existence. OAuth(Open Authentication) is a system that grants third-party websites limited access to user accounts, for ex...Jan 16, 2023Β·3 min read
blog.craftedbrain.comMicrosoft Azure: Cloud Compute ServicesWhat do we mean by βcloud?β "The cloud" refers to servers that are accessed over the Internet, and the software and databases that run on those servers. Cloud servers are located in data centers all over the world. Characteristics of cloud computing...Aug 8, 2022Β·15 min read
blog.craftedbrain.comRust Vs PythonPython and Rust are two popular programming languages use to write code and develop applications. While Python is an established and almost ubiquitous programming languages, Rust is more of an up-and-coming language which is quickly growing popular i...Jul 2, 2022Β·6 min read
blog.craftedbrain.comGo vs Python πBoth Python and Go are different, generally serving different purposes. Python is the primary language among data scientists, where Go is the language for server-side commands. Go is the language to use to run software. It is the faster language, per...Jul 1, 2022Β·8 min read