Posts

How to Integrate Fingerprinting Into Your Kotlin Application

In this article, you’ll learn how to integrate device fingerprinting into a Kotlin-based Android application using Fingerprint Pro Android SDK—a publicly available library for device fingerprinting that uses device attributes to generate a unique visitor identifier through a hashing process.
How to Integrate Fingerprinting Into Your Kotlin Application

How to use PyInstaller

In this article, you’ll learn how to create a virtual environment using PyInstaller, install applications on that virtual environment, and distribute them with PyInstaller.
How to use PyInstaller

How to Integrate Device Fingerprinting Into Your Flutter Application

In this article, you’ll learn how to integrate device fingerprinting into a Flutter application using Fingerprint Pro Flutter SDK—a publicly available library for device fingerprinting that uses device attributes to generate a unique visitor identifier through a hashing process.
How to Integrate Device Fingerprinting Into Your Flutter Application

Android chat app development: Build real-time chat with CometChat

This tutorial guides you through integrating CometChat’s chat SDK and UI kits to create a real-time chat experience for your users. Follow the steps and learn how to implement chat functionality in your Android app.
Android chat app development: Build real-time chat with CometChat

How to Integrate Fingerprinting Into Your Python Application

In this article, you’ll learn how to integrate browser fingerprinting into a Django Python application using Fingerprint—a platform for browser fingerprinting that uses browser attributes to generate a unique visitor identifier.
How to Integrate Fingerprinting Into Your Python Application

How to Restore a Deleted Branch in Bitbucket

In this article, you’ll learn how to restore deleted branches in Bitbucket and how to avoid accidental deletion.
How to Restore a Deleted Branch in Bitbucket

BeautifulSoup Web Scraping Guide

Looking for a quick tutorial to help you get started web scraping using Python’s Beautiful Soup? You have come to the right place – read on and get started immediately.
BeautifulSoup Web Scraping Guide

Build a lightning-fast search index using Flink, Elasticsearch, and Redpanda

In this tutorial, you’ll learn how to build a lightning-fast search index using Flink, Elasticsearch, and Redpanda — the simpler, dev-friendly Apache Kafka® alternative.
Build a lightning-fast search index using Flink, Elasticsearch, and Redpanda

Python Script to Clean up Old Images From AWS ECR using Boto3

For one of my projects, I automated building and pushing AWS ECR images using Github Actions, but soon realized that my AWS ECR repo had a pile-up of unused images. In my workflows, I use the most recently image and other images in the repository present a minor opportunity for optimization.
Python Script to Clean up Old Images From AWS ECR using Boto3

Python Script to Fix "Export EXPORT_NAME cannot be updated as it is in use by STACK_NAME" error in AWS CloudFormation

If you use AWS CloudFormation, you might have encountered an issue while trying to update stacks if the stacks are updated. The error looks something like this: Export EXPORT_NAME cannot be updated as it is in use by STACK_NAME If you use AWS CDK, you might still face issues while deploying stacks, as AWS CDK generates a CloudFormation template during deployment.
Python Script to Fix "Export EXPORT_NAME cannot be updated as it is in use by STACK_NAME" error in AWS CloudFormation