Skip to content

Software Development at Program Tom LTD

Place for coding, programming, development and software in general.

Menu
  • Blog
  • PDF Booklets
  • Dev Utils & Content
  • Java Spring Boot Or Web Apps
  • English
    • български
    • English
    • Español
    • Português
    • हिन्दी
    • Русский
    • Deutsch
    • Français
    • Italiano
    • العربية
  • About Us
Menu

Category: Software Development

Making Money is more about people skills - less about technology or the tool

Making Money is more about people skills – less about technology or the tool

Posted on October 26, 2025 by Toma Velev

People skills often outweigh pure technical mastery when it comes to Making Money, especially in the long run. Here’s why, broken down simply: 1. Money flows through people 2. Technology is a commodity; relationships aren’t 3. Trust > Features 4. Network = Net Worth (literally) That said: Tech still matters—a lot Real-world proof: Is it…

Read more
Flutter Sensors

Flutter Sensors

Posted on October 25, 2025 by Toma Velev

sensors_plus is a more up-to-date and widely-used package for accessing various sensors on mobile devices with flutter. To use sensors_plus, first add the package to your pubspec.yaml file: https://pub.dev/packages/sensors_plus dependencies: sensors_plus: ^0.2.6 Then, import the package in your Dart file: import ‘package:sensors_plus/sensors_plus.dart’; You can access different types of sensors using the SensorManager class: void main()…

Read more
Sell to Software Developers - Software Products or Services

Sell to Software Developers – Software Products or Services

Posted on October 25, 2025 by Toma Velev

How do you Sell to Coders as a Software Developer? As a developer, you know how time-consuming and error-prone coding can be. That’s where code-generating tools come in – to save you time, increase productivity, and improve accuracy. But how do you market and sell these tools to software developers? In this post, we’ll explore…

Read more
How do I supply an initial value to a text field? Flutter

How do I supply an initial value to a text field? Flutter

Posted on October 25, 2025 by Toma Velev

There are two primary ways to supply an initial value to a text field in Flutter, depending on the widget you are using: Using a TextEditingController (Recommended for state management)1 Using the initialValue property (For stateless fields)2 1. Using a TextEditingController 📝 The most common and flexible way is to use a TextEditingController and set…

Read more
How to accomplish better user experience

How to accomplish better user experience

Posted on October 25, 2025 by Toma Velev

To accomplish a great user experience for your software, consider the following steps – that are beyond UI and concrete framework: Understand Your Users: Identify your target audience and their needs. Research their pain points, goals, and behaviors. Create user personas to guide your design decisions. Keep it Simple: Use a clean and minimalistic design….

Read more
Encrypting Sensitive fields - GDPR (And Security) Must

Encrypting Sensitive fields – GDPR (And Security) Must

Posted on October 25, 2025 by Toma Velev

Below is a practical, security-first approach you can implement so your Java app can use user location data while DBs, devs, and CMS admins see only ciphertext (or very coarse data). It covers threat model, recommended architecture, concrete crypto patterns (envelope encryption + AEAD), searchable/indexable options, key management, rotation, audit, and a compact Java example…

Read more
Flutter icon implementation

Flutter icon implementation

Posted on October 21, 2025 by Toma Velev

You can have an implementation of an icon like a profile photo with a number (a profile photo with a small circular badge overlay in the bottom-right) in Flutter by using a Stack with a Positioned widget. Here’s a complete example 👇: ✅ Flutter Implementation Example import ‘package:flutter/material.dart’; class ProfileWithAlertIcon extends StatelessWidget { @override Widget…

Read more
Image to Text AI

Image to Text AI

Posted on October 21, 2025 by Toma Velev

There are open-source (or freely usable) AI or OCR systems that convert image to text. What “image to text” exactly means can vary (e.g. OCR, image captioning, scene text recognition). Here are some good ones and pointers: Types of “Image → Text” tasks Before listing, it’s useful to distinguish: OCR (Optical Character Recognition) — extracting…

Read more
What is this new 16k Android Requirement. How does it affect me (Flutter App Developer)

What is this new 16k Android Requirement. How does it affect me (Flutter App Developer)

Posted on October 21, 2025 by Toma Velev

What is this new 16k Android Requirement. How does it affect me (Flutter App Developer) – this is one of the stoppers for Publishing Apps on Google Play? Android has historically used 4KB memory pages for managing RAM allocation (the smallest unit the OS uses to track and swap memory). However, many modern ARM64 CPUs…

Read more
Progressively Extracting Flutter Bloc Logic for testable code

Progressively Extracting Flutter Bloc Logic for testable code

Posted on October 21, 2025 by Toma Velev

To make Flutter Bloc logic testable, extract business logic into service methods or classes, isolating it from state management. This guide provides a step-by-step approach with examples. 1. Understand the Goal Why extract logic? Blocs often mix business logic (e.g., API calls, data processing) with state management, making them hard to test. Extracting logic into…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 56
  • Next
  • Feature Flags – Enable Functionality from the BackEnd
  • Integrating xAI Grok API with Spring Boot
  • How to Progresively Integrate AI
  • What is an AI Agent
  • Flutter image scaling

Categories

  • Apps (22)
  • ChatGPT (23)
  • Choosing a Framework (38)
  • Flutter (256)
  • Graphical User Interface (14)
  • Marketing (116)
  • Software Development (281)
  • Spring (44)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (14)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (84)
    • Flutter Apps (24)
    • GPT (4)
    • Java (38)
    • Native Android (3)
    • PHP (9)
    • Spring (Boot) / Quarkus (35)
    • Utils (15)
    • Vaadin 24+ (27)
    • Vaadin 8 (1)
  • Apps (18)
    • Employees DB (1)
    • Notes (6)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (2)
  • PDF Books (3)
  • Source Code Generators (8)

Recent Posts

  • Feature Flags – Enable Functionality from the BackEnd
  • Integrating xAI Grok API with Spring Boot
  • How to Progresively Integrate AI
  • What is an AI Agent
  • Flutter image scaling

Post Categories

  • Apps (22)
  • ChatGPT (23)
  • Choosing a Framework (38)
  • Flutter (256)
  • Graphical User Interface (14)
  • Marketing (116)
  • Software Development (281)
  • Spring (44)
  • StartUp (22)
  • Uncategorized (14)
  • Uncategorized (4)
  • Vaadin (14)