Uncategorized

Drawing INDIAN FLAG using Python Turtle

To draw a Indian Flag using Python langauge we will make use of Python Turtle module/library. Function used from Turtle Graphics: forward(x): moves the pen in forward...

SOLID Principal in dart – flutter

Hello, dart and flutter developers! Today's topic is SOLID principles in Dart. This is not about adding new language features; rather, it is about...

How do I turn off refresh rate hz that is always showing on MSI Monitor Screen

I recently got a new MSI optix G241 monitor, and on a left corner of monitor their is a screen refresh rate been showing. Let's...

Regex for phone number validation – Regular Expression

Hi Guy's Welcome to Proto Coders Point. In this article let's checkout a regular expression for phone number validation. I want a regex that matches...