Skip to content
View thiszenon's full-sized avatar

Block or report thiszenon

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
thiszenon/README.md

Hi 👋 I'm Jonathan Kabonga

Data Science & Intelligence Artificielle |BackEnd Developer (Java/Spring) | Algorithmique | Artificial Inteligency Enthusiast


Projets en Cours

TechWatcher - Plateforme de Veille Technologique Automatisée

NLP & IA Générative - FastAPI - Machine Learning

  • Détection automatique des tendances tech
  • Système de notifications intelligentes
  • Analyse sémantique et classification de contenu

Stack Technique

Intelligence Artificielle & Data Science

Python PyTorch Pandas NumPy

Développement Backend & Cloud

Java Spring FastAPI Docker

Bases de Données & DevOps

MySQL PostgreSQL Git Kubernetes

Compétences Techniques

Intelligence Artificielle

  • LLMs & NLP : Fine-Tuning, Embeddings, Entraînement des modèles
  • Machine Learning: Clustering, Classification , Computer Vision
  • Data Processing: Pandas, Numpy, Data Cleaning, Feature Engineering

Développement

  • Backend : Spring Boot, FastAPI, Architecture Micro-services
  • Data Engineering: ETL Pipelines, Vector Databases
  • Cloud & DevOps: Docker, CI/CD, AWS Lambda

Résolution de Problèmes

  • Algorithmes: Structures de données, Complexité, Optimisation
  • Data Structures: LeetCode & CLRS
  • Mathematique: La théorie de graphes

Activité de Code

LeetCode Stats

LeetCode CLRS Algorithms

class DailyProgress:
  def __init__(self):
    self.leetcode_solved = True
    self.current_focus = "LLMs "
    self.projects = ["TechWatcher"]

  def get_daily_status(self):
    return f" Today: {'✅' if self.leetcode_solved else '❌'} | Focus: {self.current_focus}"

# Today's progress
progress = DailyProgress()
print(progress.get_daily_status())
  

Connectons-Nous !

LinkedIn Email GitHub

Pinned Loading

  1. glint glint Public

    Your personal and private tech wach assistant

    Python 1

  2. senscritique-critique-recommender senscritique-critique-recommender Public

    Système de recommandation de critiques similaires pour SensCritique.

    Python