Programming
Set up AWS SQS for Queuing and Consumption from Node.js
How to Customize an HTML Report in Pytest
Make the report you want to make.
Create Reusable Models with Django and Mixins
Using mixins to create powerful, flexible Django models
5 Ways You Can Remove the Last Character from a String in Python
How to remove the last character from a string in Python.
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…
Set Up Python on Windows Subsystem for Linux (WSL)
How to set up your Python development environment on Windows Subsystem for Linux (WSL)
AWS Site-to-Site VPN with NAT
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…
Display Markdown Text in Command Line using Python
Dump the plain text help in your command line interfaces today
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.