Skip to content

Signal Through the Noise

Honest takes on code, AI, and what actually works

Menu
  • Home
  • My Story
  • Experience
  • Services
  • Contacts
Menu

Breaking Bad Habits Of Failure

Posted on March 26, 2013 by ivan.turkovic

People living today are extremely lucky. 50 years ago the internet never even existed, and cable TV was something you read about in sci-fi magazines. Now, thanks to the internet, you can find information on virtually anything you want, instantly. Something which was only a dream just 10 years ago. Yet with all this information…

Read more

Saying Yes

Posted on March 16, 2013 by ivan.turkovic

“All that man achieves, and all that he fails to achieve is a direct result of his own thoughts.” -James Allen John Lennon, at the height of his popularity, had his heart captured by one simple word: yes. He was rich, talented, desired and loved by people all over the world and had the option…

Read more

Conquering Fear

Posted on March 6, 2013 by ivan.turkovic

What really keeps you from living your dreams? What problem is most dominant in peoples lives? The answer is: FEAR! People live every day in fear. Fear of losing their wealth, fear of losing their loved ones, fear of making the wrong decisions, fear of being themselves, fear of growing up, fear of making a…

Read more

Creative Imagination

Posted on February 19, 2013 by ivan.turkovic

Creative imagination is more than just active imagination. To be able to actively imagine things, to see and hear things in one’s mind, is an important ability. It doesn’t have to involve much creativity, though, does it? Daydreaming, for example, is a process of imagination. It can consist of an elaborate fantasy world, but one…

Read more

Be A Leader Not A Follower

Posted on February 15, 2013 by ivan.turkovic

Most people in life are happy to follow the lead of other people, to sit on the fence in a debate or have the attitude of hiding at the back of the class. The most successful people are leaders and make things happen for themselves by taking a positive attitude and through working very hard…

Read more

20 Ways To Make Someone Smile

Posted on January 16, 2013 by ivan.turkovic

Do you want to put a smile on someone’s face today? Maybe make their day a little better. It won’t cost you a single penny or much time to do just that. And because smiling is contagious, it probably won’t just be one person you make smile today. Here are 20 ways to turn that…

Read more

How to Sell to Anyone

Posted on April 4, 2012 by ivan.turkovic

Let’s face it. We all have those difficult customers to whom we are required to sell. From the demanding, abrasive buyer to the individual who never seems to make a buying decision, we encounter challenging people on a regular basis. Part of the reason this happens is due to the disconnect we have because of…

Read more

Install Compass in an existing Rails application with Semantic Blueprint using Sass

Posted on October 23, 2011 by ivan.turkovic

compass init rails –using blueprint/semantic –syntax sass

Read more

Capistrano + RVM = Problem with deployment?

Posted on October 18, 2011 by ivan.turkovic

Most of the time when I had issues with deploying on rvm environment it helps you to do the following. Create a file in $home folder touch .rvmrc And paste following code: rvm_trust_rvmrcs_flag=1

Read more

Working OAuth2 with Foursquare on Sinatra

Posted on September 19, 2011 by ivan.turkovic

require ‘rubygems’ require ‘sinatra’ require ‘oauth2’ require ‘json’ require ‘net/https’ require ‘foursquare2’ set :port, 80 CLIENT_ID = ‘****************************************************’ CLIENT_SECRET = ‘****************************************************’ CALLBACK_PATH = ‘/callbacks/foursquare’ def client OAuth2::Client.new(CLIENT_ID, CLIENT_SECRET, {:site => ‘https://foursquare.com/’, :token_url => “/oauth2/access_token”, :authorize_url => “/oauth2/authenticate?response_type=code”, :parse_json => true, :ssl => {:ca_path => ‘/etc/ssl/certs’ } }) end def redirect_uri() uri = URI.parse(request.url) uri.path =…

Read more

Posts pagination

  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next

Recent Posts

  • Integrate: Completing the ADD Cycle for AI-Driven Development
  • Evaluation Checklists: Building Your Quality Gate for AI Code
  • You Don’t Want a Claude Code Guru
  • An Honest Take on Deploying Rails with Kamal: What Works and What Doesn’t
  • The New Bottleneck: Why Clarity Matters More Than Code

TOP 3% TALENT

Vetted by Hire me
  • Instagram
  • Facebook
  • GitHub
  • LinkedIn

Recent Comments

  • Prompt Patterns Catalog: Iteration, Verification, and Persona on Prompt Patterns Catalog: Decomposition, Exemplar, Constraint
  • Top AI Code Bugs: Semantic Errors, API Misuse, and Security Risks Unveiled – Trevor Hinson on Code Is for Humans, Not Machines: Why AI Will Not Make Syntax Obsolete
  • ADD: AI-Driven Development Methodology for Modern Engineers on The Future Engineer: What Software Development Looks Like When AI Handles the Code
  • The Future Engineer: Skills for AI-Era Software Development on Contact Me
  • A CTO Would Be Bored by Tuesday - Signal Through the Noise on Contact Me

Archives

  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • May 2025
  • April 2025
  • March 2025
  • January 2021
  • April 2015
  • November 2014
  • October 2014
  • June 2014
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • April 2012
  • October 2011
  • September 2011
  • June 2011
  • December 2010

Categories

  • ADD Methodology
  • AI
  • AI development
  • AI-Driven Development
  • AngularJS
  • Artificial Intelligence
  • blockchain
  • Business Strategy
  • Career Development
  • Code Integration
  • Code Review
  • development
  • Development Methodology
  • ebook
  • Introduction
  • leadership
  • mac os
  • personal
  • personal development
  • presentation
  • productivity
  • Quality Assurance
  • Requirements
  • ruby
  • ruby on rails
  • sinatra
  • Software Development
  • Software Engineering
  • Software Testing
  • Specification
  • start
  • startup
  • success
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2026 Signal Through the Noise | Powered by Superbs Personal Blog theme