Как нетфликс делает свои мобильные приложения http://techblog.netflix.com/2016/05/building-high-performance-mobile.html
Житейская мудрость: "Зачем долго тянуть время, чтобы сделать все через “жопу”? Лучше сразу сделать через “жопу” и еще время останется все исправить"
https://www.percona.com/blog/2016/05/16/mysql-got-an-error-reading-communication-packet-errors/
Рассказ о возможных причинах ошибки "Got an error reading communication packet" в MySQL.
Рассказ о возможных причинах ошибки "Got an error reading communication packet" в MySQL.
Percona Database Performance Blog
MySQL "Got an error reading communication packet"
Possible reasons for MySQL "Got an error reading communication packet" errors and how to address them.
https://www.youtube.com/watch?v=glb88Sv9xpo Песня - запоминалка Git'овых комманд.
YouTube
git fanatic (daft punk - technologic parody)
i've prepared this video for gitkraken ( https://www.gitkraken.com ) launch contest songwriter battle
enjoy, love git & daft punk :)
information for people who are interested: i've used ableton and guitar rig for the song, blender and sniper plugin for…
enjoy, love git & daft punk :)
information for people who are interested: i've used ableton and guitar rig for the song, blender and sniper plugin for…
https://engineering.linkedin.com/blog/2016/05/introducing-and-open-sourcing-ambry---linkedins-new-distributed- Linkedin рассказывает о своем опенсорц проекте Ambry. Ambry - это распределенный обджект сторадж.
Linkedin
Introducing and Open Sourcing Ambry
Media content has become ubiquitous around the web and almost all of Linkedin's new features interact with media in some form or the other. Profile photos, email attachments, logos, and influencer posts are a few examples of where photos, videos, PDFs, and…
https://storify.com/realtalktech/go-is-retarded-haskell-is-smart Go - для дебилов.
http://analyticsmadeskeezy.com/2012/11/05/check-yo-self-5-things-you-should-know-about-data-science-author-note/ Пять вещей, которые желательно знать о дата сайнс
https://www.youtube.com/watch?v=N3PWzBeLX2M Как профилировать и оптимизировать в Го.
YouTube
Profiling and Optimizing Go
Screen recording of my talk at Gopherfest Sprint 2016
Slides are available here: https://goo.gl/vQfB6c
The code used in the example with changes as individual commits is at:
https://github.com/prashantv/go_profiling_talk/commits/master
Twitter: https:…
Slides are available here: https://goo.gl/vQfB6c
The code used in the example with changes as individual commits is at:
https://github.com/prashantv/go_profiling_talk/commits/master
Twitter: https:…
http://golangshow.com/episode/2016/05-26-058/
Хороший выпуск голангшоу, где ребята пообсуждали предстоящий релиз Go 1.7, поговорили за ОРМ и базы данных.
Хороший выпуск голангшоу, где ребята пообсуждали предстоящий релиз Go 1.7, поговорили за ОРМ и базы данных.
Подкаст GolangShow
Выпуск 058. В гостях Марко Кевац из Badoo. Ожидание Go 1.7. Профилирование. Базы данных.
http://blog.cloudfour.com/autofill-what-web-devs-should-know-but-dont/ все об автокомплите
Cloud Four
Autofill: What web devs should know, but don’t
Many people know that you can scan your credit card in Mobile Safari. But how many web developers know how to create a form that supports that feature? Not many I’d bet. Auto-Fill Credit Card…
Плагин для графаны для отображения метрик MySQL от Percona https://grafana.net/plugins/percona-percona-app
Grafana.net
Percona plugin for Grafana - Grafana.net
Percona app for Grafana
https://habrahabr.ru/post/282674/ Интересная статья о том, каково это быть разработчиком на 40.
В ней много полезных советов по развитию, так сказать, от старших товарищей
В ней много полезных советов по развитию, так сказать, от старших товарищей
https://habrahabr.ru/post/301808/
Хорошая статья о том, что не нужно бояться Postgresql.
Хорошая статья о том, что не нужно бояться Postgresql.
habrahabr.ru
PostgreSQL — не Rocket Science. Почем сейчас яйца?
Постоянно натыкаюсь на высказывания из серии «PostgreSQL слишком сложная база для моего небольшого проекта, поэтому буду продолжать работать с MySQL». В этой...
Сам я PG использовал в некоторых проектах и иногда он мне в разы удобнее MySQL.
Например в MySQL:
show tables
в PG
\dt
в MySQL
Show databases
в PG: \l
Например в MySQL:
show tables
в PG
\dt
в MySQL
Show databases
в PG: \l
http://codeblog.shank.in/poor-mans-generics-in-golang/ Дженерики в го для бедных :)
Deja Vu
Poor man's generics in Golang (Go) [or pick your poison]
Golang does not have generics. Period. With that in mind, I just wish to share how I am thinking of implementing generic code. For this example, I am going to create a generic Stack datastructure. type Stack struct { T reflect....
https://tip.golang.org/doc/go1.7 Go 1.7 is coming. Выложен драфт релиз ноутсов
Из интересного: x/net/context теперь в стандартной библиотеке. Это позвонит отменять, ограничивать по времени например сетевые запросы