Skip to content
View viki53's full-sized avatar
🤓
🤓

Organizations

@comin2 @Silly-Machines

Block or report viki53

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
viki53/README.md

Hi! 👋

Banner
  • I am a Web developer (freelance, from 2011 to 2021, and 2024+) and quality consultant from France
  • I’m also playing building some small tools to make browsing the web easier, such as a notification browser extension for @zestedesavoir, a few custom user styles, and some UX/accessibility audits
  • During the day I build some webapps, working on all aspects (UX, frontend, backend and infra) and helping teams of great people
  • During the night I try to make my house self-sufficient (permaculture, solar panels…)
  • I’m also aiming to learn new CSS techniques and Web stuff every day
  • I’m looking to collaborate on helpful social/environmental projects. Hit me up! 👋
  • Pronouns: he/him

Pinned Loading

  1. Formations Public

    Centralisation des contenus de mes formations

    HTML

  2. Tuto-Git Public

    Dépôt d'illustration de mon tutoriel Git

    1

  3. Tuto-Todo-List Public

    Code du tutoriel ZdS pour créer une todo-list en JS moderne

    JavaScript 5

  4. Tuto-Quintus Public

    Code issu du tutoriel sur Quintus

    JavaScript 2

  5. PHP Table Of Content extracting
    1
    <?php
    2
    require_once('./url_title.php');
    3
    require_once('./xss_clean.php');
    4
    
                  
    5
    if (!function_exists('extract_toc')) {
  6. Simple language selector
    1
    <?php
    2
    $lang = '';
    3
    if(!empty($_SERVER['PATH_INFO']) && strlen($_SERVER['PATH_INFO']) >= 3){
    4
    	$path_info_lang = substr($_SERVER['PATH_INFO'], 1);
    5
    	if(preg_match('`^([a-z-]+)$`i', $path_info_lang) && is_file($path_info_lang.'.html')){

1,346 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to viki53/Tuto-Git, viki53/Blog, immich-app/immich and 4 other repositories
Loading A graph representing viki53's contributions from March 17, 2024 to March 22, 2025. The contributions are 92% commits, 4% code review, 3% pull requests, 1% issues.

Contribution activity

March 2025

Created 1 commit in 1 repository
Created 1 repository
  • viki53/immich TypeScript
    This contribution was made on Mar 9
Opened 1 pull request in 1 repository
immich-app/immich 1 merged
53 contributions in private repositories Mar 1 – Mar 18
Loading