From a Local Windows Redaction Script to an Installable PyPI Package
A follow-up on turning local-redactor into a cross-platform, installable Python package for redacting logs, screenshots, and secrets before sharing them.
Read article →Use tags for detail, but use the Writing page for broader topic discovery.
A follow-up on turning local-redactor into a cross-platform, installable Python package for redacting logs, screenshots, and secrets before sharing them.
Read article →***A simple developer-friendly workflow to remove PII, secrets, tokens, and screenshot data before sharing context with AI agents.***
Read article →A small Python project that parses YouTube watch history from Google Takeout, enriches it with metadata, and turns it into a local analytics workflow.
Read article →Learn how API encryption protects sensitive data in transit and at rest, how encryption keys are used, and which API encryption strategies matter for secure services.
Read article →The two terms often used in tandem for access control in almost every system but they are inherently different. In this article i will try to explain difference between these two terms.
Read article →This article discusses why is it very important to build APIs in a secure manner and what are the strategies that can be employed to secure API during development and after development.
Read article →APIs connect modern software systems by letting applications exchange data and actions through defined interfaces. This guide explains what APIs are, why they matter, and how they support automation, integration, and secure platform design.
Read article →Jupyter Notebook is a popular choice among data scientist and data engineer developing application. There are numerous factors of why Jupyter Notebooks are preferred choice for getting up and running quickly. There are several posts why they do so. [This](https://realpython.com/lessons/why-use-jupyter-notebooks/) article on real python nicely explains.
Read article →