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: ChatGPT

Getting started code for Intellij Plugin that adds a view with two textareas and a button that calls an endpoint

Getting started code for Intellij Plugin View

Posted on September 2, 2024September 2, 2024 by Toma Velev

Here’s a basic example of how to create an IntelliJ plugin that adds a custom view. Step 1: Create a new IntelliJ Plugin project First, you need to create a new IntelliJ plugin project in IntelliJ IDEA Community. To do this: Open IntelliJ IDEA Go to File > New Project In the “New Project” dialog…

Read more
Free Chat GPT options available

The Top 5 Free Chat GPT Services in 2024

Posted on July 24, 2024July 25, 2024 by Toma Velev

Today – 2024 – there are several options for free – you could use – to Chat with GPT. While OpenAI – ChatGPT – continues to be a popular choice for AI chat experiences, it’s not the only game in town. Most of them require from you to Log In with some Cloud Authentication Provider…

Read more
dart script extracts strings from Dart files

dart script extracts strings from Dart files

Posted on June 17, 2024June 17, 2024 by Toma Velev

Here is a Dart script that recursively searches through Dart files in a directory and its subdirectories, extracts strings (literals), the file path, line containing the string, and the string itself. import ‘dart:io’; import ‘dart:convert’; void main(List args) { if (args.isEmpty) { print(‘Usage: dart find_data_models.dart ‘); return; } final directory = Directory(args[0]); if (!directory.existsSync()) {…

Read more
Things nobody tell you about AI - from personal experience

Things nobody tell you about AI – from personal experience

Posted on May 25, 2024March 1, 2025 by Toma Velev

AI is a trend that has million opinions – positive and negative, so, as a technical person, I decided to get some personal experience on it. I am no expert in math and machine learning, so my point of view is from a user application developer. A Demo of my desired app is https://www.youtube.com/watch?v=ZV6M0O_VITE To…

Read more
ChatGPT Wrote me Code Utility in Java

ChatGPT gives instructions for well defined Micro Tasks – not full scale Job

Posted on March 15, 2024 by Toma Velev

ChatGPT could be quite adept at generating responses for a wide range of tasks and jobs. But – In My Opinion – they need to be well-defined or require a more nuanced approach. It doesn’t execute tasks in the traditional sense, and It doesn’t perform physical actions in a human-like understanding. ChatGPT has the strength…

Read more
What is AI really? ChatGPT?

What is AI really or is it ChatGPT?

Posted on March 15, 2024March 16, 2024 by Toma Velev

What is AI really or Is it ChatGPT? GPT is just a Generative Pre-trained Transformer – General Prompt Model. It is a model based on learning from big chunk of data that is collected from all around the Internet. Text to Text Mostly of the AI services are text based – ChatGPT based. What they are…

Read more
ChatGPT is useless for most recent Sotware Development

ChatGPT is useless for most recent Sotware Development

Posted on January 18, 2024January 18, 2024 by Toma Velev

Artificial Intelligence – Langauge Models like ChatGPT are useless for Sotware Development with the most recent packages, libraries and frameworks. Let me share my personal experience. Java Spring (Boot) Framework I’ve been developing some Java Spring Boot Micro Services. I having a skeleton of a Spring Boot app and I am trying to apply it…

Read more
Java Program that replaces a line from a file containing X with Y

Java Program that replaces a line from a file containing “new H1”

Posted on December 18, 2023 by Toma Velev

Below is a simple Java program that reads a file, searches for a line containing “new H1”, and replaces it with a new line. import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.FileReader;import java.io.FileWriter;import java.io.IOException;public class ReplaceLineInFile { public static void main(String[] args) { String filePath = “path/to/your/file.txt”; // Replace with your file path String searchString = “new H1”; String…

Read more
Why most AI and Crypto Start-Ups Will FAIL!

Why most AI and Crypto Start-Ups Will FAIL!

Posted on July 25, 2023July 26, 2023 by Toma Velev

In this blog post I’m gonna write down my opinion for – Why most AI and Crypto Start-Ups Will FAIL! It is about the strategy – it is about time, effort and attention arbitrage. Software Development Strategy In the world of software development, the creation of new software often builds upon existing software and technologies….

Read more
What is Full-pack Developer Experience?

What is Full-pack Developer Experience?

Posted on April 17, 2023April 24, 2023 by Toma Velev

What is Full-pack Developer Experience? It’s Integrated Development Environment with a lot of functional and non-functional items: Code Editors Code Generators No-Code utilities UI Designers / WYSIWYGArticles, Videos and all kind of tutorialsOpen Source Examples. IDE (Integrated Development Environment) IDE tooling can be very important for software development, particularly for larger projects with complex codebases….

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 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)