La Matematica Necessaria per l’Intelligenza Artificiale e gli LLM
Quali sono le basi matematiche necessarie per comprendere a fondo l’Intelligenza Artificiale Generativa e i Large Language Models? Una panoramica delle discipline fondamentali.
L’evoluzione di Java dal JDK 1.0 al JDK 21
Un viaggio attraverso le tappe fondamentali che hanno trasformato Java in uno dei linguaggi di programmazione più influenti della storia
Sviluppo di applicazioni Java EE sicure 2
Dalle minacce alle migliori pratiche Parte 2
Developing Secure Java EE Applications 2
Understanding Common Threats Part 2
Sviluppo di applicazioni Java EE sicure 1
Dalle minacce alle migliori pratiche Parte 1
Developing Secure Java EE Applications 1
From Threats To Best Practices Part 1
Software Architect
A Software Architect is a professional who designs and develops the architecture of a software system
Git Tag
How to create a tag in git
Monads: A First Definition
An introduction to monads in functional programming: algebraic structures, the formal triplet (T, η, μ), and the Maybe monad example
A list of books on Clojure
A list of Clojure books that I think are great
Using Prolog to Build Expert Systems
Building expert systems with Prolog: a practical approach
Passing Parameters to Methods/Functions/Procedure in Programming Languages
Parameter passing strategies in programming: by value, by reference and beyond
What is an inference engine?
How inference engines work and their role in expert systems
What is an expert system?
Understanding expert systems: definition, architecture and applications
Understanding Domain Specific Languages
What Domain-Specific Languages are and when to use them
Cobol overview
A comprehensive overview of the COBOL programming language
The equals() method of the Object class in Java
Learn how the equals method works and how to use it correctly
Explore the World of Artificial Intelligence
Five Websites to Boost Your Productivity and Creativity
The Data Model Resource Book Vol 1 & 2
About the series book…
I am replacing my old bash scripts with Python #2.
Python script to zip GlassFish logs and archive them by year and month. The script deletes the files after zipping them.
I am replacing my old bash scripts with Python #1.
Copy a list of directories with their contents to a shared folder.
The hashCode method of the Object class in Java
Learn how the hashCode method works and how to use it correctly
The toString method of the Object class in Java
Learn how the toString method works and how to use it correctly
The transition from Java EE to Jakarta EE
What you need to know
The R Language
An overview of the R language for statistical computing and data analysis
Working with Strings using Streams and Lambdas.
Processing strings with Java Streams and Lambda expressions
Immutable classes and objects in Java
Understanding immutable classes and objects in Java
Restore remote database backup to local
How do I restore a remote Mysql database to local? With Python script!
Java Complex Number
A Complex Number Class For Java
How to detect the machine architecture
How to check if your Linux system is 32-bit or 64-bit