edznan.hashnode.devMicrosoft Boycott GuideHow Did We Even Get Here? In the aftermath of the disruption of Microsoft's 50th anniversary event, a disturbing truth emerged: Microsoft has long been Israel's primary high-tech weapon supplier, directly profiting from the genocide in Gaza. As Musli...Apr 19, 2025·6 min read
edznan.hashnode.devA Simple Guide to Combining Pomodoro, SQ3R, and Mind MappingThis is my suggestion on how to combine the Pomodoro Technique, SQ3R, mind mapping, and active recall into a powerful, step-by-step study strategy for improved focus, retention, and understanding. Preparation 1. Plan Your Study Material: Decide on ...Oct 27, 2024·4 min read
edznan.hashnode.devDrag and drop with HTML5 and JavaScriptHTML5 provides a way to grab and move elements around the DOM and drop to them a specific location. The fact that this can be easily done with vanilla JS, without using any third-party libraries, makes it even more cool. So, let's dive in. 👇 I will ...Aug 6, 2022·5 min read
edznan.hashnode.devCreate a weather app with JavaScriptAs the title says, we are building a weather app. We are using OpenWeatherMap as a data provider and Tailwind CSS for designing UI elements. The logic is written in vanilla JS. You will learn how to read data from the API and how to start with Tailwi...Aug 2, 2022·6 min read
edznan.hashnode.devSending HTML emails with PHPIn this article I will show you the process of sending an email with PHP and PHPMailer. Prerequisites: have PHP and Composer installed on your machine. PHP has built-in support for sending emails with mail() function. It allows you to send emails ...Aug 1, 2022·4 min read