What is Yara?
All about Yara "The pattern matching swiss knife for malware researchers (and everyone else)" (Virustotal., 2020)With such a fitting quote, Yara can identify information based ...
Have I Been Pwned?
Have I Been Pwned is an online service that allows users to check if their personal data has been compromised in known security breaches.By entering an email or username, users can...
Note: I am not associated with WakaTime, nor did I get paid anything to write this. I just think it's a great tool that I wanted to share with you. Here's my WakaTime profile for reference. I have ove...
The rise of AI-assisted coding has brought with it a new breed of developers—the vibe coders. These are the folks who describe what they want in plain English, and let tools like ChatGPT, Copilot, o...
After reading about Tilt in "Optimizing Cloud Native Java" by Benjamin Evans, I decided to try it out. Tilt promises to reproduce production stacks for local development with hot reloading capabilitie...
Table of contents.
1. Introduction.
2. Create a storage account for the company's private documents.
3. Configure redundancy for the storage account.
4. Create a private storage container for the cor...
Welcome, developers and AI enthusiasts! Today, I'm excited to share a major update to the tasks_prompts_chain library. This update introduces a breaking change that not only makes the library complete...
Let’s face it—JavaScript is HUGE. Even if you’ve been writing it for years, there are features hiding in plain sight that could save you time, reduce bugs, or even make your code cleaner and mor...
omg.... I finally got this done! Still took weeks, but did you know you can submit a bunch of photos in the ChatGPT at one time and have it 'read' it for you and get started on formatting and categori...
Version control is a fundamental part of software development, helping teams collaborate efficiently, track changes, and maintain a clean, stable codebase.This article will cover the best practices fo...