Skip to content
View almatsy159's full-sized avatar

Block or report almatsy159

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
almatsy159/README.md

Welcome to my github

About the autor:

Hey , i'm Gaëtan Lecomte ! I spend most of my times

  • working on program for fun
  • testing different possibilities of structure for the same program
  • studying mostly information technologie and mathematics

I don't post everyday here , i still enjoy working on a blackboard or with pen and paper for mathematics or algorithmics tasks ^^" .

I have many papers i would like to store as files. This will be the project sites topic.

To see the details of each repositories see the next About "About Repos I am actually

looking for a job as developer

If you are here you should be aware that i am looking for a job

updating my github with programs i writed earlier in my journey.

It will help me to find good practice, better pratice, avoiding some mistake and may evolve in design partern for some modules or for python script in general. Those synthesis of programs will be a document in meta and may feed the database of my main project.

Curently working on two things

-1 Bash script to access my setup immediately -2 React | Python project using Ollama as third party

API

The next project will not directly contain his own api but will work with a third part API. it will simplify the tree of the project and allow to change things in api or in the project without impacting the other one. The main things it will do is handle "document". document main title will match "h2" in an html files (may be h1 if only one document is printed) so meta document.

Django

It will use

  • Generic View
  • Include a true identification system.
  • Will set up a more complex db probably (PGSQL)
  • Design to integrate easily new project.

Web Technologies

  • Design to easily create test page for js and css script
  • Atempt to use tailwind
  • Explore more some other technologies like react nodejs

Document edition

  • Documents will be written and stored in json
  • Have a field Null autorized for Metadoc id
  • Document will be represented via two items in db metadata and data.
  • Metadata will be stored in a classical table and Data in json.

About Repos :

training

some work while in training (php project is already added, we'll add later the java project and the one made for emmaus note : ADAI training was made during covid confinment changing a bit methods and possibilities.

tools

all program that are exploitable, it may need to transform outputs in json or to make a program that do it (should exist on one disk) /!\ need to be created !

prog

more flexible structure , it may depend of the directory don't forget to read the readme files

api

an api already exist but it's structe hasn't been designed yet neither it's manual

django portfolio

you will find the description of the django portfolio project and the project itself.

site

we will load all html render and static static sites /!\ need to be created !

project

for now there is only EditDoc it's a document editor there is a lot of functionnality (actually needing to affine the redirection system inside of the tools!) note : here again read the readme to have a better understanding of the project

meta

firstly all goods pratictices must be written out, feed it with each tech / concept learned. it's the repo that will need most of "GED" "electronic document handling?" eventually ressource script and other things will be found there too.

Pinned Loading

  1. pokemon_angular pokemon_angular Public

    app angular a rendre : home=starter (choose your pokemon or import) ; if imported or chosed : enounter ; encounter: random pokemon you can catch (evolve,catch,fight?) or run or go pokedex; pokedex …

    TypeScript

  2. docker_test docker_test Public

    Python

  3. django-project django-project Public

    all projects will be there

    Python

  4. apps apps Public

    here is a flask app wtih docker mysql from ubuntu

    Python

  5. ollama ollama Public

    test with ollama running on localhost as third party api, app flask handling prompt send from frontend at /generate/prompt and extracting response sending it back to frontend

    JavaScript

  6. math math Public

    will feed this one for math prog that aren't inside a program

    Python