Tag: Go Lang

Tech Build ultra-speed autocomplete with Go and jQuery [Part 2]

Build ultra-speed autocomplete with Go and jQuery [Part 2]

In the first part we saw how to create the “backend” side with Go, now we need to write the “frontend” part with jQuery: we’ll use jQuery UI Autocomplete. 1. The basic In our HTML document we need to include jQuery and then jQuery UI with a bit of style. After jQuery UI, we put …

Read Article Read More

Tech Build ultra-speed autocomplete with Go and jQuery [Part 1]

Build ultra-speed autocomplete with Go and jQuery [Part 1]

Autocomplete is an important focus of the User Experience, so a speed hint is required while user is typing.After trying many technologies such as PHP (I’m a PHP developer), Python and Ruby, I found the perfect solution in Go, the language created by Google. Its performance are awesome, near C/C++ speed and better than Java. …

Read Article Read More