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…
Category: ChatGPT
Java Program that replaces a line from a file containing “new H1”
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…
Why most AI and Crypto Start-Ups Will FAIL!
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….
What is Full-pack Developer Experience?
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….
Tech – Algorithms & Business Value
At what level to technical knowledge and experience on low-level stuff – pointers, algorithms, design patterns and architectures will bring actual business value? Here is what chatGPT says: Technical knowledge and experience in low-level stuff such as pointers, algorithms, design patterns, and architectures can bring actual business value at different levels depending on the nature…
ChatGPT Wrote me Code Utility in Java
ChatGPT Wrote me Code Utility in Java and it was surprisingly good. I just needed to tell it very specifically what I needed in multiple aspects and multiple dimensions. It requires: I needed an utility to: The Result is the following: package mypackage; import com.helger.commons.regex.RegExPattern; import java.io.*; import java.util.regex.Matcher; import java.util.regex.Pattern; public class JavaStringTransformer {…
What and How to Ask ChatGPT – Most Powerful Weapon
What (and how) to ask ChatGPT, this is the question, and everyone should find the answer because it is the most Powerful Weapon? This is valid point for life in general. While life is colourful and the answers may come later – the AI will either give you something useful right away or it will…
