Check out my publications:
- Exploring the "End of Line" in Your Projects — A deep dive into the importance of End of Line characters in project files, their impact on file formatting, version control (Git), and cross-platform compatibility.
- The Rise of Malicious AI Tools — This article explores how AI tools like WormGPT and FraudGPT are being developed for cybercrimes, enabling phishing, malware creation, and more.
- Understanding React with LEGO — A fun analogy that compares React components to LEGO pieces, illustrating how components work, their properties, and how they interact within an application.
- Learn HTML, CSS, and JavaScript with this Online Guessing Game Project — A hands-on project that uses HTML, CSS, and JavaScript to recreate a "Guess My Number" game based on mathematical principles. The game uses binary logic (powers of 2) to guess a number between 1 and 63, demonstrating how mathematical sequences are applied in programming.