Login
Discover
Waves
Communities
Login
Signup
albro
@albro
64
I'm albro and here I want to talk about programming issues and the path I've taken.
Followers
658
Following
87
Follow
Resource Credits
Available
Used
Created
2023-02-01 05:36
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
albro
Programming & Dev
2025-08-12 14:38
!
Downvoted by users, Reveal content
An Introduction to MongoDB
Hello 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 from MySQL, how to perform
$ 0.000
230
1
5
albro
Programming & Dev
2024-12-08 21:12
!
Downvoted by users, Reveal content
Unlocking the Power of Swift: An Introduction to Programming Structure, Constants, and Variables
Swift 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 of the programs. The Swift
$ 0.000
248
5
7
albro
Programming & Dev
2024-12-06 17:37
Mastering NestJS: From Installation to Coding Best Practices
The 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
Hive Learners
2024-11-17 17:40
Understanding Variables in Different Programming Languages
Variable type refers to the type of data that can be stored by each variable. Variables in programming have several different types.
albro
Programming & Dev
2024-11-17 16:51
Mastering Julia: Variables, Conditionals, Loops, and Practical Uses
Julia 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
Programming & Dev
2024-11-15 09:31
LISP Programming By albro
In 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
Programming & Dev
2024-11-10 11:09
Graph implementation with NetworkX in Python
In this post, I will use the NetworkX module in Python to create a complete graph.
albro
Programming & Dev
2024-11-10 05:22
Graph Implementation In Python [PART 2] By albro
Let's look at some different examples of graph implementations in Python using dictionaries.
albro
Programming & Dev
2024-11-08 19:24
Graph Implementation In Python [PART 1] By albro
In this post, I have explained several different methods of implementing and displaying graphs in simple language.
albro
Programming & Dev
2024-11-08 18:21
Make Your Own Game By albro
As you know, the popularity of programming in recent years has made many people curious about this very attractive area!
albro
Programming & Dev
2024-10-27 08:00
Hive Small Codes: Receive incoming transaction information from an account
Let'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
Programming & Dev
2024-10-19 11:54
Powershell programming
In this article, what are the uses of PowerShell and how to use this tool to manage the Windows operating system will be discussed.
albro
Programming & Dev
2024-10-14 06:13
Network Programming & Tricks
In this post,I'll examine network programming and the technologies used in this important field ....
albro
Programming & Dev
2024-10-11 10:06
Unknown & Never in TypeScript
There 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
Programming & Dev
2024-10-10 10:00
Function Type & Callback In TypeScript
What if we could use functions as a special type? Let me make my point clearer.
albro
Programming & Dev
2024-09-29 05:34
Alias & Return Type In TypeScript
In this post I am talking about alias. A feature in Typescript to avoid cluttering the codes.
albro
Programming & Dev
2024-09-22 21:08
Union Type & Literal Type By albro
Another 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
Programming & Dev
2024-09-19 21:28
enum & any By albro
One 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 humans
albro
Programming & Dev
2024-09-15 18:05
Array & Tuple Type By albro
Usually, in Typescript, two types of arrays are considered: flexible and hard.
albro
Programming & Dev
2024-09-09 13:33
Object Type In TypeScript By albro
In the Typescript language, we have a type called object, which of course is more precise than JavaScript.