Skip to content
View okplanbo's full-sized avatar
πŸƒβ€β™‚οΈ
Move!
πŸƒβ€β™‚οΈ
Move!

Organizations

@scrapcoding

Block or report okplanbo

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; started crafting code for enterprise apps in 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. The plan here is to finish working on translations, move them to DB, then rewrite all UI logic to Svelte maybe

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