Login
Discover
Waves
Communities
Login
Signup
Hive-blogger
@alrashel
56
Passionate software developer and interests in Travelling, Blogging, Photography and active lifestyle.
Followers
530
Following
147
Follow
Resource Credits
Available
Used
Location
Earth
Website
http://biyerbazaronline.com
Created
2018-03-12 17:39
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
alrashel
StemSocial
2022-09-02 05:02
Bioengineering: How It Enhances Photosynthesis and Increases Yields in Food Crops
Bioengineering has allowed researchers to create transgenic or genetically modified organisms (GMOs) that offer increased yield for farmers.
$ 0.000
3
1
alrashel
Programming & Dev
2022-06-20 10:42
Every programmer needs to know the Algorithms
Algorithm the heart of any programming language.
$ 0.000
1
1
alrashel
Project HOPE
2020-10-31 09:52
The booting operations phase of the modern computer system
An operating system has a number of the device controller and each device controller's role for a specific device has been fixed, such as disk drives, audio devices etc. These device controllers and CPU
alrashel
Project HOPE
2020-10-17 08:09
A Modern Perspective Of Operating Systems
An operating system is a pile of software that controls computer hardware. The operating system provides us with a computing environment so that we can easily execute various application programs. The
alrashel
Deep Dives
2020-10-16 16:02
Moved to the appropriate community!
Moved the article to the appropriate community.
alrashel
LeoFinance
2020-09-05 12:36
Trading in a smart way.
Source Most of the time a trader is in a slow flowing state, when trading, most of the time they are trapped in the possibility of too much profit and too much loss. In the possibility of additional profit,
alrashel
STEMGeeks
2020-06-27 17:06
A Popular Data Structure In Python Programming : The List
Python has a great built-in sequence data structure and there are six built-in types of sequences. Such as below - String List Tuples Byte sequences Byte array Range object A sequence is a group of items
alrashel
LeoFinance
2020-06-12 05:55
Bitcoin Is Going To The Back Of Its Price
Bitcoin has lost 5 percent of its price in the past 24 hours. It seems Bitcoin is going in back gear as the previous month. At the same time, the US stock market closed its worst day since the March crash.
alrashel
Deep Dives
2020-06-11 13:02
Let's Destroy Racism
At the time of writing this article, the United States is in crisis. The violence of racism threatens the lives of black people here. Mainstream American news channels are constantly reporting on racist
alrashel
Deep Dives
2020-06-04 13:46
Web3 Decentralized Apps Keep Quarantined During The Global Epidemic.
In Short : Decentralized Web3 apps(dapps) are struggling to go mainstream. It promises to solve data beaches and user privacy. But despite worries over these concerns, centralized apps and services still
alrashel
Project HOPE
2020-06-03 10:16
The Ethereum Name Service (ENS)
What is the Ethereum Name Service (ENS)? The Ethereum Name Service (ENS) is a decentralized web lookup system. It links information in a secure and decentralized way using human-readable names. It is built
alrashel
LeoFinance
2020-05-31 07:06
Ethereum Enhances Transaction Privacy
In short : Ethereum's core team is developing stealth transactions protocol to the Ethereum mainnet soon. After this, sender shall be able to mask the recipient address and no one will be able to see the
alrashel
GitPlait
2020-05-30 11:50
Primitive and non-primitive data structures in Python
Note : This tutorial only deals with the concept of data structure, I will discuss the next tutorial in detail. Source Primitive data structures : Primitive data structures are the basic ingredients in
alrashel
Education
2020-05-07 10:49
Python Rules Of Coding: Docstrings
previous Python Rules Of Coding: String literals Source Python Rules Of Coding: Docstrings Python docstring (documentation string) is a string literal and it can be used in any code block, i.e., the class,
alrashel
Education
2020-05-05 06:36
Python Rules Of Coding: String literals
Previous Python Rules Of Coding: Comments Source Python Rules Of Coding: String literals print(" Hello, World! ") In the above code, the string literal is "Hello, World!" with quotation
alrashel
Education
2020-05-01 06:43
Python Rules Of Coding: Comments
Previous Python Rules Of Coding: Naming Conventions Source Python Rules Of Coding: Comments Comments : For In-Code documentation in Python, comments are so essentials. Comments are the extra understanding
alrashel
Education
2020-04-28 06:49
Python Rules Of Coding: Naming Conventions
Previous Python Rules Of Coding: Indentation Source Python Rules Of Coding Naming Conventions : There are a lot of different Python naming conventions. It is recommended to apply these rules or conventions
alrashel
Education
2020-04-27 15:44
JavaScript : The Scripting Language
Here JavaScript, the scripting language I picked up to learn from scratch to advanced level. JavaScript is the heart of the standard web technologies and it is evolving with bleeding-edge features. We'll
alrashel
Education
2020-04-27 06:36
Python Rules Of Coding: Indentation
Previous Python Data Types Source Python Rules Of Coding Introduction : For Python coding rules we follow Python's style guide known as PEP-8. Python Enhancement Proposal or PEP-8 has given the main focus
alrashel
Education
2020-04-16 08:26
Python Data Types (fourth part)
Here I published the fourth part of the consecutive series about Python Programming language to learn for all. Previous: Python Keywords and Identifiers (3rd part) source In a programming language, we