Software

Recent posts

Overcoming LTR and RTL in React-Grid-Layout Library

Nov 05, 2024 by N.G. Onike

Struggling with RTL support in React-Grid-Layout? Dive into our comprehensive guide on overcoming LTR and RTL limitations in this popular library. We cover practical solutions, including adjusting CSS transforms, using MutationObserver, and ultimately implementing a stable workaround by keeping the grid in LTR while applying RTL styling to widget contents. Perfect for developers seeking robust, user-friendly RTL support in dynamic dashboards ...

Software Technology Web Development

AWS + Ruby on Rails

Mar 26, 2024 by N.G. Onike

Successfully deploying a Ruby On Rails App for AWS Platform: 64bit Amazon Linux 2/3.6.17 Rails - v6.0+ Ruby - v3.0.4 - v3.2.2 Over the course of time, I have moved several of my applications to the Cloud. One of which is this my blog(Sojourn). While the applications for Cloud technology ...

AWS Cloud DevOps Software Technology

Make a PHP homepage for your React App using Rewrite Rules

Feb 15, 2021 by N.G. Onike

Why React with Cpanel and how does Shared Hosting, PHP and NGinx/Apache come into play? Here we approach server and hosting in a different way.

Software Technology Web Development

Getting a Hang Of State In React: A UI Challenge

Jan 20, 2021 by N.G. Onike

Familiarising myself with React came with some knowledge gaps I had to fill. State is a powerful and important concept at Reacts core. This piece offers a guide to understanding state through a practical approach.

Software Technology