#2articles1week
Read more stories on Hashnode
Articles with this tag
Being a business analyst means a lot of writing. So, I can say I've been into technical writing since 2018, but I didn't realize it until 2020. I saw...
TMDB is a free movie database. Although you can't actually watch movies from it, it provides a lot of data for its movies (rating, creator, actors,...
Regex, short for regular expression, is a sequence of characters that define a pattern. It is very powerful and used in string manipulation,...
Storing media directly in your database can be considered poor practise as it leads to the poor performance of a system, amongst other issues. To...
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...
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...