article thumbnail

The End of the Web? Don’t Bet on It. Here’s Why

Both Sides of the Table

As a software developer I wrote code on what was called a “dumb terminal” because it literally had no processing capability. We had to develop whole frameworks of “middleware” to deal with this problem. When web browsers (the programs that can read and interpret HTML) were popularized they were “dumb.”

Web 355
article thumbnail

30 Entrepreneurs Reveal the Companies They are Starting in 2023

Hearpreneur

In addition to providing customer care and assistance, a virtual assistant may also develop web pages or compose blog entries, administer email newsletters, carry out sales and marketing chores, generate sales leads, and conduct a variety of other jobs. To begin drop-shipping, you must locate a supplier and develop a website.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Programming Resources

Spencer Fry

I've listed them in the order in which I read them over the course of my development. Agile Web Development with Rails by DHH 3.5/5. With most of Learn Ruby the Hard Way under my belt, I dove into David Heinemeier Hansson 's book, Agile Web Development with Rails. I hope you find them as useful as I did.

article thumbnail

How to Build a Startup Team

techcocktail.com

If your developer knows ruby-on-rails but doesn’t care about the application you are creating, then there is no guarantee that their work will be as precise or consistent as you need – or that they will go the extra mile. be the manager and product developer). Developer – Most likely your product requires some engineering.

article thumbnail

How we Hire for Sweat Equity (Part 2)…

www.drowningamerican.com

Developers weren’t as in high of demand. I’ve heard people say it’s impossible to hire good developers right now. Ugh, ok… before I get too off topic let’s get back to why it’s really not that hard to hire in this “bubble” environment when developers are in such high demand.

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

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