PostsCommentsPayoutsalbro (63)in Programming & Dev • 3 months agoAn Introduction to MongoDBHello and warm greetings to all our dear followers. In this series of posts, I will explore various topics related to the MongoDB database. These topics include its differences…albro (63)in Programming & Dev • 11 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 • 11 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 • last yearUnderstanding 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 • last yearMastering 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 • last yearLISP 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 • last yearGraph 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 • last yearGraph 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 • last yearGraph 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 • last yearMake 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 • last yearHive 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 • last yearPowershell 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 • last yearNetwork Programming & TricksIn this post,I'll examine network programming and the technologies used in this important field ....albro (63)in Programming & Dev • last yearUnknown & 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 • last yearFunction Type & Callback In TypeScriptWhat if we could use functions as a special type? Let me make my point clearer.albro (63)in Programming & Dev • last yearAlias & 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 • last yearUnion 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 • last yearenum & 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 • last yearArray & Tuple Type By albroUsually, in Typescript, two types of arrays are considered: flexible and hard.albro (63)in Programming & Dev • last yearObject Type In TypeScript By albroIn the Typescript language, we have a type called object, which of course is more precise than JavaScript.