Patrick Niyogitare

Blogging Garden for Programming tips,Tutorials, Trending tools & Practices

Tags 🏷️

FlutterReact NativeTypescriptNodejsReactNestjsSpringbootGitCLIsAzureWeb3

Articles

December 31, 2023

SystemD - An alternative to PM2

Discover the Unmatched Advantages of Systemd Over PM2; Maximizing Service Management Potential with Comprehensive Benefits and Detailed Configuration!

Read More

May 09, 2022

Whats is web3.0

Web 3 makes the proliferation of cooperative governance structures for once-centralized products possible. Anything at all can be tokenized

Read More

December 25, 2021

What is Microsoft Azure

Microsoft Azure, formerly known as Windows Azure, is Microsoft's public cloud computing platform. It provides a range of cloud services, including compute, analytics, storage and networking. Users can pick and choose from these services to develop and scale new applications, or run existing applications

Read More

September 03, 2021

Why to choose Nestjs

Nestjs is a framework for building efficient, scalable [Nodejs] server-side applications. It uses modern JavaScript is built with [TypeScript] (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).Under the hood, Nest makes use of [Express], but also, provides compatibility with a wide range of other libraries, like e.g. [Fastify]...

Read More

June 02, 2021

Git password authentication issue

Solved- Resolving Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead. Failing If you're trying to run `git push origin main` or basically accessing your remote git

Read More

April 20, 2021

The clean code convetion

From Robert C. Martin, Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.

Read More

April 15, 2021

Enumerations in Javascript

Enumerations offer an easy way to work with sets of related constants. Eventhough javascript doesn't accept enums, how can this practice be achieved?

Read More

March 12, 2021

Standard Pull request description

Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.

Read More