MEMohamed Elzomorinzomor.hashnode.dev·Sep 22, 2025 · 3 min readBuild Your Own YouTube Video & Playlist DownloaderDownloading YouTube videos or entire playlists isn’t something YouTube makes easy by default. But thanks to open-source tools like yt-dlp (a modern fork of youtube-dl), we can create a Python-based downloader that works directly from the terminal. In...00
MEMohamed Elzomorinzomor.hashnode.dev·Jun 14, 2024 · 3 min readLinux terminal inside MS WindowsIntro Although Linux distros are getting much more popular and the features are increasing there, MS Windows does still have its own privileges especially for non-technical purposes such as gaming or dealing with heavy programs for editing pictures/m...00
MEMohamed Elzomorinzomor.hashnode.dev·Jun 18, 2023 · 7 min readParallel programming in Java (4/4): Philosophers dining (Liveness)Intro This article is depending on this course on LinkedIn Learning This is part 4 out of 4, to scratch the surface of parallel programming in Java, and how we can make use of threads using Java 11+ Part 1: Parallel programming in Java (1/4): In the ...00
MEMohamed Elzomorinzomor.hashnode.dev·Jun 9, 2023 · 6 min readParallel programming in Java (3/4): Let's cook (Locks)Intro This article is depending on this course on LinkedIn Learning This is part 3 out of 4, to scratch the surface of parallel programming in Java, and how we can make use of threads using Java 11+ Part 1: Parallel programming in Java (1/4): In the ...00
MEMohamed Elzomorinzomor.hashnode.dev·Jun 3, 2023 · 7 min readParallel programming in Java (2/4): Ordering the ingredients (Data Race - Mutual Exclusion)Intro This article is depending on this course on LinkedIn Learning This is part 2 out of 4, to scratch the surface of parallel programming in Java, and how we can make use of threads using Java 11+ Part 1: Parallel programming in Java (1/4): In the ...00