Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
Tag Archives: java
Progettare per il domani o l’altro ieri?
Complice del passare degli anni, inizio a sviluppare una certa irritazione per alcune soluzioni architetturali chiaramente inutili. Scrivo quindi queste brevi righe a beneficio di qualsiasi giovane sviluppatore Java (o Python o JavaScript o….) affinché prima di “inventarsi” una nuova … Continue reading
Posted in Humor, Italian Content
Tagged humor, java, software architect
Comments Off on Progettare per il domani o l’altro ieri?
The new Java, the old java: save the date
Java 15 will remove Solaris Support. This with the removal of Java Applet in JDK 9 is the final end of another Java mutation process cycle. I mean, Java 1.0 is dead as we know it. Vector, Applet and the … Continue reading
Jdk 11 Migration
JDK 1.11 is the next LTS (Long Term Support) Release. A lot of Enterprise Customers are still with JDK 1.8, but nowadays you need to provide migration path to JDK 1.11 (or to JDK 1.14 LTS). JDK11 will be supported … Continue reading
Avoid Kafka if unsure (think twice series)
Some co-workers started using Apache Kafka con a bunch of our Customers. Apache Kafka is a community distributed event streaming platform capable of handling trillions of events a day. Initially conceived as a messaging queue, Kafka is based on an … Continue reading
Posted in English Content, IT Featured, Knowledgebase, Structured Query Language (SQL)
Tagged java, kafka, nosql
Comments Off on Avoid Kafka if unsure (think twice series)
On Constants
I think constants are evil (just joking but….I will explain why). I am tired of seeing a lot of Java classes filled with the same constants repeated over and over again, instead of collecting them in a common file, which … Continue reading
Posted in English Content, Humor, Programming languages, Software
Tagged evil, ideas, java
Comments Off on On Constants
Comments are evil?
In the 1980 comments were used to reduce the “gap” between unstructured code and “rationale” behind the code. C/64 Peek and poke where oscure. Gosub on function pointed by numbers was bad 8-bit systems was tight on command names and … Continue reading
Posted in English Content, Programming languages, Software
Tagged evil, ideas, java
Comments Off on Comments are evil?
?FileSystem is faster than RAM [under your Operating System]
I am studying Apache Kafka (a “distributed streaming platform”) and I stubled upon this conclusion: the “disk read fear” a lot of projects have in the past, is a fake. A lot of distributed database started tutorial with the statement … Continue reading
Posted in English Content, IT Featured
Tagged development, great ideas, java, kafka
Comments Off on ?FileSystem is faster than RAM [under your Operating System]