PostsCommentsPayoutsalbro (63)in Programming & Dev • 2 months agoUnlocking the Power of Swift: An Introduction to Programming Structure, Constants, and VariablesSwift is a general-purpose programming language designed specifically for building Apple products. All this while the first priority is given to the speed, stability and security…albro (63)in Programming & Dev • 2 months agoMastering NestJS: From Installation to Coding Best PracticesThe Nest JS framework is a tool that you can use to develop your web and server-side applications. Nest JS was created based on the Node JS backend platform, and ...albro (63)in Hive Learners • 3 months agoUnderstanding Variables in Different Programming LanguagesVariable type refers to the type of data that can be stored by each variable. Variables in programming have several different types.albro (63)in Programming & Dev • 3 months agoMastering Julia: Variables, Conditionals, Loops, and Practical UsesJulia is a high-level, dynamic and multipurpose programming language with many features. The main applications of Julia are in computer science, scientific computing and artificial intelligence apps.albro (63)in Programming & Dev • 3 months agoLISP Programming By albroIn this post, I have reviewed Lisp programming language. First, I got acquainted with this language and then I have stated some of its simple coding rules.albro (63)in Programming & Dev • 3 months agoGraph implementation with NetworkX in PythonIn this post, I will use the NetworkX module in Python to create a complete graph.albro (63)in Programming & Dev • 3 months agoGraph Implementation In Python [PART 2] By albroLet's look at some different examples of graph implementations in Python using dictionaries.albro (63)in Programming & Dev • 3 months agoGraph Implementation In Python [PART 1] By albroIn this post, I have explained several different methods of implementing and displaying graphs in simple language.albro (63)in Programming & Dev • 3 months agoMake Your Own Game By albroAs you know, the popularity of programming in recent years has made many people curious about this very attractive area!albro (63)in Programming & Dev • 3 months agoHive Small Codes: Receive incoming transaction information from an accountLet's connect with the Hive blockchain today and write codes that can quickly retrieve information from this blockchain. Today I want to check incoming or outgoing transactions.albro (63)in Programming & Dev • 3 months agoPowershell programmingIn this article, what are the uses of PowerShell and how to use this tool to manage the Windows operating system will be discussed.albro (63)in Programming & Dev • 4 months agoNetwork Programming & TricksIn this post,I'll examine network programming and the technologies used in this important field ....albro (63)in Programming & Dev • 4 months agoUnknown & Never in TypeScriptThere are 2 other main types that are important to be familiar with. These types are not as common as other types, but they still have their uses: Unknown & Never!albro (63)in Programming & Dev • 4 months agoFunction Type & Callback In TypeScriptWhat if we could use functions as a special type? Let me make my point clearer.albro (63)in Programming & Dev • 4 months agoAlias & Return Type In TypeScriptIn this post I am talking about alias. A feature in Typescript to avoid cluttering the codes.albro (63)in Programming & Dev • 4 months agoUnion Type & Literal Type By albroAnother very interesting types in typescript are union types. This type of data is usually a combination of two or more of the previous types.albro (63)in Programming & Dev • 4 months agoenum & any By albroOne of the concepts that exist in TypeScript is a type of data that has a dual state (like tuples). This type of data is usually used to assign a numerical value that has a string to be read by humansalbro (63)in Programming & Dev • 5 months agoArray & Tuple Type By albroUsually, in Typescript, two types of arrays are considered: flexible and hard.albro (63)in Programming & Dev • 5 months agoObject Type In TypeScript By albroIn the Typescript language, we have a type called object, which of course is more precise than JavaScript.albro (63)in Programming & Dev • 5 months agoUse Types In TypeScript By albroIn this post I want to talk about Types.