Marcio Figueiredo | E3M Sistemas e Appse3m.dev.br·Oct 9, 2024Modernize ou Construa Novas Aplicações na Nuvem Sem Dores de CabeçaEntão, você e seu time precisam modernizar suas aplicações, talvez reescrever um sistema monolítico ou enfrentar um desafio similar. Mas tem um detalhe: o time não tem conhecimento suficiente sobre Docker, Kubernetes, containers ou sobre o planejamen...Escalabilidade
Umesh Panditumeshpandit.hashnode.dev·Jul 2, 2024Create Scalable Cross-Subscription Apps with Azure Load BalancerScalability is crucial for modern applications. When your app's traffic grows, you need a system that can handle the load efficiently. Azure Load Balancer is a powerful tool for managing application traffic, ensuring your app remains responsive and r...32 readsAzure
Umesh Panditumeshpandit.hashnode.dev·Jun 30, 2024Making Digital Content Accessible with Azure Immersive ReaderMaking digital content accessible to everyone is essential in this digital era. When we make content accessible, everyone benefits, including individuals with physical or cognitive challenges. To do so, modern tools like Azure Immersive Reader help u...Azure Immersive Reader
Taufik Hidayattfkhdyt.hashnode.dev·Jan 3, 2023Watch YouTube Videos Directly from Your Terminal with the "watch-yt" ScriptHave you ever wanted to watch a YouTube video from the comfort of your terminal, without opening up a web browser and navigating to the YouTube website? If so, you might be interested in a bash script called watch-yt that I recently wrote. This scrip...98 readsyt-dlp
Aditya Kumarhashnode.adityakumar.xyz·Aug 2, 2022Stream Audio From YouTube Video with mpvSave resources on your computer with this one trick! What you will need mpv for playing audio youtube-dl or one of its many forks for streaming YouTube videos How to do it Tell mpv you do not want video playback mpv --no-video $url where $url is...youtube