Skip to content

Alinex IT Reference & Guide

The book works as a ground documentation containing information and help in the area of web applications. This includes everything necessary from the environment, server and client programming including a lot of helpful tools and technologies. And it goes also over everything needed in production to keep it performant, secure, stable and running.

Documentation

It contains a big area with a lot of different competing, fast and always progressing technologies. That makes it difficult to keep up to date with everything. Therefore this book can't be complete or up to date any time. But it will evolve and you may look again some time.

This is a book explaining all the major parts and development background around the Alinex named coding projects. But it is only partly specific to Alinex development and more a book to learn and use the different IT technologies with best practice from the Alinex modules. The epics included are the ones I decided to look at and if something is missing maybe I had not go deeper into it and may try it out and document it later. Also some areas which are very simple from my point of view may be missing. Some descriptions are made while learning so this is also a reference for myself. That makes it a knowledge base and collection of my personal progress in learning the different technologies and often contains short overviews and only the essential facts of the original documentation.

The decisions from this book are not real hard facts but a definition for me to follow as possible. It may change as the world around changes. And you don't have to follow this standards but it helps for all which are working deeply with the Alinex modules and participating to it to understand the parts behind. Some of the Alinex modules use an older standard (like the CoffeeScript based ones) but will eventually be upgraded to newer versions.

Keep in mind that the book explains a lot of technologies around web development but it is neither meant as a complete guide to teach the technologies. And it is neither aimed to be complete, more like a best practice and how to bring it all together.

Structure of Book

The top level chapters are:

  1. Home

    With this introduction about the book, the Alinex Namespace and myself. Including a short blog about what is going on and on what I work.

  2. Linux

    This chapter describes a lot arround Unix and Linux operation system and it's tools. It is based on multiple distributions and will be adopted as needed. Mostly short references with examples help to manage Linux Server and Desktop environments.

  3. Middleware

    This will contain description on how to install, use and manage middleware like databases, application servers and more.

  4. Environment

    All the tools around, which you may need to develop and work on the code. It describes programs and technologies often used to do the development work. And it contains all which is needed within the whole development cycle including CI/CD. Starting with Freeplane, GitLab/GitHub, the editors Code/Atom, Git, MkDocs/BitBook to make documentation till KeePass store as helper everything is included.

  5. Languages

    Different programming languages which I use. Mainly JavaScript and Rust.

  6. Frameworks

    In the moment very small I will collect information about how to use different programming frameworks here.

  7. Solutions

    This chapter will show ready to use solutions for programming or as application. Here you find all the free tools which are build in my Alinex namespace with documentation, and code.

  8. Operation

    The final chapter will describe all to know about continuously providing a stable and performant service. This includes forcasting, security issues and more.

Accessibility

The book is made responsive meaning it's rendering will vary and always be optimized for the device and window screen you use. You may access it with the smartphone as good as within your PC Browser.

Specially on your smartphone you can not only access it in your browser but also make it look more like an app by calling "Add to Home Screen" from the browser menu. This technology comes from the PWA but as the book is static no service-worker or active elements are included.

Requirements

As far as possible Alinex tries to not be restricted by a specific system or service but to come to an end it focuses more on specific systems and services.

At first this documentation is based on Debian Linux but now switched to also better support Arch Linux in the examples but it will work on any other Linux system or mac with some minor changes. You may also work with windows by replacing the few OS specific calls with appropriate ones or using the Windows-Subsystem for Linux with a supported distribution.

All the environment tools used here, may also be replaced by other ones for their work.

And at last the most important thing the end results are mostly not OS specific and will run on any system.

Development basics

My key concepts are "Configuration over Implementation" and "Keep it Simple".

All the different modules in the Alinex namespace are loose coupled but optimal integrated. At first they solve my own problems but I will enlarge their functionality and often my problems are the problems of others, too.

I believe in open source and all the tools which are mentioned here are free for open source projects. But you mostly can also use them for private use.

Conclusion

This is not only written to teach others but as said before mainly to keep the knowledge as a reference for myself. Also it is not statically written but a type of living book which evolve and grow in time hopefully as fast as technology goes on. So read it once, but come back again to see the newest changes.

Statistics

The following statistics will give you a better understanding about it's complexity.

Documentation is 404 pages (in A4 PDF format) and contains 768756 characters.

Download Documentation

If you want to have an offline access to the documentation, feel free to download the 404 pages PDF Documentation.

License

Alinex Core

Copyright 2016, 2019 - 2020 Alexander Schilling (https://gitlab.com/alinex/alinex.gitlab.io)

Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Last update: November 23, 2021