Skip to content
View songokjesse's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • CodeHustle
  • Nairobi, Kenya
Block or Report

Block or report songokjesse

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

Hi there ๐Ÿ‘‹


Hello, I'am Jesse, a full stack developer. I do like experimenting with new technologies, building small projects to solve my everyday problems, and occassionaly mentor kids interested in Tech within my local community

Currently Keeping myself busy with


  • ๐Ÿ”ญ Iโ€™m currently working on nextjs and prisma.io Project
  • ๐ŸŒฑ Iโ€™m currently learning everything i can find
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on any fun Project
  • โšก Fun fact: Partime Dairy Farmer
  • ๐Ÿ“ซ How to reach me: Linkedin, Twitter

Tech Stack


  • ๐Ÿ’ป PHP, Javascript, Python, Golang
  • ๐Ÿ“ฆ Laravel, Flask, Django, Nodejs:(Expressjs, Fastify, Koa), Vue.js
  • ๐Ÿ’พ PostgreSql, Mysql, MongoDB, Google_firestore
  • โ˜๏ธ AWS, Heroku, GCP, Netlfy

My Stats


Jesse's github stats

Pinned

  1. DairyManager DairyManager Public

    A laravel web application for Recording Milk Production in a Dairy Farm

    PHP 1 1

  2. jessesongok_django_cache_middleware jessesongok_django_cache_middleware Public

    Django Middleware that takes urls from the settings file and caches them

    Python

  3. darksky_api_laravel_client darksky_api_laravel_client Public

    An application that allows the user to view the observed (in the past 30 days) or forecasted (in the future) daily weather conditions for a given location using the [Dark Sky API](https://darksky.nโ€ฆ

    PHP

  4. Nodejs-express-sequelize-cli-mysql Nodejs-express-sequelize-cli-mysql Public

    REST API using Nodejs/Express and Sequelize-cli/Mysql to be used to create, update, delete articles

    JavaScript

  5. Express Error Handling Middleware Express Error Handling Middleware
    1
    
                  
    2
    //catch 404 and forward to error handler
    3
    app.use((req,res,next)=>{
    4
        let err = new Error('Not Found');
    5
        err.status = 404;