Skip to content
View kchrismucheke's full-sized avatar
💻
Working from home
💻
Working from home
  • Araya Tech
  • Kenya
  • 08:05 (UTC +03:00)
Block or Report

Block or report kchrismucheke

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

Hi there 👋

I talk to humans, write code and play football manager & DnD

  • 🔭 I’m currently working on a few Elixir(Phoenix) and WordPress ( ACF ) projects
  • 👯 I’m looking to collaborate on any Elixir, Ruby or WordPress projects.
  • 💬 Ask me about Elixir, Ruby, ACF or Football Manager

Pinned

  1. excron excron Public

    A cron-like library to run jobs in Elixir.

    Elixir 1

  2. notes notes Public

    Elixir Note Taking App built using Genserver & Liveview

    Elixir 1

  3. phoenix.yml phoenix.yml
    1
    name: Elixir CI
    2
    
                  
    3
    on: push
    4
    
                  
    5
    jobs:
  4. tic-tactoe tic-tactoe Public

    Tic tac toe game written using Flutter ( for learning purposes)

    Dart 1

  5. Add A random number to an ACF file u... Add A random number to an ACF file uploaded via the file field
    1
    function acf_upload_prefilter()
    2
    {
    3
        add_filter('wp_handle_upload_prefilter', 'rename_current_acf_upload', 11, 2);
    4
    }
    5
    add_filter('acf/upload_prefilter/name=field_name', 'acf_upload_prefilter');
  6. amazin amazin Public

    Quick eCommerce application integrated with Stripe built using Phoenix LiveView as a proof of concept

    Elixir