Blog
How to Mock AWS S3 in a Jest (Unit) Test
AwsJestTesting
How to Build Scalable Form Factory By Vue 3 — Form Builder Pattern
VuejsJavascriptTypescript
How to Capture Images Using React Webcam
ReactWebcamJavascript
Display Markdown Text in Command Line using Python
Dump the plain text help in your command line interfaces today
Python programmingMarkdownProgramming
How to Read and Write Excel Files in Python
Reading and Writing Excel Files in Python using the Openpyxl module.
PythonExcelOpenpyxl
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
Package Data Files to pyinstaller Binaries
Resolve file not found errors in pyinstaller
PythonPyinstallerCoding
Build A Hybrid App Using Cordova + Angular
Cordova is a cross-platform tool used to develop a Hybrid App. Hybrid apps using Cordova are web apps written using HTML, CSS, and any JavaScript framework/library. Cordova is responsible for…
ProgrammingAngularJavaScript
Solve the 8 Queens Problem in Python
PythonAlgorithmsRecursion
User Registration and Login Authentication in Django
How to handle signup, login, and log out in Django using the “UserCreationForm”
DjangoPythonAuthentication