Login
Discover
Waves
Communities
Login
Signup
albro
@albro
63
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
2023-12-22 19:33
javascript prototypes, ES5 & Tricks By albro
In this post, I'll talk about a concept that may be overlooked by most programmers: prototypes and some methods in ES5.
$ 6.630
524
4
3
albro
Programming & Dev
2023-12-22 12:44
What Is SQL Injection By albro
In this post, I'm going to examine attacks called SQL Injection attacks.
$ 2.877
353
2
4
albro
GinaChallenge
2023-12-08 19:42
Talk to the Hive By albro
I've been reading about hive interactions for a while now. Sounds like a bit of a dry environment when you want to interact with Hive programmatically! Maybe you will get angry with me for this statement,
albro
Programming & Dev
2023-12-07 21:30
Constructor in JavaScript By albro
Today I want to talk about constructor in JavaScript and how they work. This topic is one of the main topics about objects in any programming language so don't miss this post. What is Constructor in
albro
Programming & Dev
2023-12-05 21:30
Methods and Accessors in JavaScript objects By albro
In this post, I'm going to talk about two different aspects of JavaScript objects: methods and accessors.
albro
Programming & Dev
2023-12-03 21:30
Properties in JavaScript objects By albro
In this post, I want to talk about properties in JavaScript objects.
albro
Programming & Dev
2023-12-01 21:30
Objects in JavaScript By albro
Let's take a new look at JavaScript; It's use! In other words, in a series of posts, after explaining some prerequisites, such as the types of functions and their calls, and the types of objects, I want
albro
Programming & Dev
2023-11-23 21:31
Objects and Classes By albro
This post is about classes and objects. I'll talk about things like keeping classes clean and working with them cleanly.
albro
Programming & Dev
2023-11-16 23:01
Factory Function and Validation By albro
Writing clean and readable code requires practice, and the best practice is rewriting bad code many times.
albro
Programming & Dev
2023-11-09 21:30
Inverting Conditional Logic By albro
In the previous post, we cleaned up our code to a great extent, but there is still room for optimization. If you look at the processPayment and processRefund methods, you will notice the presence of repeated
albro
Programming & Dev
2023-11-05 11:18
Control Structures and Errors By albro
Control structures are structures that control the execution logic of your program. The simplest of these structures is the if statement! One of the problems that occurs in writing clean code is the excessive
albro
Programming & Dev
2023-10-19 21:37
Functions, Methods and Tricks [Final Part] By albro
In this post I want to cover the latest tips and tricks for writing clean functions.
albro
Programming & Dev
2023-10-14 21:36
Functions, Methods and Tricks [PART 2] By albro
Let's continue the discussion from the previous post and talk more about writing clean functions...
albro
Programming & Dev
2023-10-06 21:40
Functions, Methods and Tricks [PART 1] By albro
This post focuses specifically on writing clean functions.
albro
Programming & Dev
2023-09-28 18:15
Understanding XML By albro
XML is designed to store and transfer data. XML is designed to be both human and machine readable.
albro
Programming & Dev
2023-09-21 21:30
Horizontal Formatting and Tricks By albro
Have you ever thought about clean coding? In this post, let's about horizontal formatting to make coding more readable.
albro
Programming & Dev
2023-09-14 21:31
Commenting, Code Structure and Tricks By albro
In this post I want to talk about commenting for codes as well as code formatting. Usually, novice developers think that these two items are not so important in code readability and cleanliness, but the
albro
Programming & Dev
2023-09-07 21:30
Spelling Mistakes In Clean Code By albro
In this section I'd like to examine some common naming mistakes. The first common mistake that developers make is that they choose names that are too descriptive and try to describe everything inside that
albro
Programming & Dev
2023-08-31 21:30
Naming Rules In Clean Code By albro
In this post, I'd like to specifically focus on variables, constants and properties (data containers).
albro
Programming & Dev
2023-08-25 04:43
Clean Coding: Correct Naming By albro
When it comes to naming in programming, there is one general rule: "meaningfulness of the names you choose".
← Latest
Older →