UEUjah Emmanuelinlogique.hashnode.dev路Apr 11, 2022 路 4 min readHow To Switch Between Node Versions on WindowsIntroduction we build projects based on a specific version of tools, dependencies, and packages. And quite often, these tools and packages get updated. What happens when you need to work on a project that requires a previous version of Node? Do you h...00
UEUjah Emmanuelinlogique.hashnode.dev路Apr 4, 2022 路 5 min readEffective Software DocumentationIntroduction The primary goal of every software product is for it to be successful and a huge percentage of that success depends on how well the documentation is designed. In fact, a well-built software product without decent documentation is as good...01B
UEUjah Emmanuelinlogique.hashnode.dev路Feb 14, 2022 路 7 min readHow to Contribute to Open SourceIn this article, I will walk you through a step-by-step guide to making your first contribution to open source using a simple git workflow. Contributing to open source may sound intimidating and complex at first, especially to a newbie or someone try...00
UEUjah Emmanuelinlogique.hashnode.dev路Jan 10, 2022 路 4 min readEverything Open Source!The tech industry today is dominated by the term open source, chances are that in one way or the other you've used open source software or have simply heard of the term open source. Open source is the driving force of modern-day software. In this art...00
UEUjah Emmanuelinlogique.hashnode.dev路Dec 19, 2020 路 10 min readGraphQL With DjangoHello, world馃憢 Welcome to this new article. Today we will learn about GraphQL with Django. The complete code for this article can be found at graphene-django-article Introduction Before GraphQL was introduced by Facebook in 2015, REST(Representatio...00