Skip to content
View amos-kibet's full-sized avatar
💭
Nyiganet
💭
Nyiganet

Organizations

@optimumBA @EddieHubCommunity
Block or Report

Block or report amos-kibet

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

Hey 👻

Pinned

  1. mysic-api mysic-api Public

    A music player API for mysic, built with NodeJS & MongoDB. Features include authentication & streaming music.

    JavaScript 4 2

  2. Elixir Ecto Changeset Quick Overview Elixir Ecto Changeset Quick Overview
    1
    ### Ecto Changesets Crash Course
    2
    
                  
    3
    - In order to insert, update or delete data from the database, Ecto.Repo.insert/2, update/2 and delete/2 require a changeset as their first parameter
    4
    - Changesets validate data before being inserted to the database by checking for potential errors, asserting that required fields are passed, asserting that non-empty fields have data, keeping track of changes in the data (think of it as a version control for database transactions), etc
    5
    
                  
  3. hex-code-generator hex-code-generator Public

    A hex code generator and flipper. Generator uses Math module to randomly generate a hex color code. Flipper also uses Math module to select a random hex code from an array of color codes.

    CSS 1 1

  4. github-issues-cli github-issues-cli Public

    A command-line tool that fetches issues in a GitHub repo and displays in a table format

    Elixir

  5. tool_box tool_box Public

    Forked from cheropChirchir7963/tool_box

    ToolBox is a bookmarking application. It gives me a repository to keep my favourite websites. It works as a Phoenix webapp & browser extension (WIP).

    Elixir 1

  6. systems-design systems-design Public

    A repository of my notes on software system design.