blog.kubesimplify.comGet Good At Git 💎One of the best pieces of advice, one would ever get is "Get good at Git". Git was created by Linus Torvalds, a guy much smarter than us. He knew if he made it too easy, it would make us weak. Instead, he wanted to give us a glory of overcoming the c...May 4, 2022·9 min read
blog.kubesimplify.comUnderstanding the ins & outs of Git using GitHubHow does Git work? Let's understand how Git works. Usually, while writing software we have our working directory where we have a bunch of files depending on the application we're building. Now, we can host the git project on a remote server. The mo...Apr 7, 2022·13 min read
bushra-nazish.hashnode.devMy Journey into TechContext I have lived just two decades of my life, but the path has been challenging which made me the person today I am, being the only ENGINEER out of my village. Born in an orthodox family in a village, I am the younger to a hearing-impaired elder ...Mar 20, 2022·8 min read
bushra-nazish.hashnode.devMarkdown basicsOverview Markdown is a lightweight markup lamguage used for styling text such as in italic, bold and lists. It is used on the Web and also for creating Websites. Headings Syntax: # Heading 1; Similarly, ## Heading 2 TIP: "h3", "h4", "...Mar 18, 2022·4 min read