Have you ever been working on a React project and wanted to embed a video from a 3rd party source directly onto your page? There is a straightforward and easy to use component that will let you do just that, ReactPlayer. ReactPlayer has support for embedding content from a variety of sources, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, DailyMotion and Kaltura, and more.
It’s fair to say that given enough time, every developer will come across the dreaded zombie process/server, or rather, you attempt to launch a process/server on a given port and you discover that one is already running there. This likely occured due to you having had an instance of your process/server running at an earlier time, and exited from your console without properly shutting down.
One of the core areas of software engineering is the use of algorithms. Algorithm is defined as “a set of steps that are followed in order to solve a mathematical problem or to complete a computer process”. Often software engineers will find themselves implementing algorithms to accomplish various goals. Today’s blog post will discuss one of the first algorithms that many come across when studying the topic - Binary Search.
This is part of an on-going series on productivity in Visual Studio Code. Earlier entries have focused on keyboard shortcuts, you can find Part 1 here. Or check out Part 1 of the extensions series.
This is part of an on-going series on productivity in Visual Studio Code. Earlier entries have focused on keyboard shortcuts, you can find Part 1 here Be sure to check out Part 2 and Part 3 as well.