article thumbnail

50 Places You Can Learn to Code (for Free) Online

YoungUpstarts

If you’re curious about learning a programming language then you’re in luck: there’s no shortage of resources for learning how to code online. Many big names in education including MIT and Stanford offer programming courses, absolutely free. University. The Open University : U.K.-based

Ruby 237
article thumbnail

Programming Resources

Spencer Fry

I started learning to program in earnest at the beginning of February 2012. Since then, I've compiled the programming resources that got me to where I am today. Learn Ruby the Hard Way by Zed Shaw 4/5. Learn Ruby the Hard Way is what I started with when I began programming. I hope you find them as useful as I did.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Intermediate+ Web Developer

Transformify

Requirements: • 3+ years of software development experience; • Excellent back-end and front-end programming skills; • Proficiency in JavaScript and PHP; • Experience with ReactJS and Flux; • Experience with Laravel/Lumen frameworks; • Experience with HTML, HTML5, and CSS; • Proficiency in SQL (e.g., MySQL) and NoSQL (e.g.,

article thumbnail

Finding a Partner Was Key For Us

Feld Thoughts

I know it’s been a few weeks since my last Nate and Natty / Everlater post on learning to program. Natty and I spent a huge chunk of our time figuring out a great workflow that would allow us to program more effectively, and we think it’s paid huge dividends over the lifespan of Everlater.

Partner 97
article thumbnail

How to develop live search textbox in Ruby on Rails

Aymeric Gaurat-Apelli

get(url, formData, function(html) { // perform an AJAX get $("#big-search-box").removeClass("loading"); html(html); // replace the "results" div with the results });}); I am planning to improve this code to not do a search on every keystroke, but maybe allow a 1 second delay before the next search.

Ruby 35
article thumbnail

How to develop live search textbox in Ruby on Rails | Aymeric.

Aymeric Gaurat-Apelli

get(url, formData, function(html) { // perform an AJAX get $("#big-search-box").removeClass("loading"); html(html); // replace the "results" div with the results });}); I am planning to improve this code to not do a search on every keystroke, but maybe allow a 1 second delay before the next search.

Ruby 35
article thumbnail

Web Sites and Books for Novice Programmers

Feld Thoughts

In the continuation of the Learning to Program series with Nate Abbott and Natty Zola from Everlater , I asked them a few questions about which web sites, books, and blogs they consumed at the beginning of their journey when they knew nothing about programming. Tags: Programming everlater. What have you read lately?

Web 133