Results for: "pattern"

Contents (115)

GAN Generated Images
GAN Generated Images

Let’s play a game - can you guess what these portraits have in common?  They all depict non-existent people. All these…

read more
Javascript: what are callbacks and how to use them.
Javascript: what are callbacks and how to use them.

Today we are going to learn about a concept that is widely used in javascript and that is used quite…

read more
Introduction to REGEX - Regular Expression
Introduction to REGEX - Regular Expression

Today we are going to write about Regular Expressions known as regex or shortened  regexp, a very useful concept of…

read more
Data Scraping and Data Crawling, what are they for?
Data Scraping and Data Crawling, what are they for?

Right now we are in an era where big data has become very important. At this very moment, data is…

read more
The concept of Model-View-Controller (MVC) explained
The concept of Model-View-Controller (MVC) explained

In software engineering, we use design patterns as reusable solutions to a commonly occurring problem, a pattern is like a…

read more