Joined November 2012
8 Photos and videos
Pinned Tweet
19 Aug 2016
Each day we are all given 24hrs to spend, at the end of my day when accounting, I want to see I made profit. #FridayThoughts #positivevibes
1
Out of switch ports today on my Ubiquiti Flex Mini switch. Luckly, Linux networking ethernet-to-ethernet bridge has saved the day for me by connecting an extra workstation to my home lab setup 🫡.
9
Finally, I have moved to #OpenWrt. It seems my old WiFi router had more functions that I had initially thought of. Thanks to new life OpenWrt, VLANs and IPTABLEs.
29 Sep 2022
I have been using CentOS 8 Stream for about 3 years now and I never realized the power of "streams" until today when I stumbled upon a module stream by accident! #WebDeveloper #WebDevelopmentKE
Better web development practice by using STRICT_TRANS_TABLES for SQL_MODE. Make the best out of your web app #WebDevelopmentKE #WebDeveloper
1
20 Nov 2020
Getting comfortable with advanced #vim usage😎by using sessions, tabs, color schemes, colorcolumn and in vim shell commands👨‍💻. #webDevelopmentKE, #webDeveloper
2
20 Nov 2020
Do you remember when you joined Twitter? I do! #MyTwitterAnniversary
25 Aug 2020
While not coding today, I have been able to set up HTTP/2 on my development workstation. #webDevelopmentKE #webDeveloper
1
1
24 Aug 2020
I log on twitter and see "Diani" as trending. Peeking in, I can not seriously see why "Diani" should be trending. People have hijacked the name and are busy selling their wares. This makes twitter algorithm very predictable. Could @twitter work on a quality update like Google?
1
28 Jan 2020
I’ve just completed the Mobile SEO course with Greg Gifford. Now taking part in a #GregGiffordRaffle. Hoping to win a free online consultation with him. Get in! semrush.com/academy/courses/…
2
13 Jan 2020
After working on a print stylesheet, there is so much I have not learned I see. #css #potential #webDeveloper #webDeveloperKenya
1
30 Oct 2019
Just for fun, I use google maps to measure commute distances #WhatIWishIKnew #Insights #webDeveloper
2
15 Oct 2019
A simple tool to sharpen your skills is taking on harder tasks at work. #TuesdayThoughts #js #PHP #webdevelopment
What do you get to do after completing your work check lists early enough? #timeManagement #webDeveloper @js_tut
1
2
1
19 Sep 2019
Playing around with #reactjs. Learning by practical doing beats it to learning by just reading - A shortcut to learning tech very fast #whatInspiresMe.
1
1
13 Sep 2019
Actively putting off a task to attend to another urgent task is some kind of profitable procrastination - Actively procrastinating. #workFriday #whatInspiresMe
#Kenyans from my simple maths, I just found out that @kplc prepaid charges when buying electricity tokens is 40% and the token amount 60%. Electricity cost is very expensive despite clean renewable sources we pride ourselves in in new currency notes.
30 Aug 2019
Code burn out happens. When unmotivated to code how the time is used matters a lot. Sometimes I read a tech book or try some UI basics using flexbox and CSS grid. It works effectively and soon motivation to code resumes and I get work done #FridayThoughts
25 Jul 2019
JavaScript parseInt() is very handy when sanitizing form data. Ex. let secs = $('#secs').val(); secs = isNaN(parseInt(secs)) ? 0 : parseInt(secs); ... Without it, JavaScript concatenates variables as strings instead of actual addition and brings about logical bugs, heh heh.
Setting up things to play with service workers.