Mirza BilalPromirzabilal.com·Sep 18, 2023How to install FFmpeg on Linux from SourceIntroduction It was probably 2006 when I first heard about FFmpeg, and I was amazed by its capabilities. FFmpeg is a go-to solution for transcoding, and video manipulation, from trimming to burning the subtitles, adding a watermark, and more. Since F...Discuss·1 like·38 readsFFmpeg
Tanya Shekhawattanya-shekhawat.hashnode.dev·Sep 13, 2023Python BasicsSum using the + operator Multiply divide subtract Complex number where iota is denoted with j Different ways of declaring variables. a,b,c,d = 1,2,3,4 special characters in variables @,%,-,+ Can use an underscore for it though. _a is a valid ...DiscussPython 3
Leong Hean Hongtech.mrleong.net·Sep 7, 2023Monitoring Systemd Service Using MonitMonit is an easy-to-use software for monitoring servers. It does not require any agent and runs locally within the server. The ability to use custom scripts makes it versatile for monitoring any services/resources. Monit uses control files to define ...DiscussHow-toMonit
Bindu Patidarbindu.hashnode.dev·Sep 6, 20235 Best Tips For Javascript ProgrammersHere are five valuable tips for JavaScript programmers: Understand the Fundamentals: Before diving into complex frameworks or libraries, ensure you have a strong grasp of JavaScript fundamentals. This includes understanding variables, data types, lo...Discuss·2 likesJavaScript
Chisom Judeblog.chisomjude.net·Sep 6, 2023Troubleshooting Application Error on Azure App ServiceRunning into application errors on your Azure App Service can be frustrating, but they are not uncommon. These errors can occur due to various factors, ranging from code issues to configuration problems or resource limitations. As an Azure App Servic...Discuss·2 likes·56 readsAzure DevopsAzure
Bindu Patidarbindu.hashnode.dev·Sep 6, 20235 Best Tips For Java ProgrammersHere are five tips for Java programmers to help them write more efficient and maintainable code: Follow Java Naming Conventions: Adhere to the widely accepted naming conventions for Java code. This includes using CamelCase for class names (e.g., MyC...DiscussJava
Bindu Patidarbindu.hashnode.dev·Sep 5, 2023Strategy design pattern in C++; When and how to use itThe Strategy design pattern is a behavioral design pattern that defines a family of algorithms, encapsulates each one, and makes them interchangeable. This pattern allows you to choose the appropriate algorithm at runtime, providing flexibility and e...Discussdesign patterns
Abdullahi salaudeentheonlyabdull.hashnode.dev·Sep 4, 2023Create your first React App on a Windows PCBuilding your first React app on a Windows computer may seem difficult, but don't worry, you're on the right track. React is a JavaScript library developed by Facebook in 2013 for building and managing large-scale applications with ease. When creatin...DiscussReact
TimoProtimocodes.hashnode.dev·Sep 3, 2023Mastering the Art of Effective Note-takingOvercoming the Perils of Procrastination in the Digital Era In today's rapidly evolving digital landscape, the ease with which we can access and record information is unparalleled. The internet has become an endless repository of knowledge, and vario...Discuss·20 likesnote-taking
Bindu Patidarbindu.hashnode.dev·Aug 28, 2023Strategy for Engineering Managers**1. Build Strong Relationships: Develop strong relationships with your team members based on trust, respect, and effective communication. Understand their individual strengths, weaknesses, and career aspirations. **2. Set Clear Expectations: Clearly...Discussengineering