Skip to content
View okplanbo's full-sized avatar
🏃‍♂️
WFH? Got to move more :)
🏃‍♂️
WFH? Got to move more :)

Organizations

@scrapcoding

Block or report okplanbo

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
okplanbo/readme.md

Hi 👋 I'm Bo

Crafting code for enterprise applications since 2018.

Coding aside I'm also passionate about:

  • 🧠 ✨ AI, ML, Neuroscience
  • 🥾 🏞️ 🌱 Hiking, Nature & Ecology

Feel free to connect with me on LinkedIn (auth required)
Or just e-mail me: okbodev at gmail dot com

Toolbox:

Pinned Loading

  1. geo-driving-theory-practice geo-driving-theory-practice Public

    Sakartvelo / Georgia Driver's License theory exam questions

    JavaScript

  2. sia sia Public

    Daily loop

    TypeScript

  3. python-tg-bot-heroku-template python-tg-bot-heroku-template Public

    Compact guide to setting up a Telegram bot hosted on Heroku, using GitHub for version control, and deploying via automatic builds.

    Python

  4. snake game (javascript, canvas, setI... snake game (javascript, canvas, setInterval)
    1
    <canvas id="gc" height="600" width="600" style="margin:auto; display: block;"></canvas>
    2
    <script type="text/javascript">
    3
    window.onload = function() {
    4
    	canvas = document.getElementById('gc');
    5
    	context = canvas.getContext('2d');