Skip to main content

​THE INTERVIEWEE WHO HATED ME​

6 years ago a guy looked at me face to face, and boldly told me; "I don't like you!" I immediately fired a response, I asked him that day; "Thank you for the honest feedback, but those that you like, how has it made their life better? How does your liking people pay their bills or take a bank loan? My brother keep your like, I need God's like And that's what guarantees my future. Today I joined a CEO friend of mine in an interview Panel to recruit some new staff, it was a long session, as we returned from a coffee break to continue the hectic interview session, here was this same guy walked in with his grey jacket and CV coming for the interview. Our eyes kissed by fluke, we immediately recognised each other; "the world is indeed spherical", I soliloquized. He felt very uncomfortable through out the interview, one could clearly see the volcanic eruption ongoing in his whole nervous system, he even mistook his date of birth for his last date of empl...

Web Development

Hey pato, hope you are cool me calling you that. am titus and i got to know you online. i started self learning web development at codeacademy.com about 3 months ago. at the moment i know a little bit of html5, css3 and just started javascript. before deciding to do web development i had zero programming skills but i wanted to learn because at that time i found myself spending a lot of time online. i also wanted to have a career change. i've seen your website and what you've done is really impressive. you really know your stuff. the reason am writing to u is to ask; is web development something to do that can lead to a career, especially here in kenya/ nairobi? i was in mombasa but i've relocated to nrb now!
2. how long did it take you before starting making good web applications?
3. did you teach yourself online or you went to school for a degree/ diploma?
4. when learning, how did you stay motivated? because some of the things are quite hard, especially javascript!
5. are there meetups in nrb or clubs on web developers that i can join?
thanks patrick for reading through this long msg. i know you are very busy and i will let you go back to work. i hope you reply soon. thanks again and God bless you.



Yes. Web development can be a career by itself and already is. You just learn other stuff to support you in it. New stuff popup daily in tech.

I took around 2 months to do really cool stuff. Because I got a boss who pressured me. Pressure made me get outta my comfort zone and do more. That's when I realized I can be better. I became better.

I leant basics in school. Did IT in college, always loved IT. Job was different. Most of the stuff I learnt in school was not at my workplace where I was an intern. I taught myself php and javascript among other stuff. I love the two. They do wonders.

Motivation came from challenges. When I solve a challenge, I feel wanting for more. Take it as gaming. When you get bored of playing in some level then you beat it, you even sleep smiling and wanting more.
Not easy though. This is clients' work we are talking about.

Yes. There is an active Js [ https://telegram.me/nairobijs ] and PHP [ https://telegram.me/phpkenya ] communities, where devs share knowledge and stuff.
See  meetup.com/nairobi-js (https://meetup.com/nairobi-js)   and https://www.meetup.com/phpkenya/ for events to the respective groups.
Feel free to join.

Joining is free.

Comments

Popular posts from this blog

​THE INTERVIEWEE WHO HATED ME​

6 years ago a guy looked at me face to face, and boldly told me; "I don't like you!" I immediately fired a response, I asked him that day; "Thank you for the honest feedback, but those that you like, how has it made their life better? How does your liking people pay their bills or take a bank loan? My brother keep your like, I need God's like And that's what guarantees my future. Today I joined a CEO friend of mine in an interview Panel to recruit some new staff, it was a long session, as we returned from a coffee break to continue the hectic interview session, here was this same guy walked in with his grey jacket and CV coming for the interview. Our eyes kissed by fluke, we immediately recognised each other; "the world is indeed spherical", I soliloquized. He felt very uncomfortable through out the interview, one could clearly see the volcanic eruption ongoing in his whole nervous system, he even mistook his date of birth for his last date of empl...

All About Opencart: Add table prefix in mysql database for opencart

All About Opencart: Add table prefix in mysql database for opencart : Shared::: Add table prefix in mysql database for opencart If you ever install an opencart without table prefix, you'll get troubles when using some custom modules. (Especially with the table ORDER, RETURN and OPTION. Because that is same as MYSQL Syntax., you'll get error when calling such as "SELECT * FROM ORDER") Here is what you do to add prefix on the table. Enter the database you want to change the table prefix. put below command in SQL Tab and run it. Just change the RED one. Example :  my_prefix_  into  oc_ and  my_database  into  yourdatabasename SELECT   Concat ( 'ALTER TABLE ' ,  TABLE_NAME ,   ' RENAME TO  my _ prefix _ ' , TABLE_NAME ,   ';' )   FROM  information_schema. tables   WHERE  table_schema  = ' my _ database ' run it in SQl Tab in PHPMyadmin. Copy the results. (Don't forget click Show All, to see all...

Canton Jones - Hallelujah ft. Deitrick Haddon, DPB,

Lauren Daigle - O' Lord (Radio Version)

You're Bigger by Jekalyn Carr (Live Performance) Official Video

Eulogy | How could you leave us?

I feel this.The only difference is mine is a dad, minus pills. I lost my dad. Hard to keep up  with. Thanks for a place to let it out. Hard to keep it in. Harder to tell a story. Just write down what you're thinking n feeling +Patrick   (not everything though)  Can't use a past tense..I love my dad. I told my dad I loved him once, and it felt awesome. Had never done. I've never told my mum that I love her. I think I need to. I felt so bad...I've never wanted the news bearer to be as wrong as that day. I thought of praying and raising the dead, but just couldn't do it. Science said no, God let it happen. He has reasons. Can't question. NF kinda painted it for me. Honestly, some things can't be forgotten. Can't be undone. Can't be replaced. The only thing I have are precious last moments and advices. Specifically the last thing I did is share a cup of tea in my room. If you're watching Dad, I'm not looking back. I'm matching forth...

Imagine - John Lennon and The Plastic Ono Band (with the Flux Fiddlers)

Skillet - Set It Off [Official Audio]

THE REAL REASON WE USE LINUX

We tell people we use Linux because it’s secure. Or because it’s free, because it’s customizable, because it’s free (the other meaning), because it has excellent community support… But all of that is just marketing bullshit. We tell that to non-Linuxers because they wouldn’t understand the real reason. And when we say those false reasons enough, we might even start to believe them ourselves. But deep underneath, the real reason remains. where there's shell, there's a way__ We use Linux because it’s fun! It’s fun to tinker with your system. It’s fun to change all the settings, break the system, then have to go to recovery mode to repair it. It’s fun to have over a hundred distros to choose from. It’s fun to use the command line. Let me say that again. It’s fun to use the command line. No wonder non-Linuxers wouldn’t understand. The point with us Linux fans is – we use Linux for its own sake. Sure, we like to get work done. Sure, we like to be se...