Skip to content
View okplanbo's full-sized avatar
🏃‍♂️
Move!
🏃‍♂️
Move!

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
okplanbo/readme.md

Hey 👋 I'm Bo

Tinkering with web development since around 2014,
working on enterprise apps since 2018.

That aside I'm also passionate about 🧠 Neuroscience, hiking, clean energy, nature, ecology 🌱

>>> Check out okbo.dev – that's where the party's actually at. <<<

Pinned Loading

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

    Sakartvelo / Georgia Driver's License theory exam questions. Local version, client-only, no DB

    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');