Tebogo Nomnqa
Tebogo Nomnqa's Blog

Tebogo Nomnqa's Blog

Follow
homebadges

How to identify color from an RGB value

Nov 2, 20222 min read

This article is a supplement to the recent project I built Guess the color game, you can play the game here and read about its making here. RGB color...

How to identify color from an RGB value

The making of GuessTheColor Game

Nov 1, 20224 min read

A nextJS game with its objective of identifying as many colors as you can in a given amount of time using RGB color codes. In this article, I briefly...

The making of GuessTheColor Game

How to add privacy-friendly analytics to NextTS

Mar 10, 20223 min read

Overview Privacy-friendly web analytics track a website's usage, gathering insightful data from visitors without collecting personal information. Goat...

How to add privacy-friendly analytics to NextTS

How to turn your react-app into a PWA

Nov 24, 20216 min read

If you have known beforehand that you want your react-app to be a PWA(Progressive Web App) you could have used the create-react template pwa like so...

How to turn your react-app into a PWA

5 favorite chrome extensions I use as a web dev

Nov 18, 20212 min read

the web store is filled with lots of extensions that perform almost all tasks you can think of. In this article, I have listed my favourite 5 of...

5 favorite chrome extensions I use as a web dev

How to generate unique numbers using Fisher-Yates Algorithm with Java

Nov 2, 20213 min read

In this article, we will be writing a java program that implements the paper and pencil method of the Fisher-Yates algorithm to generate nth unique...

How to generate unique numbers using Fisher-Yates Algorithm with Java