Showroom

As one look is worth a thousand words, here you can try and download examples of how I work.

Image by Orna from Pixabay

JAVASCRIPT / ECMASCRIPT
User interface

Example of a screen keyboard for seats reservation in a flight.

Image by zeeve platform from Pixabay

DJANGO REST FRAMEWORK
API REST example

Example of API REST for a database of customers.

Layout of the project is separated in three django apps:

  • Business logic, (without interfaces)
  • REST interface, (without business logic)
  • Administrator interface, (Django Admin)

Image by Mariakray from Pixabay

DJANGO ORM
SQL stored view

Example of how to create and use in Django a SQL stored view.

This is especially useful in security environments, where developers cannot change some critical queries, and only a few administrators can update sensitive SQL code.

Image by Alexa from Pixabay

Software Industrialization and RPA
(Robotic Process Automation)

Video about my 270 virtual employees:  software robots that write source code for me.

The code generator has been created entirely by me. AI is not used at any time, the creation process is predictable and auditable.

Django, HTML and Javascript in just a few seconds, without errors.

Image by OpenClipart-Vectors from Pixabay

PYTHON
Automatic generation of PDF documents

Example of PDF invoice creation using 'ReportLab' library.

Image by Clker-Free-Vector-Images from Pixabay

DJANGO-ADMIN
Legal documents editor

Example of app for editing legal documents in Django Admin.

Allows versions of the same document, for automatic display in website according to validity date. It also allows translations of the document into several languages.

In the footer of this web site you can see documents edited with this app.