Skip to content
View okplanbo's full-sized avatar
🐢
Reminder: I need to walk more
🐢
Reminder: I need to walk more

Organizations

@scrapcoding
Block or Report

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

Gamarjoba megobrebi! 🤝🤝🤝 Call me Bo

Professionally crafting lines of code for enterprise applications since 2018.

Coding aside I'm also passionate about:

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

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

Toolbox:

Pinned

  1. sia sia Public

    Daily loop

    TypeScript

  2. webdev-playground webdev-playground Public

    test and pet projects

    TypeScript 1

  3. 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');
  4. 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