Author

Bashir Alam

Bashir Alam

Data Analyst and Machine Learning Engineer

at · 187 articles published

Computer Science graduate from the University of Central Asia, currently employed as a full-time Machine Learning Engineer at uExel. His expertise lies in OCR, text extraction, data preprocessing, and predictive models.

Areas of expertise

Certifications & credentials

  • Python with Projects
  • C ProgrammingID: UC-a19ba210-767a-47de-a588-96f03d34a185
  • Master of the Basics Python TkinterID: UC-f065c334-f080-4eef-a112-4d2687053570
  • Frontend EssentialsID: 14427917
Author profile illustration for Bashir Alam — technical writer at GoLinuxCloud

Articles by Bashir Alam

programming

while loop | do while loop Java Explained [Easy Examples]

Multiple examples to learn while loop java and do while loop java. Syntax and explanation to use. nested while loop

Bashir Alam10 min read
programming

For Loop Java | For Each Loop Java [Easy Examples]

In this tutorial, we will learn about for loop java from very basics to advance level concepts. We will cover the initializer, condition, and post iteration

Bashir Alam11 min read
programming

If Else Java Statement Explained [Easy Examples]

Multiple examples to use if else java statement. Use if else nested blocks. Use if else inside a loop in Java programming language.

Bashir Alam10 min read
programming

Java Booleans Explained [Easy Examples]

Java Boolean is an inbuilt class that wraps are used for wrapping the value of primitive data type, i.e. boolean in an object. The boolean class contains two values, i.e. true or false. Java provides a wrapper class …

Bashir Alam11 min read
programming

Java Math Class Explained [Easy Examples]

Java Math class has methods for performing more advanced math calculations. abs, ceil, floor, max, min, round, random methods in math class

Bashir Alam11 min read
programming

Java Variables Examples [Different Variable Types]

The most popular types of Java variables are Instance, Local and Static variables. We learned about the declaration, initialization, and syntax of variables.

Bashir Alam10 min read
programming

Java Multiline Comments [Methods & Examples]

In this tutorial, we learned about Java multiline comments, single line and inline comments. We covered different types of comments that we supported by java programs like a single line, multiline and Javadoc.

Bashir Alam10 min read