Josep johomo.hashnode.dev·Aug 7, 2024Choosing the Right Dependencies: Ensuring Quality and Security in your Software ProjectsBuilding a project from scratch is rare due to the complexity and time constraints involved. Instead, developers often build applications on top of existing software. This means our software depends on other software. Dependencies are necessary and u...27 readsDeveloper Career Growthopenssf scorecard
Ayesha Irshadayeshairshad.hashnode.dev·Aug 9, 2023Mastering Sorting Algorithms: Bubble Sort Unveiled with Code and a LeetCode ChallengeSorting is a fundamental operation in computer science, playing a crucial role in optimizing search and retrieval tasks. One of the simplest yet widely used sorting algorithms is Bubble Sort. In this blog, we'll dive into the mechanics of Bubble Sort...Sorting Chronicles: Navigating Algorithms Through Seriessorting algorithms
Gift Temitopegifttemitope.hashnode.dev·Jun 27, 2023Building Secured Applications in .NET Core C#In the modern era of digitalization, ensuring security stands as a paramount concern when it comes to the development of any application. The construction of secure applications holds immense importance to safeguard sensitive user data, averting unau...application vulnerability