Calling methods/functions dynamically in rubySo I decided to document this as a post after answering the questionJul 4, 20182Jul 4, 20182
Travails of a RubyJavascript Dev (2)This is a continuation of a post I started about how the differences in the implementations of programming languages get to affect…May 20, 2017May 20, 2017
Understanding The Sticky Footer TrickI assume you must have googled many times and probably copied some code severally to get your footer to stick to the bottom of your web…Apr 29, 20174Apr 29, 20174
Published inDevcenter Square BlogFrom React To Preact In SecondsSo I decided to try out Preact after I heard it mentioned in an event that I attended earlier this year. I didn’t want to build a new…Apr 17, 2017Apr 17, 2017
Catching up with RakeFirst up — I’m just getting to learn more about the magic named Rake. As such, most of this might probably be common knowledge to most…Mar 21, 2017Mar 21, 2017
Travails of a RubyJavascript Dev (1)I started out as a Ruby developer then eventually took on Javascript. I’ve spent over 3 years dabbling in Ruby and over 2 years in…Mar 13, 2017Mar 13, 2017
Recap of the Awesomeness experienced at Lagos on Rails (LOR) Quarterly MeetupAfter basking in the euphoria of the awesomeness that happened on Saturday, 25th February during the Lagos on Rails event at Dealdey, I got…Mar 2, 20173Mar 2, 20173
Set up Rails 5 ActionCable with smilesActionCable is one of Rails 5 features. It seamlessly integrates WebSockets with the rest of your Rails application. According to the docsFeb 27, 2017Feb 27, 2017
Use react-router with easeWe will be using a sample app that I created in one of my previous posts. Click here to get the sample app or read Simplest React App Setup…Feb 18, 20171Feb 18, 20171
Setting Up Tests for React using Mocha, Expect and EnzymeEDIT: The latest version of jsdom has some breaking changes, so might want to make sure that the version is not higher than `9.11.0`…Feb 11, 20174Feb 11, 20174