PAPranshu Adhwaryuinpranshuadhwaryu.hashnode.dev·Jun 11, 2023 · 4 min readC++ String Functions Unleashed: A Practical Guide for Developers[With LeetCode Problems]In this article, I'm going to cover all the basic string functions that you must know in order to ace your coding. Let's get our hands dirty and look at the most important functions. At the end of this article I have added some bonus in build functio...00
PAPranshu Adhwaryuinpranshuadhwaryu.hashnode.dev·Jun 9, 2023 · 1 min readHow SQL Supports: ACID PropertiesA: Atomicity --> MySQL Achieves this by using undo logs C: Consistency --> Before and after data is consistent (double write buffer) I: Isolation --> MYSQL uses Locks and Isolation Level D: Durability ->MySQL uses Redo Logs How NoSQL supports: ACID P...01A