Skip to content

Instantly share code, notes, and snippets.

@varocarbas
varocarbas / database_management_ii.md
Last active May 13, 2023 07:58
Database management (II): main implementations -- accessory_java

Database management (II): main implementations -- accessory_java

Introduction

This article discusses the most important parts of the DB-related code of accessory_java (main repository). The code of another Java library based on similar ideas, ib (main repository), is also used as a supporting resource.

accessory_java

I started developing accessory_java while working on a personal project. It was meant to be a container of generic resources which I could eventually use in other applications. Basically, a library including not just useful methods and variables, but also a solid starting point to face virtually any project in Java. Or, in other words, a way to adapt Java to my programming approach, to help me easily overcome the language peculiarities. That initial code has kept growing and evolving until reaching the current stage, which I consider mature, comprehensive and reliable enough.

@varocarbas
varocarbas / database_management_i.md
Last active May 13, 2023 07:58
Database management (I): general approach -- accessory_java

Database management (I): general approach -- accessory_java

Introduction

I will be giving a general overview of database management in accessory_java (main repository). The code of another Java library based on similar ideas, ib (main repository), is also used as a supporting resource.

accessory_java

I started developing accessory_java while working on a personal project. It was meant to be a container of generic resources which I could eventually use in other applications. Basically, a library including not just useful methods and variables, but also a solid starting point to face virtually any project in Java. Or, in other words, a way to adapt Java to my programming approach, to help me easily overcome the language peculiarities. That initial code has kept growing and evolving until reaching the current stage, which I consider mature, comprehensive and reliable enough.

@varocarbas
varocarbas / arrays.md
Last active May 13, 2023 07:57
Arrays -- accessory_java

Arrays -- accessory_java

Introduction

In this article, I will be analysing the main aspects of how accessory_java (main repository) manages collections. The code of another Java library based on similar ideas, ib (main repository), is also used as a supporting resource.

accessory_java

I started developing accessory_java while working on a personal project. It was meant to be a container of generic resources which I could eventually use in other applications. Basically, a library including not just useful methods and variables, but also a solid starting point to face virtually any project in Java. Or, in other words, a way to adapt Java to my programming approach, to help me easily overcome the language peculiarities. That initial code has kept growing and evolving until reaching the current stage, which I consider mature, comprehensive and reliable enough.

@varocarbas
varocarbas / types_classes.md
Last active May 13, 2023 07:57
Types and classes -- accessory_java

Introduction

I will be discussing an important duality in the accessory_java library (main repository): types vs. classes. The code of another Java library based on similar ideas, ib (main repository), is also used as a supporting resource.

accessory_java

I started developing accessory_java while working on a personal project. It was meant to be a container of generic resources which I could eventually use in other applications. Basically, a library including not just useful methods and variables, but also a solid starting point to face virtually any project in Java. Or, in other words, a way to adapt Java to my programming approach, to help me easily overcome the language peculiarities. That initial code has kept growing and evolving until reaching the current stage, which I consider mature, comprehensive and reliable enough.

Main features of accessory_java:

@varocarbas
varocarbas / friendliness_safety_efficiency_and_adaptability.md
Created May 13, 2023 07:53
Friendliness, safety, efficiency and adaptability -- accessory_java

Friendliness, safety, efficiency and adaptability -- accessory_java

Introduction

The current article discusses the main concerns defining accessory_java (main repository): friendliness, safety, efficiency and adaptability. This library is meant to help programmers deal with different aspects of programming in Java. There are also multiple references to ib (main repository), another Java library easing the communication with Interactive Brokers.

accessory_java

I started developing accessory_java while working on a personal project. It was meant to be a container of generic resources which I could eventually use in other applications. Basically, a library including not just useful methods and variables, but also a solid starting point to face virtually any project in Java. Or, in other words, a way to adapt Java to my programming approach, to help me easily overcome the language peculiarities. That in

@varocarbas
varocarbas / context_conventions_structure_evolution.md
Created May 13, 2023 07:48
Context, conventions, structure, evolution -- accessory_java

Context, conventions, structure, evolution -- accessory_java

Introduction

In this article, I am analysing the main structure of the code and conventions used in accessory_java (main repository). Additional issues related to the development of this library, such as right context and evolution, are also being discussed. The code of another Java library based on similar ideas, ib (main repository), is also used as a supporting resource.

accessory_java

I started developing accessory_java while working on a personal project. It was meant to be a container of generic resources which I could eventually use in other applications. Basically, a library including not just useful methods and variables, but also a solid starting point to face virtually any project in Java. Or, in other words, a way to adapt Java to my programming approach, to help me easily overcome the language peculiarities. That initial code

@varocarbas
varocarbas / encryption.md
Created May 13, 2023 07:45
Encryption -- accessory_java

Encryption -- accessory_java

Introduction

This article describes a hassle-free approach to handle encryption in Java. The discussed classes are part of a wider library, accessory_java (main repository), which is meant to help programmers deal with different aspects of programming in Java.

accessory_java

I started developing accessory_java while working on a personal project. It was meant to be a container of generic resources which I could eventually use in other applications. Basically, a library including not just useful methods and variables, but also a solid starting point to face virtually any project in Java. Or, in other words, a way to adapt Java to my programming approach, to help me easily overcome the language peculiarities. That initial code has kept growing and evolving until reaching the current stage, which I consider mature, comprehensive and reliable enough.