Murewa Ashiru
Murewa Writes

Murewa Writes

Follow
homeAboutSupport mebadgesnewsletter
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

Designing the Backend System of an Agritech App

Feb 22, 20214 min read

With over 206 million people living in Nigeria (Source: Nigeria Population (2021) - Worldometer), it is evident that food is one of the most critical...

Designing the Backend System of an Agritech App

Regex in short

Oct 16, 20202 min read

Regex, short for regular expression, is a sequence of characters that define a pattern. It is very powerful and used in string manipulation,...

Regex in short

5 Factors to consider before building a new application

Oct 5, 20204 min read

You probably have a few unfinished projects sitting somewhere on your computer. Why's that? I'll give you a moment to think about it. The mind of a...

5 Factors to consider before building a new application

Recursion: A Programming Concept

Oct 3, 20204 min read

If you studied computer science or you're into programming, you most likely have come across the term Recursion. Quite a number of developer don't...

Recursion: A Programming Concept