[go: up one dir, main page]

Skip to content
View noweh's full-sized avatar
:octocat:
Follow me on Twitter @Noweh95
:octocat:
Follow me on Twitter @Noweh95
Block or Report

Block or report noweh

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
noweh/README.md

Hi there!


I am Julien SCHMITT, Lead Backend Engineer from France.

With more than 15 years of experience in Information Technology, I acquired and developed skills in many areas:

  • Back-end development (PHP7/8, Symfony and Laravel Frameworks, Node.js),
  • REST architecture,
  • data processing (Redis/Varnish/ElasticSearch/RabbitMQ).

I am also a content creator on explain.code-to.me, where I share articles and tutorials in French to demystify various programming and computer science concepts.

Passionate about computer programming and web technologies, I am always on the lookout for the latest and next trends.


Join me elsewhere:

Twitter Badge Linkedin Badge Github Badge

And also:

explain.code-to.me Stack Overflow Badge CodinGame Badge


๐Ÿ“ˆ My GitHub Statistics

Noweh Github Stats

๐Ÿ”ญ My last works

I did a few stuff for Laravel:

With Twitter API:

And other...


๐Ÿ›  Languages

Top Langs

Pinned

  1. twitter-api-v2-php twitter-api-v2-php Public

    PHP package providing easy and fast access to Twitter API V2.

    PHP 100 24

  2. livewire-memory-game livewire-memory-game Public template

    Source code for Final Fantasy Memory Quest

    PHP

  3. laravel-dijkstra laravel-dijkstra Public

    Dijkstra Shortest path-algorithm for Laravel.

    PHP 3 1

  4. post-tweet-v2-action post-tweet-v2-action Public

    Post a Tweet with API V2 from a GitHub Action

    JavaScript 2

  5. sequelize-repository-pattern sequelize-repository-pattern Public

    Package providing the use of the Repository Pattern with sequelize databases.

    JavaScript 5

  6. Dichotomic search in PHP Dichotomic search in PHP
    1
    <?php
    2
    
                  
    3
    // Create an array and hide a value in it
    4
    $mySearchedValue = rand(0, 100);
    5