Damilare Jolayemi

Damilare is a software engineer who enjoys talking to computers in the best way he can.
Author Insights

3

0

0
Damilare is a software engineer who enjoys talking to computers in the best way he can.
3
0
0
Feb 25, 2022
This tutorial will introduce you to building a basic web crawler and will help you understand the fundamental algorithm that makes web crawlers work. It will also cover some use cases and the challenges...
Oct 15, 2021
As a backend developer, the API you build will typically be for consumption by other applications or services. The sensitivity of the data carried by an application varies from application to application.
Aug 30, 2021
The need to validate string inputs is a ubiquitous necessity that projects require every developer to use at some point in their programming activities. A regular expression, popularly referred to as regex, is...