In this comprehensive tutorial, we’ll explore the world of microservices using the latest Spring Boot 3 framework. We’ll create a…
Author: Muhammed Afsal Villan
How to fix flutter camera image picker rotation issue?
Flutter camera image picker has a known issue of returning images with wrong unexpected rotation. The issue has been raised…
Dart/Flutter code highlighting for WordPress
The WordPress’s SyntaxHighligter Evolved is a great plugin for syntax highlighting. It supports a ton of syntaxes and has a…
Encryption and decryption in flutter
This tutorial explores the data encryption and decryption using the dart language for the flutter apps. We come across the…
Flutter TextField Tutorial
TextField widgets are used for reading text inputs, like username, password, phone number, email address, etc. from the keyboard. They…
Flutter OutlinedButton Tutorial (2022)
An OutlinedButton is a button with text child and a border outline. It is also a form of TextButton with…
How to generate UUID in dart / flutter
Very often, we come across the need to have UUID. UUIDs are perfect for giving unique ID to objects and…
Flutter ElevatedButton Tutorial (2022)
In this tutorial, we will explore the ElevatedButton widget in Flutter. ElevatedButtons are, as the name suggests, buttons with a…
Java JFrame Tutorial
JFrame is a java swing container that can be used to create application windows. JFrames are the top most container…
Flutter TextButton Widget – Usage and Examples
In this tutorial, we will explore the Button widgets available in the Flutter. Compared to the previous version Flutter2, Flutter3…
How to get all the image files from a folder in Java?
Filter image files from a folder in Java Let’s see how to filter-out only image files from a directory in…
Create animated GIF from multiple images in Java
In this tutorial, we will learn how to programmatically create animated GIF by combining multiple images in java easily. We…
How to create excel files in Java
In this tutorial, we will explore the Java spreadsheet support and learn how to create Microsoft Excel .xlsx spreadsheet files…
Java WebP Image Support – Read and Save WebP Images
WebP is a new generation image format developed by Google exclusively for the Web. It has both lossy and lossless…
JavaFX Image Button Tutorial
In this tutorial, we will learn how to create image buttons in JavaFX. By default, there is no special component…
Create your first flutter desktop application – Flutter tutorial
Flutter is the new developer-friendly cross-platform open-source framework developed by Google. The flutter community is growing and as of 2022,…
How to add WebP thumbnail support on Ubuntu and Linux Mint
As of writing this article, on 2022 June, there is no default support for WebP images in the Ubuntu/Linux Mint…
JavaFX ObservableList Tutorial
JavaFX ObservableList is JavaFX SDK’s special implementation of List interface. It is basically an observable list that provides option to…
JavaFX CheckComboBox
JavaFX CheckComboBox is a special UI control provided by ControlsFX. It is used for giving option to users to select…
JavaFX Custom Shaped Buttons
JavaFX provides effective ways to customize the shape of most of the components. In this tutorial, we will learn how…