Hi,
I'm
Tomisin Abiodun, a

software engineer, technical writer and mentor

with a 5-year track record of consistently driving improvements in user engagement, revenue, and customer satisfaction in a YCombinator-backed startup, a fintech unicorn and Microsoft's Mixed Reality division, with my expertise in ReactJS, React Native, Django, and .NET

Some Achievements

Problem Solving
HackerRank · 2022
Hackathon Winner
Python Conference Nigeria (PyConNG) · 2018

Recent Projects

View All

React Table of Content Component

A table of content component built for ReactJS. It extracts the headings from HTML content to a tree (to preserve hierarchy); and then uses recursion to display the headings. It has a worst-case runtime of O(n x m) -- where 'n' is the length of the HTML content and 'm' is the number of headings in the content.

View Project
React Table of Content Component

Featured Testimonial

Some failed at what you did - you made our project happen. Words just can't describe how much you are appreciated.

Head of Engineering at Quickteller Paypoint

Articles

coding

Maximize Your Python Search Capabilities with Huntela

django

Simple Signing and Unsigning in Django

cryptography

Encryption in Plain English

database

Implementing Soft Delete in Django: An Intuitive Guide

Top Frontend UX/UI Tools 2022

logging

Log Level Hierarchy

Want to read something else? Check out all my articles here!

Coding
Tricks

You can edit commit messages in your Git project, by supplying an "amend" argument to "git commit"

git commit -m "Some typo or mistake"

# edit the last commit message
git commit --amend -m "This is the actual commit message"
Get one coding trick and an article delivered every week at no extra cost

Get one coding trick and an article delivered every week at no extra cost

Subscribe and receive the latest software development contents, insights, best practices and spicy tips straight to your inbox