Career / Engineering
13 pieces on career / engineering.
2025 — An awakening after a fall.
It's the end of 2025, a time for honest reflection on various aspects of my life to see how far I have come, the achievements I’ve…
New Chapter - The meaningful bits
A lot has changed in the last 3 months of my life. I moved to a new country and decided to commit to something new. I have always loved traditional learning and decided to go back to school to get a m
Identifying common database bottle necks and how to fix them.
While API health checks and metrics systems are commonplace in monitoring the health of application interfaces, an equally crucial aspect, often overlooked, is the health check of databases. How do we
Review of "Soft Skills" the software developers manual
I recently finished reading "Soft Skills" by John Sonmez and was eager to share my thoughts. My thirst for soft skills and desire to grow as a software engineer towards managerial and leadership posit
Outline advanced backend concepts
Advanced backend development encompasses a wide range of topics we will discuss in detials common advanced topics that backend developers often need to master. Database Design and Optimization Micro
Year in Review - 2023 - re-awakening
This year has been a journey of significant development for me. I had the opportunity to work alongside very talented engineers, which greatly improved my communication skill and they provided valuabl
Making Custom Hooks in React and Typescript
Create 4 custom hooks with React and Typescript In this tutorial, i will be teaching you how to create custom hooks with react and typescript with 4 different cases.... Let's go 🔥 Perquisites knowle
Deploy ES6 Node app in Heroku
It's very easy but relatively tricky all you have to do is customize the heroku build process by addi...
Write node apps in ES6
This will be achieved by compiling ES6 javascript code to ES5 this can be possible using a tool calle...
Before Vue 3 is Released
Before Vue 3 is Released Vuejs is a lightweight JavaScript framework for building Single Page Applications and beautiful User interfaces. 💙 Personally I have been using this framework for about two y
Setup for Vue and Buefy in Rails 6
Be be sure you have node js, ruby and Ruby on Rails installed in your device rails -v #6.0.1 node -v #10.0.0 ruby -v #2.6.6 then we create a new app using rails webpack vue template rails new app
AUTHENTICATION IN RAILS WITH OUT DEVISE
Devise is one of the most downloaded library in Ruby on Rails Development for authentication it quick fast and good to go… But how to you…
Bugs Trending on Timbu.com
As Part of the internship program on HNG5 hosted by hotels.ng we were asked to find a bug on various website well after mins of search i…