Bendegúz Hajnal's web development blog.
Map function
The map function In its essence it’s a higher order function which accepts an array and a function. It applies this transformation to every…
HTML Semantics overview
What are semantic tags Let’s start by stating that they are not a new thing. Here is your daily dose of ancient greek. Σῆμᾰ (sêma) means…
GraphQL introduction
What it is GraphQL is a modern Query Language, backed by Facebook. It is an alternative to REST-based architectures. It is used heavily in…