Today we are going to build Facebook like notifications using Rails 5 and its newest tool ActionCable. Before you start,…
Read MoreRails 5 WebSockets “Request origin not allowed” [Solution]
Since I have spent about 15 minutes today trying to figure out why my WebSockets are not updating in development,…
Read MoreWhat is pull request in Github ?
I am getting asked a lot lately about Pull Requests. More and more teams adopting Pull Requests (also called PR’s)…
Read More5 reasons development teams underperform
I was asked numerous times by readers of myprogrammingblog to write post about my experiences observing dev teams and why…
Read MoreResponsive Web Design : Apply Different CSS for different resolutions
Continuing on responsive web design. As a reminder I base those tutorials on Video Tutorial from Stone River Learning on Responsive…
Read MoreResponsive Web Design : What resolutions to target?
Today we will be talking about responsive web design, most importantly about a question that we all ask ourselves: What…
Read More10 ways to speed up RSpec using Capybara and FactoryGirl
Tests are usually biggest bottleneck in any system. Here are 10 ways to speed up RSpec with Capybara #10 Avoid…
Read MoreHow to measure Ruby method performance ?
Hey Guys, Today, we will use our reverse methods that we have built in the previous post and measure how good…
Read MoreReverse String in Ruby – Multiple ways !
Hello again! I am continuing answering to your questions, this one came from marthab86_. marthab86_ asks: “I know Ruby has…
Read MoreGet Movies from RottenTomatoes API PART 2 (Ruby)
Here we are with Part 2 of our tutorial. Who missed the first part – it’s here. Also if you…
Read More