Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
Facet
February 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 Gioorgi EverGreen
Category Archives: Programming languages
Bun is a fast all-in-one JavaScript runtime
As a mid-life greabeard that started my career on Z/OS / MVS writing JCL and running COBOL and SAS jobs, I like JavaScript. It doesn’t have the obtuseness of C, the ultra-strict type-checking of Pascal, the verbosity of COBOL, class … Continue reading
Posted in English Content, JavaScript, Software
Tagged javascript, javascript war, node.js
Leave a comment
SQLite Tool-set
Random list of very interesting projects (will be updated, guys). I will add my own ideas/impression as soon as possible. From simpler to more complex stuff: sqlite-utils is a rather useful tool for managing SQLite databases, importing structured data and … Continue reading
Posted in IT Featured, Knowledgebase, Structured Query Language (SQL)
Comments Off on SQLite Tool-set
HarborMaster!
After creating Misterio, I found this alternative called HarborMaster: Harbormaster is a small utility that lets you easily deploy multiple Docker-Compose applications on a single host. It does this by taking a list of git repository URLs that contain Docker … Continue reading
Erlang & la resilienza con pattern matching e processi
Cosa ci insegna Erlang sulla resilienza, in un periodo in cui ce ne è molto bisogno? Erlang è un linguaggio open source nato nel 1986 alla Ericsson, di tipo funzionale, concorrente, dinamicamente tipato, general purpose e soprattutto costruito per essere … Continue reading
Posted in Erlang, Italian Content
Tagged erlang
Comments Off on Erlang & la resilienza con pattern matching e processi
Simple method to add historic feature to SQLite
Abstract: Make a database which can be store historic modification is often considered a “secondary” activity, but bad design leads to databases that are difficult to optimize and often not very understandable. In this article we illustrate a simple method … Continue reading
Posted in English Content, IT Featured, Knowledgebase, Structured Query Language (SQL)
Tagged database, sqlite
Comments Off on Simple method to add historic feature to SQLite
Semplice metodo per storicizzare i dati su database
Abstract: Storicizzare i dati spesso è un attività considerata “secondaria”, ma un cattivo design porta a base dati difficili da ottimizzare e spesso poco comprensibili. In questo articolo illustriamo un semplice metodo che rispetta i dettami della teoria relazionale, è … Continue reading
Posted in Italian Content, Structured Query Language (SQL)
Tagged database, oracle
Comments Off on Semplice metodo per storicizzare i dati su database
runif
Idempotent and minimal python 3 library for rapid scripting. Provide support for creating file, adding data to them, patching and so on. Why? (Ba)sh scripting is very easy to setup. So we end up using it all the time for … Continue reading
Posted in English Content, Gio's Software Projects, Knowledgebase, Projects, Python, Software
Tagged bash, python
Comments Off on runif