Skip to content
Genuine Coder
Genuine Coder
  • JavaFX
    • JavaFX 3D
    • JavaFX GUI
    • JavaFX Library Software
  • Java
  • Tutorial
  • JavaFX
    • JavaFX 3D
    • JavaFX GUI
    • JavaFX Library Software
  • Java
  • Tutorial
© All rights reserved. Proudly powered by WordPress. Theme SpeedBlog designed by WPInterface.
  • Home
  • Muhammed Afsal Villan

Author: Muhammed Afsal Villan

Muhammed Afsal Villan is an experienced full-stack developer, specialized in desktop and mobile application development. He also regularly publishes quality tutorials on his YouTube channel named 'Genuine Coder'. He likes to contribute to open-source projects and is always enthusiastic about new technologies.
Building Real-World Microservices with Spring Boot 3: A Step-by-Step Guide
Posted in Java Spring boot

Building Real-World Microservices with Spring Boot 3: A Step-by-Step Guide

Estimated read time 1 min read
Posted on April 21, 2024April 21, 2024
by Muhammed Afsal Villan

In this comprehensive tutorial, we’ll explore the world of microservices using the latest Spring Boot 3 framework. We’ll create a…

Learn More 47 Comments on Building Real-World Microservices with Spring Boot 3: A Step-by-Step Guide
How to fix flutter camera image picker rotation issue?
Posted in Flutter

How to fix flutter camera image picker rotation issue?

Estimated read time 3 min read
Posted on January 15, 2023January 15, 2023
by Muhammed Afsal Villan

Flutter camera image picker has a known issue of returning images with wrong unexpected rotation. The issue has been raised…

Learn More 81 Comments on How to fix flutter camera image picker rotation issue?
Dart/Flutter code highlighting for WordPress
Posted in Tutorial Wordpress

Dart/Flutter code highlighting for WordPress

Estimated read time 5 min read
Posted on July 7, 2022
by Muhammed Afsal Villan

The WordPress’s SyntaxHighligter Evolved is a great plugin for syntax highlighting. It supports a ton of syntaxes and has a…

Learn More 91 Comments on Dart/Flutter code highlighting for WordPress
Encryption and decryption in flutter
Posted in Flutter Tutorial

Encryption and decryption in flutter

Estimated read time 4 min read
Posted on July 6, 2022
by Muhammed Afsal Villan

This tutorial explores the data encryption and decryption using the dart language for the flutter apps. We come across the…

Learn More 92 Comments on Encryption and decryption in flutter
Flutter TextField Tutorial
Posted in Flutter

Flutter TextField Tutorial

Estimated read time 8 min read
Posted on July 6, 2022July 8, 2022
by Muhammed Afsal Villan

TextField widgets are used for reading text inputs, like username, password, phone number, email address, etc. from the keyboard. They…

Learn More 267 Comments on Flutter TextField Tutorial
Flutter OutlinedButton Tutorial (2022)
Posted in Flutter Tutorial

Flutter OutlinedButton Tutorial (2022)

Estimated read time 4 min read
Posted on July 4, 2022July 4, 2022
by Muhammed Afsal Villan

An OutlinedButton is a button with text child and a border outline. It is also a form of TextButton with…

Learn More 71 Comments on Flutter OutlinedButton Tutorial (2022)
How to generate UUID in dart / flutter
Posted in Flutter Tutorial

How to generate UUID in dart / flutter

Estimated read time 2 min read
Posted on June 30, 2022June 30, 2022
by Muhammed Afsal Villan

Very often, we come across the need to have UUID. UUIDs are perfect for giving unique ID to objects and…

Learn More 67 Comments on How to generate UUID in dart / flutter
Flutter ElevatedButton Tutorial (2022)
Posted in Flutter Tutorial

Flutter ElevatedButton Tutorial (2022)

Estimated read time 5 min read
Posted on June 29, 2022July 4, 2022
by Muhammed Afsal Villan

In this tutorial, we will explore the ElevatedButton widget in Flutter. ElevatedButtons are, as the name suggests, buttons with a…

Learn More 73 Comments on Flutter ElevatedButton Tutorial (2022)
Java JFrame Tutorial
Posted in Java Tutorial

Java JFrame Tutorial

Estimated read time 6 min read
Posted on June 28, 2022June 29, 2022
by Muhammed Afsal Villan

JFrame is a java swing container that can be used to create application windows. JFrames are the top most container…

Learn More 67 Comments on Java JFrame Tutorial
Flutter TextButton Widget – Usage and Examples
Posted in Flutter Tutorial

Flutter TextButton Widget – Usage and Examples

Estimated read time 4 min read
Posted on June 26, 2022July 6, 2022
by Muhammed Afsal Villan

In this tutorial, we will explore the Button widgets available in the Flutter. Compared to the previous version Flutter2, Flutter3…

Learn More 69 Comments on Flutter TextButton Widget – Usage and Examples
How to get all the image files from a folder in Java?
Posted in Code Snippets

How to get all the image files from a folder in Java?

Estimated read time 2 min read
Posted on June 25, 2022June 25, 2022
by Muhammed Afsal Villan

Filter image files from a folder in Java Let’s see how to filter-out only image files from a directory in…

Learn More 53 Comments on How to get all the image files from a folder in Java?
Create animated GIF from multiple images in Java
Posted in Java Tutorial

Create animated GIF from multiple images in Java

Estimated read time 6 min read
Posted on June 25, 2022June 25, 2022
by Muhammed Afsal Villan

In this tutorial, we will learn how to programmatically create animated GIF by combining multiple images in java easily. We…

Learn More 51 Comments on Create animated GIF from multiple images in Java
How to create excel files in Java
Posted in Java Tutorial

How to create excel files in Java

Estimated read time 7 min read
Posted on June 23, 2022
by Muhammed Afsal Villan

In this tutorial, we will explore the Java spreadsheet support and learn how to create Microsoft Excel .xlsx spreadsheet files…

Learn More 51 Comments on How to create excel files in Java
Java WebP Image Support – Read and Save WebP Images
Posted in Java Tutorial

Java WebP Image Support – Read and Save WebP Images

Estimated read time 5 min read
Posted on June 23, 2022June 30, 2022
by Muhammed Afsal Villan

WebP is a new generation image format developed by Google exclusively for the Web. It has both lossy and lossless…

Learn More 50 Comments on Java WebP Image Support – Read and Save WebP Images
JavaFX Image Button Tutorial
Posted in JavaFX JavaFX GUI

JavaFX Image Button Tutorial

Estimated read time 4 min read
Posted on June 22, 2022June 22, 2022
by Muhammed Afsal Villan

In this tutorial, we will learn how to create image buttons in JavaFX. By default, there is no special component…

Learn More 51 Comments on JavaFX Image Button Tutorial
Create your first flutter desktop application – Flutter tutorial
Posted in Flutter Tutorial

Create your first flutter desktop application – Flutter tutorial

Estimated read time 6 min read
Posted on June 22, 2022June 22, 2022
by Muhammed Afsal Villan

Flutter is the new developer-friendly cross-platform open-source framework developed by Google. The flutter community is growing and as of 2022,…

Learn More 51 Comments on Create your first flutter desktop application – Flutter tutorial
How to add WebP thumbnail support on Ubuntu and Linux Mint
Posted in Linux Tutorial

How to add WebP thumbnail support on Ubuntu and Linux Mint

Estimated read time 2 min read
Posted on June 21, 2022June 30, 2022
by Muhammed Afsal Villan

As of writing this article, on 2022 June, there is no default support for WebP images in the Ubuntu/Linux Mint…

Learn More 51 Comments on How to add WebP thumbnail support on Ubuntu and Linux Mint
JavaFX ObservableList Tutorial
Posted in JavaFX Tutorial

JavaFX ObservableList Tutorial

Estimated read time 4 min read
Posted on June 20, 2022June 21, 2022
by Muhammed Afsal Villan

JavaFX ObservableList is JavaFX SDK’s special implementation of List interface. It is basically an observable list that provides option to…

Learn More 48 Comments on JavaFX ObservableList Tutorial
JavaFX CheckComboBox
Posted in JavaFX JavaFX GUI

JavaFX CheckComboBox

Estimated read time 3 min read
Posted on June 19, 2022June 19, 2022
by Muhammed Afsal Villan

JavaFX CheckComboBox is a special UI control provided by ControlsFX. It is used for giving option to users to select…

Learn More 48 Comments on JavaFX CheckComboBox
JavaFX Custom Shaped Buttons
Posted in JavaFX JavaFX GUI

JavaFX Custom Shaped Buttons

Estimated read time 3 min read
Posted on June 19, 2022June 19, 2022
by Muhammed Afsal Villan

JavaFX provides effective ways to customize the shape of most of the components. In this tutorial, we will learn how…

Learn More 16,488 Comments on JavaFX Custom Shaped Buttons

Posts navigation

← Older Articles
© All rights reserved. Proudly powered by WordPress. Theme SpeedBlog designed by WPInterface.