What is an SSL Certificate Sometimes when you visit a website, you may have noticed that right next to the website URL, there’s a warning “Not secure”. If you look at the website URL itself, it begins with HTTP and not HTTPS. A couple of years ago, web browsers began marking websites without an SSL(Secure […]
Auto Deploying a Django App using Capistrano with GitLab CI/CD
Yes, you read that right. We are using Capistrano – a very popular application deployment tool that is written in Ruby to deploy a Python Django app. In fact, you can deploy any application written in any language using Capistrano. We have been using Capistrano to deploy Rails apps for a very long time and […]
Serverless Architecture
Serverless architecture is a way to build and run applications and services without having to manage infrastructure. They refer to applications that heavily depend on third-party services (Backend as a Service “BaaS”), on custom code that’s run in ephemeral containers (Function as a Service “FaaS”), on a service model that delivers computer infrastructure on an […]