© 2022 Hashnode
Definition: In Natural language processing, Named Entity Recognition (NER) is a process where a sentence or a chunk of text is parsed through to find entities that can be put under categories like nam…
Overview PHP in recent years with each version has been improving both in syntax and performance, when talking about frameworks the first thing that comes to mind is Symfony or Laravel, however new fr…
Let's go back to a computer science textbook topic. Show you how to reverse an array in PHP without using any native array functions such as array_xxx(). Recursion Recursion is a process in computer s…
Disclaimer: This article is long. I recommend you to code along as we progress. If you are not in front of a development computer, bookmark this URL and come back later. Is this tutorial for you? ☑️…
Up until now, we have learned how to create conditional blocks inside our code. But, what if we need to repeat certain code in our script several times? Do we just copy and paste a bunch of IF stateme…
Hi, the 4th article devoted to the theme: “How to work with ElasticSearch using Symfony PHP framework” already ready for reading. Here will speak about how to transform our requests parameters at the DTO criteria object. All details are her…
Intro : The rise of artificial intelligence in recent years has been driven by a phenomenon of digitalization that is omnipresent in all professional environments. This digital transformation has been…
In which language where you increment a character (well .... it has to be uppercase in this case) by 1 and you get the next character in ASCII (also alphabetic) sequence ? I don't know if this is supported in any other language but this is …
Introduction Nibbles is rated as an easy difficulty box on HackTheBox created by mrb3n. This box is all about enumeration! Getting to know the service and paying attention to the little details in th…
WordPress is packed with useful features. It is easy to lose the overview. Here you will find a selection of functions that deal with arrays and objects. A small collection of useful functions that yo…