Programming


Set up AWS SQS for Queuing and Consumption from Node.js

awsnodejscloud-computing

How to Customize an HTML Report in Pytest

Make the report you want to make.

pytesthtmlpython

Create Reusable Models with Django and Mixins

Using mixins to create powerful, flexible Django models

djangomixinspython

5 Ways You Can Remove the Last Character from a String in Python

How to remove the last character from a string in Python.

pythonprogrammingcoding

Deploy Docker Containers In AWS Lambda In 5 Easy Steps

Lambda can now run your containers as a function with base runtimes provided by AWS or even with custom runtimes. With time, containerized apps became a hit and now the problem was how to deploy…

serverlesscloud-computingprogramming

Set Up Python on Windows Subsystem for Linux (WSL)

How to set up your Python development environment on Windows Subsystem for Linux (WSL)

software-developmentdata-sciencepython

AWS Site-to-Site VPN with NAT

awsdevopscloud-computing

Convert a Python Project to an Executable (.exe) File

Using Auto PY to EXE we can convert .py files to .exe files very easily. This way our Python project will act as a desktop application. And we will be able to run the application on other windows…

pythonprogrammingsoftware-development

Display Markdown Text in Command Line using Python

Dump the plain text help in your command line interfaces today

python-programmingmarkdownprogramming

Building and Publishing a Docker Image to Amazon ECR using Bitbucket Pipelines

How to build a container and push it to a container registry, all from within Bitbucket Pipelines.

awsdockerdevops