Blog
Check if string is Alphanumeric in JavaScript
In JavaScript, it is often necessary to check if a string is alphanumeric, which means it contains only letters and numbers and no other characters. This can be useful for validation purposes, such…
JavaScriptRegexString
How to Remove a File from a JavaScript FileList?
JavascriptFilelist
Create A Graph with 2 Legends
How to create a graph in Python with two legends using matplotlib and the legend() function.
TechnologyGraphData science
AWS CloudFormation Template for an Auto Scaling Group
AWSCloud FormationCloud Computing
S3 cross-region replication with AWS CDK
PritunlAws VpnVPN
RapidFuzz versus FuzzyWuzzy
String matching with Python
TechnologyPythonProgramming
How To Integrate ChatGPT into Obsidian
ChatgptObsidianGpt3
Managing Kubernetes RBAC with Amazon IAM
KubernetesRbacAmazon
How to Automate AWS IAM Best Practices Using the Principle of Least Privilege
AWS IAM automation with Klotho to help you implement security best practices via Infrastructure-as-Code, and abstracting the complexity of writing least privilege IAM policies away from your developers.
AwsIamAws iam
Buckle Up Your For-Loops, Or Speeding Up Iterations in Python
Faster Alternatives to Python’s Standard For Loop Implementations
PythonIteratorsLoop