© 2023 Hashnode
#programming
Sharing your work with clients is very important for several reasons. First, it allows you to keep clients informed and involved throughout the project, which creates transparency and trust. When you …
Git and GitHub have transformed the way developers manage code and collaborate on projects. Git, a distributed version control system, offers a robust platform for tracking changes, managing branches,…
Writing is an important skill for software developers. Indeed, poor writing can hamper your career advancement after a certain level. Too many engineers get it late in the game that “Soft skills pay h…
Make sure you have a solid understanding of the BFS algorithm before starting with this post by reading: https://blog.garybricks.com/bfs-and-dfs-beginners-overview-in-c The Mario & Luigi Problem Imagi…
Today I was not feeling well. So, I didn't practiced anything just researched and learnt few topics. OWASP 10 It is a regularly updated report that ranks and provides remediation guidance for the top …
Introduction People make many mistakes when crafting their resumes. To craft good resumes, we need to take a deeper look and ask ourselves questions: What's the purpose of resumes? Who will read you…
Metadata is information about assemblies, modules and types that constitute .NET programs. In .Net, metadata is a common mechanism that the .NET runtime, compilers and tools all can use. Microsoft .NET uses metadata to describe all types th…
favourite_food = input ("what is your favourite food: ") preferred_plant = input ("what plant do you prefer: ") method_of_cooking = input ("what method of cooking do you prefer: ") burnt_food = input ("what word describe burned food: ") hou…
Introduction Are you a Java developer looking to level up your skills? Are you eager to uncover the hidden gems of Java programming that can make your code more efficient and powerful? Look no further…
Introduction: In the realm of the tech space, where algorithms dance, and servers sing harmoniously, lies an intriguing tale of how the status of software developers has undergone a peculiar transformation. Drawing inspiration from Joshua M…
When it comes to writing JavaScript code in an HTML document, the placement of the code can have an impact on how it is executed and interacts with the rest of the page. The two common locations for p…
Todays Task - Solve 1 box on HTB HackTheBox Introduction Windows is the most predominant operating system in today's world because of its easy-to-use GUI accessibility. About 85% of the market share…