Ricardo LuzinAI Therapy InsightsAn AI Therapy Guide to its Benefits and PotentialEmbark on a memorable journey into the world of AI therapy! AI, short for artificial intelligence, has emerged as an effective tool in…May 22, 2023May 22, 2023
Ricardo LuzinFrontend WeeklyS.O.L.I.D Principles with JS examplesThe SOLID Principles were presented initially by Uncle Bob in his book Agile Software Development: Principles, Patterns, and Practices and…Jun 28, 20227Jun 28, 20227
Ricardo LuzinFrontend Weekly#15 Data Structures with JS examples: SetsThis article belongs to the JS Data Structures series, which contains these articles:May 27, 2020May 27, 2020
Ricardo Luz#14 JS Data Structures: Linked ListThis article belongs to the JS Data Structures series, which contains these articles:Apr 19, 2020Apr 19, 2020
Ricardo Luz#13 JS Data Structures: QueuesThis article belongs to the JS Data Structures series, which contains these articles:Apr 30, 2019Apr 30, 2019
Ricardo Luz#12 JS Data Structures: StacksThis article belongs to the JS Data Structures series, which contains these articles:Mar 29, 2019Mar 29, 2019
Ricardo Luz#11 JS Data Structures: ArraysThis article belongs to the JS Data Structures series, which will contain these articles:Mar 13, 2019Mar 13, 2019
Ricardo Luz#10 JS Basics: The different loops and examplesJavascript language has different ways to get items from an array, some of them are faster and others more elegant, in this article, we…Aug 15, 2018Aug 15, 2018
Ricardo LuzinFrontend Weekly#9 Big O with JS examples: The basic that you need to knowThere are many ways to analyse how good is a code that you have written, some people believe that beautiful code is better and others…Aug 7, 2018Aug 7, 2018
Ricardo Luz#8 Functional Approach: DestructuringWhen we call a JS function we have problems to identify the parameters name, once we only send the argument, like in the example below:Apr 19, 20181Apr 19, 20181