Geoffrey Logovigeoffreylgv.hashnode.dev·15 hours agoHow to create an outstanding GitHub profileIntroduction In this article, we gonna talk about GitHub, if it's the first time you are hearing or seeing this world and wondering what it is; no worries, I've got your back. GitHub is basically the platform where developers showcase their projects ...Discuss·1 likeGitHub
Sidharthan Chandrasekaran KamarajforThe Bug Shotsthebugshots.dev·Sep 28, 2023Visualizing Your Git Repository History with GourceGit is a powerful version control system that allows you to track changes to your code over time. While git log gives you a textual history of your commits, it can be hard to get a big-picture view of what's happening in your repository. That's where...DiscussDeveloper ToolsDeveloper Tools
Simran KaurforTryst with Debuggingctrlb.hashnode.dev·Sep 27, 2023Dynamic Logging: The Evolution of Software MonitoringTraditional static logging is like writing a journal without knowing what your day will be like—often cluttered and overwhelming. But imagine a smarter journal that records only what's truly essential as your day unfolds. Dynamic logging is a smart j...Discussdebugging
Rory Murphyapidna.hashnode.dev·Sep 22, 2023A Simple 5-Step Guide to Make Your First API IntegrationWeb development can be complex and time-consuming, but Application Programming Interfaces (APIs) offer a powerful solution to streamline your projects. In this comprehensive guide, we’ll walk you through a 5-step process to successfully integrate you...DiscussAPIs
Shreya Trivediintelops.hashnode.dev·Sep 22, 2023The Hype Around GoGo (often referred to as GoLang) has gained massive popularity recently, with prominent users such as Google, Netflix, and Uber, along with a thriving open-source developer community. In the second quarter of 2023, Go achieved the remarkable rank of ...Discuss·47 readsgolang
Adeola Odusamiadeolaodusami.hashnode.dev·Sep 20, 2023Boost Your Development Game: Step-by-Step Tutorial on Installing Git for WindowsGit is a version control system that is used to track and save changes in the software development process. It can be used by developers and programmers to make changes to their codebase, work with other developers and maintain a history of their pro...Discuss·1 likeGit
Simon ChengforVaunt | Blogblog.vaunt.dev·Sep 20, 2023Celebrate Your Open Source Impact with Vaunt during Hacktoberfest 2023October is a special month for open-source communities worldwide. October 1st marks the beginning of the 10th annual Hacktoberfest by DigitalOcean! Open-source software powers most of the technologies we use every day. According to the Open Source in...Discuss·34 likes·102 reads#hacktoberfest
Amédée d'Abovilleamedee.hashnode.dev·Sep 17, 2023Where does the "DX movement" go in a Post ZIRP world?Zero Interest Rate Policy (aka ZIRP) was the defining economic policy in the States from 2008 until 2022: Money was stupidly cheap to borrow and as a result easy to invest in tech. ZIRP was one of the main drivers of hypergrowth tech in the last deca...DiscussDeveloper Tools
Sidharthan Chandrasekaran KamarajforThe Bug Shotsthebugshots.dev·Sep 16, 2023Unleashing Productivity with a Customized Zsh TerminalThe terminal is a developer's playground, and customizing it can significantly boost your productivity. In this blog post, I'll walk you through my Zsh terminal configuration, including the shell prompt, plugins, and additional tools that I use to st...DiscussDeveloper Toolszsh
Jeandre Melariablog.jeandremelaria.nl·Sep 15, 2023Demystifying package.json and package-lock.json in Node.js DevelopmentIn the world of Node.js and JavaScript development, managing dependencies is a crucial part of creating robust and reliable applications. Two files, package.json and package-lock.json, play pivotal roles in ensuring a smooth development process. In t...DiscussNode.js