Shaheen Ullah

Hi, I am Shaheen At FSIBlog, a professional and an experienced Front End Web Developer . I can develop any type of responsive website for you with high speed on both Mobile and Desktop. You can count on me to build you a responsive website so that it looks great on all screens, both small and wide screens. As a Front End Developer, I primarily strive to deliver complete work of high quality to you. I have a great amount of skills in HTML5, CSS3, Bootstrap5, JavaScript, etc . I can build you a website based on the technology that you want in HTML / CSS / Java Script / Bootstrap. I can convert PSD to HTML
27 Posts

How to Connect with MailChimp API in Ruby Code

I’ve been working on a simple newsletter signup feature for my Ruby on Rails application, and I hit a snag that I believe many...

How do I Access Included Help Class Methods in a Rails Controller Using Ruby?

I was building a Rails utility class to handle file uploads when I hit a wall. My goal was simple: format file sizes into...

How do I Remove Null Bytes from ActiveRecord String Attributes in Ruby?

As a Rails developer working with PostgreSQL, I ran into an issue that had me scratching attributes in ruby my head for a bit....

How I Handled the “Invalid Grant” Error in My Ruby Service

I’ve been working on a Rails application that integrates with the NetDocuments API, where multiple users share a single ruby service account. The API...

How to Fix the Yield Command Will Not Work in Ruby

So there I was, reading The Well-Grounded Rubyist (a fantastic book, by the way!), trying to implement my own versions of Ruby’s each and map methods. The code looked simple...