PostsCommentsalbro in #hive-169321 • last monthFunction Type & Callback In TypeScriptWhat if we could use functions as a special type? Let me make my point clearer.Consider the following two functions:albro in #hive-169321 • 3 months agoUse Types In TypeScript By albroWe worked on the following simple code: function add(n1: number, n2: number) { // if (typeof n1 !== 'number' ||albro in #hive-169321 • 3 months agoDynamic Type & Static Type By albroThe typescript language provides us with all kinds of types. Of course, the JavaScript language itself has several data types, but TypeScript adds many more to ialbro in #hive-169321 • 3 months agoLet's Dive Into TypeScript By albroTypescript is a language that has been developed since October 2012 by Microsoft. This language is the result of a very large developeralbro in #hive-167922 • 5 months agoWhat are the types of DLT ?Blockchain and DLT are not the same, and blockchain is one of the methods used in DLT technology. In addition to the world-renowned blockchain, there are otheralbro in #hive-167922 • 5 months agoWhat is DLT (Distributed Ledger)?Digital currency has been one of the fundamental human inventions in recent years, which has been able to influence many human activities. Blockchain technologyalbro in #hive-169321 • 8 months agoNavigation In DOM Elements & Tricks By albroWhen I talk about navigation, I mean reaching different elements of DOM using JavaScript statements. Let me explain more. Aalbro in #hive-125125 • 11 months agoNew Year & New Beginning [En] | Año nuevo y nuevo comienzo [Esp] By albroSource First of all I have to say Merry Christmas to all Hivers! Another year will pass andalbro in #hive-167922 • 2 years agoData types in programming ~ By albroOne of the main components of any application is the data it uses. Familiarity with data types in programming helps us use them in the right place. This walbro in #hive-169321 • 2 years agoVariable Concept In Programming By albroVariables in programming allow us to temporarily store various data. Each variable has a unique name in the program. Store the data we need in thealbro in #hive-169321 • 2 years agoProcessor and microprocessor parts in the system unitA microprocessor is a chip in computer systems called the central processing unit or CPU. In this post, we will learn what are the paalbro in #hive-169321 • 2 years agoTypes of errors in programming (review of 6 main types of errors)Familiarity with programming errors will increase our skill and accuracy in coding. In this post, you will learn about the main types of programming errors. It doesn't malbro in #hive-169321 • 2 years agoHow codes are executed: Methods of code executionHave you ever wondered how programs and software work? If you've ever coded or are learning to code, you've surely wondered how code is executed. In this tutorial, we will examine the methodsalbro in #hive-169321 • 2 years agoAlgorithm, a challenge in programming | Algoritmo, un reto en programación [EN/ESP]Is it enough to solve only one problem? Is it enough to just open the editor and write code? What is the optimal algorithm and how is it found? Today I will present a short…