Do you check before installing 3rd party libraries?

preview_player
Показать описание
Do you check before installing 3rd party libraries?

Efficient software developers don't reinvent the wheel and know the right libraries to use. Using an already existing and well-tested libraries will speed up development time.

However, there are scenarios where the libraries that you have integrated in a project brings overhead in the future. For example, the project is using a NuGet package that is no longer being maintained and does not support the latest .NET version. This forces the development team to refactor the code to use another library should they wish to use the latest version of .NET.

Looking for the right library can help to minimise the chances of a project hitting these scenarios. Here are some of the common things to check before installing a library.

|| Subscribe for more content from SSW TV ||

|| Press like and leave a comment below to let us know how we're doing ||

Twitter ↴

Facebook ↴

#NuGet #NPM #SoftwareDevelopment #dotNET #Software
------------------------------------------------------------------------------

SSW Senior Software Architect

Chris is a strong team player, collaborating with other people using Scrum methodology to deliver a project that satisfies both stakeholders and developers. He also loves to build modern solutions with fully configured continuous integration and continuous deployment using tools such as Azure Pipelines or GitHub Actions, aiming to implement DevOps to reduce the process overhead while increasing the reliability and velocity of the development.

Additionally, Chris is also experienced in embedded devices - particularly real-time systems and IoT device design and integration. Chris is experienced in interfacing real-world hardware with software, delivering the information gathered to the cloud.

He also follows mobile and web technology news around the world, keeping up-to-date with the latest technologies. Chris is always happy to discuss and share his knowledge. Chris also enjoys doing nature photography and gaming in his downtime.

------------------------------------------------------------------------------

Created by SSW TV | Videos for developers, by developers

V5 - Bahjat
Рекомендации по теме
Комментарии
Автор

Great video Chris. Great tips and as always with a smile 😊

warwickleahyssw
Автор

Wow, this is a big one, thanks for covering this!

pennywalker
Автор

Great video Chris with some awesome tips!

goforgoldman
Автор

Nice video! I really liked the ticks and xes with cool sound effects at the end of each section, especially the one after you talked about change log that lasted 5 sec or so, with only the echo of the tuning fork, that really drew my attention and made me think back of the topic. A well used pause can be really good at making the audience focused!

jimzhengssw
Автор

Thanks for the great video Chris! This is especially true for a React app where there could be thousands of 3rd party libraries

tombuissw
Автор

Hey Chris, awesome explanation, thanks for giving us such an important advice

ozairashfaque
Автор

Great ideas Chris! Thanks for sharing.

dandoescode