Code Maven

Welcome to the Code Maven!

Helping you improve your programming and DevOps related knowledge to allow you to have a better job with more satisfaction and higher salary.

The main topics in alphabetical order

  • Ansible - the configuration management system.
  • Bash - the shell language of Unix/Linux.
  • C# .NET - the language of Microsoft.
  • Docker - the de-facto standard in containers.
  • Flask, the Python microframework.
  • Git, the most popular Open Source version control system.
  • Go - Golang, the programming language created at Google.
  • Groovy, the programming language used for Jenkins pipelines.
  • Handlebars the HTML templating system written in JavaScript.
  • Java
  • JavaScript
  • Jenkins, the automation server used for Continuous Integration and Continuous Delivery.
  • Linux
  • NodeJS
  • Perl on the Perl Maven site.
  • PHP
  • Python
  • Ruby
  • SVG, Scalable Vector Graphics examples in JavaScript and Python.

Most of the articles were written by Gabor Szabo who provides Automation and DevOps related services. (Setting up CI systems, introducing test automation, moving the company to "the cloud", etc.)

Recent Articles

CLI phone book in Python using SurrealDB as a database

In this small example we are going to create a simple command line phone-book in Python using SurrealDB running in a Docker container as the database.


CLI phone book in Python using SurrealDB as a database


SurrealDB

SurrealDB is a multi-model database I have been experimenting with in Rust. I created a number of examples for SurrealDB using Rust.


SurrealDB


Getting started with SurrealDB using Python and Docker

SurrealDB is a multi-model database I have been experimenting with in Rust. I created a number of examples for SurrealDB using Rust. In this article we take a look at the basics of SurrealDB using Python.


Getting started with SurrealDB using Python and Docker