Masteringbackend logoMasteringbackend logo (white)
  • Learn
  • Build
  • Grow
  • Blog
  • Community
LoginGet Started
Back to Home

Backend

5 articles in this category

Python Dockerfile: How to Build a Smaller, Faster Image
Backend
11 min read

Python Dockerfile: How to Build a Smaller, Faster Image

A default Python Dockerfile ships the build toolchain you do not need and reinstalls every dependency each time you change one line. This guide fixes both, with a layer-cached build, a multi-stage final image, a non-root user, and the .dockerignore most Python projects are missing.

9/17/2026
Getting Started with Bitrise: The Definitive Guide
Mobile

Getting Started with Bitrise: The Definitive Guide

Mobile DevOps in the past has been a very difficult and tedious job to manage manually. But, with the introduction of Bitrise, mobile DevOp is as simple as pushing your source code to a version control repository.

3/31/2021
6 Tips for Improving Cloud Computing Security
Devops

6 Tips for Improving Cloud Computing Security

Cloud computing is becoming the go-to system for file storage. We will share the benefits of using cloud computing and how to improve cloud computing security.

2/18/2021
How to Host Nodejs Apps on Namecheap
Nodejs

How to Host Nodejs Apps on Namecheap

In this article, we saw the possibility to host Nodejs apps on Cpanel like Namecheap and learned how to host a Node.js project on cPanel.

2/16/2021
Deploying Laravel to Heroku
Laravel

Deploying Laravel to Heroku

I will explore everything you need to know to deploy your next Laravel project to any Cloud Based Hosting Provider of your choice.

1/30/2021